diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-14 18:27:28 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-14 18:27:28 +0000 |
commit | 55c14ce52f1b1ac26d2d29bf86bbeeb226411938 (patch) | |
tree | 2322c466e6bb3fbde717ada91fd3ef42b2d4b299 | |
parent | dcfcd9302fe67bfe1aeb67db4203867d173d3073 (diff) |
BUILD : 1.7.8 (620) BUGS : 313 NOTES : Fixed various mistakes, as listed in bug 313 (only the mydbgen issue is not done yet)
git-svn-id: svn://svn.anope.org/anope/trunk@620 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@468 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | Makefile.win32 | 4 | ||||
-rw-r--r-- | docs/MODULES | 5 | ||||
-rw-r--r-- | docs/README | 1 | ||||
-rw-r--r-- | include/shadowircd.h | 2 | ||||
-rw-r--r-- | include/solidircd.h | 2 | ||||
-rw-r--r-- | include/sysconf.h.win32 | 2 | ||||
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/tools/README | 2 | ||||
-rw-r--r-- | version.log | 6 |
10 files changed, 17 insertions, 10 deletions
@@ -8,6 +8,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 02/13 A Internal Event support, see EVENTS in the doc folder for help [ #00] 02/05 A Support for Unreal 3.2 +I channel mode. [ #00] 02/03 A Merged anope-win32 branch into the main, now Win32 ready. [ #00] +03/14 F Various minor mistakes (see bugreport for full list). [#313] 03/14 F Sync state of servers was not recorded reliable enough. [ #00] 03/12 F Services setting already set channel modes. [ #00] 03/12 F Not displaying entrymessage/greets on (re-)sync of uplink anymore.[ #00] diff --git a/Makefile.win32 b/Makefile.win32 index 674a57620..f34327246 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -40,7 +40,7 @@ spotless: cd lang && $(MAKE) spotless && cd .. cd src && $(MAKE) spotless && cd .. cd src\modules && $(MAKE) spotless && cd ..\.. - -@erase include\language.h include\version.h *~ services.exe version.sh.exe *.obj anopesmtp.exe + -@erase include\language.h include\version.h *~ anope.exe version.sh.exe *.obj anopesmtp.exe mypasql: $(MYPASQL_BUILD) @@ -151,7 +151,7 @@ lang\index: include\language.h: lang\language.h cd lang && copy language.h ..\include\language.h && cd .. -include\version.h: version.sh.exe version.log include\services.h include\pseudo.h include\messages.h include\pseudo.h include\messages.h +include\version.h: version.sh.exe version.log include\services.h include\pseudo.h include\messages.h version.sh.exe copy version.h include\version.h diff --git a/docs/MODULES b/docs/MODULES index 98e0026af..93835fb00 100644 --- a/docs/MODULES +++ b/docs/MODULES @@ -109,7 +109,8 @@ Anope Modules 7) Information for Developers - Please take a look at: + There are a number of useful documents on the Anope Wiki. The Anope Wiki + can be reached at: - * http://geniusdex.dezeserver.nl/anope-wiki/ + * http://wiki.anope.org/ diff --git a/docs/README b/docs/README index ff4b47fa0..0f0fa9b22 100644 --- a/docs/README +++ b/docs/README @@ -163,6 +163,7 @@ Table of Contents * Solid IRCd 3.4.6 or later * Plexus 2.0 or later * Ratbox 2.0.6 or later + * ShadowIRCd 4.0 beta 7 or later Anope could also work with some of the daemons derived by the ones listed above, but there's no support for them if they work or don't work. diff --git a/include/shadowircd.h b/include/shadowircd.h index 4af7889af..96cdb1b0f 100644 --- a/include/shadowircd.h +++ b/include/shadowircd.h @@ -1,4 +1,4 @@ -/* Ratbox IRCD functions +/* ShadowIRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org diff --git a/include/solidircd.h b/include/solidircd.h index 51e97be54..a5875440a 100644 --- a/include/solidircd.h +++ b/include/solidircd.h @@ -1,4 +1,4 @@ -/* Bahamut functions +/* SolidIRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org diff --git a/include/sysconf.h.win32 b/include/sysconf.h.win32 index e408f463f..7ad4ddf53 100644 --- a/include/sysconf.h.win32 +++ b/include/sysconf.h.win32 @@ -1,6 +1,6 @@ #define SERVICES_DIR "data"
-#define SERVICES_BIN "services.exe"
+#define SERVICES_BIN "anope.exe"
typedef signed __int16 int16;
typedef signed __int16 int16_t;
diff --git a/src/Makefile b/src/Makefile index bad41a4b8..77c35b2a7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ INCLUDES = ../include/commands.h ../include/defs.h ../include/language.h \ ../include/dreamforge.h ../include/bahamut.h ../include/ultimate2.h \ ../include/ultimate3.h ../include/hybrid.h ../include/ptlink.h ../include/unreal31.h \ ../include/viagra.h ../include/rageircd.h ../include/unreal32.h ../include/solidircd.h \ - ../include/plexus.h + ../include/plexus.h ../include/shadowircd.h MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ diff --git a/src/tools/README b/src/tools/README index 4c684cbe5..331beb757 100644 --- a/src/tools/README +++ b/src/tools/README @@ -14,7 +14,7 @@ Anope Bundled Tools options. To use the SMTP client instead of sendmail, find the line in your services configuration file (services.conf) that defines SendMailPath. On that line, change the path to your services installation directory, then - followed by "anopemstp" and the IP address of a valid SMTP server. It + followed by "anopesmtp" and the IP address of a valid SMTP server. It should look like this: SendMailPath "/home/anope/services/anopesmtp 127.0.0.1" diff --git a/version.log b/version.log index 84dc644b4..dc7172293 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="619" +VERSION_BUILD="620" # $Log$ # +# BUILD : 1.7.8 (620) +# BUGS : 313 +# NOTES : Fixed various mistakes, as listed in bug 313 (only the mydbgen issue is not done yet) +# # BUILD : 1.7.8 (619) # BUGS : # NOTES : Fixed the recording of server sync state more reliable, which fixes a bug where servers which did not report bursts would always remain in burst-mode internally |