mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
replace the local server nickspace by autoalias!
This commit is contained in:
parent
a4e16cd2c4
commit
8e4e990261
46 changed files with 246 additions and 101 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <net.h>
|
||||
#include <text.h>
|
||||
#include <person.h>
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
|
||||
#define NO_INHERIT
|
||||
#include <user.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
#include <ht/http.h>
|
||||
#include <net.h>
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
#include <services.h>
|
||||
|
||||
virtual inherit NET_PATH "output"; // virtual: in case we get inherited..
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# define HTTP_PORT 44444 // should return null instead?
|
||||
#endif
|
||||
|
||||
// not worthy of summoning url.h for this one..
|
||||
// not worthy of summoning uniform.h for this one..
|
||||
string htuniform(object server, string prot, mapping headers) {
|
||||
// it is really totally crazy to trust what the browser says
|
||||
string host = headers["host"];
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
#include <ht/http.h>
|
||||
#include <net.h>
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
#include <xml.h>
|
||||
|
||||
#include <lpctypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue