d3a1a08557
o iip network servers have moved. Therefore, point source code defaults at the correct new locations. This can be tweaked at run time by a configuration file o Flag DEPRECATED: 'IIP network has been resurrected but it is no longer stable. It should work but be warned. Use at your own risk!' o Fetch updated node.ref file from MASTER_SITE_LOCAL under lioux. Currently, file date version 20050110 o FILESDIR/wrapper.sh - Better handle node.ref file first creation - Random re-seed at every startup if /dev/urandom is available o Bump PORTREVISION o UPDATING should be checked for installation instructions
22 lines
818 B
C
22 lines
818 B
C
--- src/misc/global.h.orig Sun Mar 2 05:00:21 2003
|
|
+++ src/misc/global.h Sat Jun 26 09:38:04 2004
|
|
@@ -27,14 +27,14 @@
|
|
extern char *winhelpfile;
|
|
extern char *winhelpfile2;
|
|
|
|
-#define DEFAULT_INFORMHOST "inform.invisiblenet.net"
|
|
+#define DEFAULT_INFORMHOST "www.invisiblechat.com"
|
|
#define DEFAULT_INFORMPORT 80
|
|
-#define DEFAULT_INFORMPAGE "/iiprelays/submitrelay.php"
|
|
+#define DEFAULT_INFORMPAGE "/ic/submitrelay.php"
|
|
|
|
-#define DEFAULT_REFGETHOST "www.invisiblenet.net"
|
|
+#define DEFAULT_REFGETHOST "www.invisiblechat.com"
|
|
#define DEFAULT_REFGETPORT 80
|
|
-#define DEFAULT_REFGETPAGE "/iip/crypto/node.ref"
|
|
-#define DEFAULT_REFGETPUBLICRELAYPAGE "/iip/crypto/node.ref"
|
|
+#define DEFAULT_REFGETPAGE "/ic/node.ref"
|
|
+#define DEFAULT_REFGETPUBLICRELAYPAGE "/ic/node.ref"
|
|
|
|
extern char *informhost;
|
|
extern int informport;
|