1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 21:46:37 +02:00
Files
anope/version.log
T
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b 91e8ac0878 BUILD : 1.7.5 (415) BUGS : N/A NOTES : Fixes Unreal NICKIP and SVSMODE, Updated Base64 lib to fix NICKIP, Updated Spanish language file
git-svn-id: svn://svn.anope.org/anope/trunk@415 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@278 5417fbe8-f217-4b02-8779-1006273d7864
2004-10-22 05:06:02 +00:00

1097 lines
28 KiB
Plaintext

# (C) 2003 Anope
# Contact us at info@anope.org
#
# Please read COPYING and README for furhter details.
#
# $Id$
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="415"
# $Log$
#
# BUILD : 1.7.5 (415)
# BUGS : N/A
# NOTES : Fixes Unreal NICKIP and SVSMODE, Updated Base64 lib to fix NICKIP, Updated Spanish language file
#
# BUILD : 1.7.5 (414)
# BUGS : N/A
# NOTES : Deleted compile.sh as it wont work anymore anyway
#
# BUILD : 1.7.5 (412)
# BUGS : 169
# NOTES : A minor touch up to prevent issues
#
# BUILD : 1.7.5 (411)
# BUGS : 197
# NOTES : Fixed hostserv message on removal of vhost
#
# BUILD : 1.7.5 (410)
# BUGS :
# NOTES : Added shot note in example.conf regarding NsRestrictOperNick or whatever it is called.
#
# BUILD : 1.7.5 (409)
# BUGS :
# NOTES : Made expire_all() extern instead of static.
#
# BUILD : 1.7.5 (408)
# BUGS : 189, 191
# NOTES : segfault fix, and vident sent to logs when set
#
# BUILD : 1.7.5 (407)
# BUGS : 185, 190
# NOTES : TTB work again, and RestrictOperNicks is no longer case sensitive
#
# BUILD : 1.7.5 (406)
# BUGS : N/A
# NOTES : Forgot the changes file
#
# BUILD : 1.7.5 (405)
# BUGS : 180
# NOTES : Fixed tsbuf not being sent, which caused issues with ircds whom have +d (deaf)
#
# BUILD : 1.7.5 (404)
# BUGS :
# NOTES : Fixed bug 188.
#
# BUILD : 1.7.5 (403)
# BUGS : 186
# NOTES : Fixed anope_cmd_server() in some protocol files it was broken
#
# BUILD : 1.7.5 (403)
# BUGS : 186
# NOTES : Fixed anope_cmd_server() on some protocol files it would not work correctly
#
# BUILD : 1.7.5 (402)
# BUGS : N/A
# NOTES : Forgot to get chanserv.c and nickserv.c in the last commit
#
# BUILD : 1.7.5 (401)
# BUGS : 147, 179, 181, 183, 184, 186
# NOTES : Lots of little fixes, should fix OS JUPE issues
#
# BUILD : 1.7.5 (400)
# BUGS : N/A
# NOTES : Removed debug left over from last commit
#
# BUILD : 1.7.5 (399)
# BUGS : 180, 181
# NOTES : code tidy up, fixes a few items from bug 180 and 181
#
# BUILD : 1.7.5 (398)
# BUGS : N/A
# NOTES : Tiny change to save 1*len bytes per line said in a botserv channel - they are freeed anyway, so... :)
#
# BUILD : 1.7.5 (396)
# BUGS : N/A
# NOTES : Added arvg[0] to AnopeInit call, it will contain the nick of the person who loaded the module. All existing modules are un-effected :)
#
# BUILD : 1.7.5 (395)
# BUGS : N/A
# NOTES : Fixed a typo in all source files, and merged sstrdup and anopeStrDup, as they do the same thing
#
# BUILD : 1.7.5 (394)
# BUGS : N/A
# NOTES : More code tidying, added make strict_modules etc, incase module coders what to use it :)
#
# BUILD : 1.7.5 (393)
# BUGS : N/A
# NOTES : Ultimate3 EOBURST support
#
# BUILD : 1.7.5 (392)
# BUGS : N/A
# NOTES : More code tidy with strict enabled, some clean up of Unreal32
#
# BUILD : 1.7.5 (391)
# BUGS : N/A
# NOTES : Code tidy, added make strict to the makefile, allowing ansi Wall pedantic to be used for compiling
#
# BUILD : 1.7.5 (390)
# BUGS : 149
# NOTES : Bug in MySQL debug, possibly causing segfaults.
#
# BUILD : 1.7.5 (385)
# BUGS : N/A
# NOTES : Moved more veriable declarations above the new null checking code
#
#
# BUILD : 1.7.5 (384)
# BUGS : N/A
# NOTES : Moved veriable declaration to the top of function - btw, are all these null checks needed? createCommand should never be passed NULL values, its a wasted if imho... *shrug*
#
#
# BUILD : 1.7.5 (383)
# BUGS : N/A
# NOTES : glist fix - DrStein, improved on DrStein typo fix to init.c - TSL, tons of NULL crash checks - TSL
#
# BUILD : 1.7.5 (382)
# BUGS : N/A
# NOTES : Really fix news.c (I hope)
#
# BUILD : 1.7.5 (381)
# BUGS : N/A
# NOTES : fixed up news.c
#
# BUILD : 1.7.5 (379)
# BUGS : 176
# NOTES : Fixed a possible segfault due to a bug in LogChannel
#
# BUILD : 1.7.5 (378)
# BUGS : N/A
# NOTES : News reodering - DrStein, TSMODE issues - TSL, NULL crash fixes - TSL
#
# BUILD : 1.7.5 (376)
# BUGS : N/A
# NOTES : CS INFO - DrStein, init.c typo - DrStein, Bahamut +j support - TSL, more protocol clean up
#
# BUILD : 1.7.5 (375)
# BUGS :
# NOTES : Fixed Changes files errors.
#
# BUILD : 1.7.5 (374)
# BUGS : N/A
# NOTES : One last time for hybrid.c
#
# BUILD : 1.7.5 (373)
# BUGS : N/A
# NOTES : Try again
#
# BUILD : 1.7.5 (372)
# BUGS : N/A
# NOTES : hybrid.c got screwed by indent try from backup
#
# BUILD : 1.7.5 (371)
# BUGS : 175?
# NOTES : Fixed some ircd protcol mistakes, clean up clear modes, also a patch form DrStein
#
# BUILD : 1.7.5 (369)
# BUGS : N/A
# NOTES : Updates BUGS, fixed compiler warning if DEBUG_COMMANDS had been enabled
#
# BUILD : 1.7.5 (368)
# BUGS : N/A
# NOTES : IRCD protocol clean up, and support for Numerics on Unreal32/RageIRCD
#
# BUILD : 1.7.5 (367)
# BUGS :
# NOTES : Changed UserKeys from uint to long uint.
#
# BUILD : 1.7.5 (366)
# BUGS :
# NOTES : Fixed a typo in T his previous commit (logins on -> logs on)
#
# BUILD : 1.7.5 (365)
# BUGS : 172
# NOTES : - New directive NewsCount
# - fr.l updated
# - do_memocheck() globalized the time display
# - getmemoinfo() improved to return info about being forbidden
# - fixes svsnick on Unreal
# - anope_event_null to allow ircd devs to point events that go to no where some where
# - fixed SQUIT
#
# BUILD : 1.7.5 (364)
# NOTES : Added nullfix patch from Trystan.
#
# BUILD : 1.7.5 (363)
# NOTES : Added unreal fix from Trystan.
#
# BUILD : 1.7.5 (362)
# BUGS : 17 143 147 166 172 173
# NOTES : Applied patch 927 provided by Trystan.
#
# BUILD : 1.7.5 (356)
# BUGS : N/A
# NOTES : Fuixed mysql include issue, it should now detect to use mysql/mysql/h or not
#
# BUILD : 1.7.5 (355)
# BUGS : N/A
# NOTES : An option to not detect mysql has been added to ./Config
#
# BUILD : 1.7.5 (354)
# BUGS :
# NOTES : Added RestrictOpernicks by request. Small feature.
#
# BUILD : 1.7.5 (353)
# BUGS : N/A
# NOTES : Fixed version booboo :)
#
# BUILD : 1.7.5 (352)
# BUGS : N/A
# NOTES : corrected a semi-colon that my compiled dosnt mind, but certuss does :)
#
# BUILD : 1.7.5 (351)
# BUGS : N/A
# NOTES : Rewrote the internals of moduleData, this will save _lots_ of memory especially on larger networks. The downside is modules using it need to make a tiny, tiny change... :/
#
# BUILD : 1.7.5 (350)
# BUGS :
# NOTES : Changed mysql init checks so they are only done if mysql is
# enabled. Many Thanks to DrStein for the patch.
#
# BUILD : 1.7.5 (349)
# BUGS :
# NOTES : Gave the Doc a mail addy
#
# BUILD : 1.7.5 (348)
# BUGS :
# NOTES : /os MODE was not functioning, by joining 2 seperate if statements into one the problem was solved. Many Thanks to DrStein for the patch.
#
# BUILD : 1.7.5 (347)
# BUGS :
# NOTES : Fixed PROTECT_UNSET_MODE from +a to -a -- Certus was too lazy to do it so he asked if i could :\
#
# BUILD : 1.7.5 (346)
# BUGS :
# NOTES : nl.l updates
#
# BUILD : 1.7.5 (345)
# BUGS :
# NOTES : Renamed anope_cmd_relase_svshold to anope_cmd_release_svshold
#
# BUILD : 1.7.5 (344)
# BUGS :
# NOTES : Fixed bug with an uninitialized buffer in check_sqline()
#
# BUILD : 1.7.5 (344)
# BUGS :
# NOTES : Fixed bug with an uninitialized buffer in check_sqline()
#
# BUILD : 1.7.5 (344)
# BUGS :
# NOTES : Fixef bug with uninitialized pointer in check_sqline. Thx to codemastr.
#
# BUILD : 1.7.5 (343)
# BUGS : #00
# NOTES : Fixed previous commit.
#
# BUILD : 1.7.5 (342)
# BUGS : #00
# NOTES : Certus: Replaced current rand-implementation with arc4random and replaced C++ comments with C-style comments (gcc 2.95 might
# complain).
#
# BUILD : 1.7.5 (341)
# BUGS : none
# NOTES : Fixed minor bug in /CS LOGOUT
#
# BUILD : 1.7.5 (340)
# BUGS : none
# NOTES : Applied patch 830 provided by Trystan to resolve several issues.
#
# BUILD : 1.7.5 (338)
# BUGS : N/A
# NOTES : Ran autoconf, as configure.in was changed in a previous commit
#
# BUILD : 1.7.5 (337)
# BUGS : N/A
# NOTES : Moved new channel registeration checks
#
# BUILD : 1.7.5 (336)
# BUGS : 159
# NOTES : German langfile fixed
#
# BUILD : 1.7.5 (335)
# BUGS : 142, 152, 154, 155, 156, 157, 158
# NOTES : Applied bugfix bundle patch from Trystan.
#
# BUILD : 1.7.5 (334)
# BUGS :
# NOTES : Oops in the Changes file... (bad me)
#
# BUILD : 1.7.5 (333)
# BUGS : none
# NOTES : Fixed verbose Makefile echo
#
# BUILD : 1.7.5 (332)
# BUGS : none
# NOTES : Added -l option to am script to list possible selectors and
# fixed destination directory guessing for tags.
#
# BUILD : 1.7.5 (331)
# BUGS :
# NOTES : Fixed a compile error on gcc2, caused by a misplaced variable declaration
#
# BUILD : 1.7.5 (330)
# BUGS : N/A
# NOTES : More indent fun!
#
# BUILD : 1.7.5 (329)
# BUGS : N/A
# NOTES : Fixed more indent crap
#
# BUILD : 1.7.5 (328)
# BUGS : N/A
# NOTES : Fixed a couple of null char entrys on svn
#
# BUILD : 1.7.5 (327)
# BUGS : none
# NOTES : Merged anope-capab into main trunk...
#
# BUILD : 1.7.5 (325)
# BUGS : 128 139 146 147 148
# NOTES : Applied patch supplied by Trystan to fix bugs listed above.
#
# BUILD : 1.7.5 (323)
# BUGS :
# NOTES : fix seriously stupid booboo introduced by myself (ifdef stuff finally fixed)
#
# BUILD : 1.7.5 (322)
# BUGS :
# NOTES : fixed small lang mistake
#
# BUILD : 1.7.5 (321)
# BUGS : none
# NOTES : Fixed make distclean and updated hun.l
#
# BUILD : 1.7.5 (320)
# BUGS :
# NOTES : Fixed support for Ultimate, Rage and Viagra.
#
# BUILD : 1.7.5 (319)
# BUGS :
# NOTES : Hopefully fixed the Changes file now
#
# BUILD : 1.7.5 (318)
# BUGS : N/A
# NOTES : fixed a rearanging error in Changes which i caused :)
#
# BUILD : 1.7.5 (317)
# BUGS : N/A
# NOTES : autoconf should now deal with no mysql properly
#
# BUILD : 1.7.5 (316)
# BUGS : 131
# NOTES : Fixed bugs in previous BotServ buffer fix.
#
# BUILD : 1.7.5 (315)
# BUGS :
# NOTES : Updated documentation to suit the new build process
#
# BUILD : 1.7.5 (313)
# BUGS : none
# NOTES : Anope 1.7.5 Release
#
# BUILD : 1.7.4 (312)
# BUGS : none
# NOTES : Fixed bug on am script indent
#
# BUILD : 1.7.4 (311)
# BUGS : none
# NOTES : Running am script with new am script.
#
# BUILD : 1.7.4 (310)
# BUGS : none
# NOTES : Fixed am script to run indent on src dir if it exists.
#
# BUILD : 1.7.4 (309)
# BUGS : none
# NOTES : Added Hungarian and Polish language files.
#
# BUILD : 1.7.4 (299)
# BUGS : none
# NOTES : Fixed repository decteion and added -P flag for am script.
#
# BUILD : 1.7.4 (298)
# BUGS : none
# NOTES : Yet another rollback...
#
# BUILD : 1.7.4 (283)
# BUGS : N/A
# NOTES : Added better mysql detection to autoconf
#
# BUILD : 1.7.4 (282)
# BUGS : N/A
# NOTES : Starting to add better mysql detection / manaul option
#
# BUILD : 1.7.4 (278)
# BUGS :
# NOTES : Forgot Changes *shrug*
#
# BUILD : 1.7.4 (277)
# BUGS : 131
# NOTES : BotServ fantasy modified (module) buffer
#
# BUILD : 1.7.4 (275)
# BUGS : 126
# NOTES : Fixed the 3rd mem leak identified in this bug report, i didnt find the first two however :/
#
#
# BUILD : 1.7.4 (273)
# BUGS : 121
# NOTES : Applied patch provided by Trystan for +A +H support on viagra
#
# BUILD : 1.7.4 (272)
# BUGS : 111,115
# NOTES : Fixed bugs 111 and 115, both need backporting to 1.6.x
#
#
# BUILD : 1.7.4 (271)
# BUGS :
# NOTES : Rolled Back to 291 for GeniusDex
#
# BUILD : 1.7.4 (269)
# BUGS : N/A
# NOTES : dont use -funsigned-chars as the md5 encryption stuff (while it will still encrypt, probably in a way that is more normal md5) it wont be compatiable with the old md5 encryption, so for now, we will never use it, and itll be left to the OSs to just pick if chars are signed or unsigned....
#
#
# BUILD : 1.7.4 (268)
# BUGS : N/A
# NOTES : Fixed position of text after ./Config and make
#
# BUILD : 1.7.4 (266)
# BUGS : N/A
# NOTES : Added include/Makefile to svn
#
# BUILD : 1.7.4 (265)
# BUGS : N/A
# NOTES : Only forgot 2 changes :)
#
# BUILD : 1.7.4 (264)
# BUGS : N/A
# NOTES : Switched to autoconf - try to commit part 1
#
# BUILD : 1.7.4 (262)
# BUGS : 125
# NOTES : Fixed the /ns release issue with UseSVSHOLD
#
# BUILD : 1.7.4 (261)
# BUGS :
# NOTES : fixed a tiny memleak in the db routine
#
# BUILD : 1.7.4 (260)
# BUGS :
# NOTES : Updated nl.l
#
# BUILD : 1.7.4 (258)
# BUGS :
# NOTES : Added CHECK to the /msg memoserv help menu
#
# BUILD : 1.7.4 (257)
# BUGS : N/A
# NOTES : Bots will join a channel even if the first user to join is being ignored
#
# BUILD : 1.7.4 (230)
# BUGS : 97
# NOTES : Fixed the need of hybrid to have Global in LogChan on startup
#
# BUILD : 1.7.4 (229)
# BUGS : 118
# NOTES : Added warning for a config conflict between LocalAddress and RemoteServer
#
# BUILD : 1.7.4 (228)
# BUGS :
# NOTES : Fixed a bug with m_time.
#
# BUILD : 1.7.4 (223)
# BUGS :
# NOTES : Anope crontab failed because when path was too long the ps ux was cut short so grep failed. ps ux was changed to ps auwx to stop this problem (w is stops cutting the lines short)
#
# BUILD : 1.7.4 (218)
# BUGS :
# NOTES : Fixed compiling problem with Rage and Viagra
#
# BUILD : 1.7.4 (216)
# BUGS :
# NOTES : Fixed compiling bug with UltimateIRCd3 (thx to kenshinxl)
#
# BUILD : 1.7.4 (215)
# BUGS :
# NOTES : Forgot the Changes file
#
# BUILD : 1.7.4 (214)
# BUGS : 112
# NOTES : Removed TSMODE for usermodes on bahamut 1.8
#
# BUILD : 1.7.4 (213)
# BUGS : none
# NOTES : Testing svn mailing list.
#
# BUILD : 1.7.4 (212)
# BUGS : none
# NOTES : Moved Changes entries around.
#
# BUILD : 1.7.4 (211)
# BUGS : N/A
# NOTES : Fixed a booboo with my last commit :)
#
# BUILD : 1.7.4 (209)
# BUGS : none
# NOTES : Fixed implementation for dynamic server /OS GLOBAL
#
# BUILD : 1.7.4 (208)
# BUGS : none
# NOTES : New implementation for dynamic server /OS GLOBAL
#
# BUILD : 1.7.4 (207)
# BUGS : N/A
# NOTES : Fixed PTLink m_server incorrect argument count
#
# BUILD : 1.7.4 (206)
# BUGS : 55
# NOTES : Added proper Bahamut1.8 support. Merged r132:195 from branch
# branches/proto/anope-bahamut18 which should now be obsolete.
#
# BUILD : 1.7.4 (205)
# BUGS : none
# NOTES : SVN Framework.
#
# BUILD : 1.7.4 (204)
# BUGS : none
# NOTES : Anope 1.7.4 Release
#
# BUILD : 1.7.4 (203)
# BUGS : none
# NOTES : Anope 1.7.4 Release
#
# BUILD : 1.7.3 (202)
# BUGS : 99
# NOTES : Completed user defined modes as per Trystan patch
#
# BUILD : 1.7.3 (201)
# BUGS : 91
# NOTES : Fix provided by trystan - ty :)
#
# BUILD : 1.7.3 (200)
# BUGS : 96
# NOTES : Fixed wrong bug number on previous commit
#
# BUILD : 1.7.3 (199)
# BUGS : 91
# NOTES : Added SQLINE to NICK() on PTlink.
#
# BUILD : 1.7.3 (198)
# BUGS : N/A
# NOTES : Fixed changes format for dengel
#
# BUILD : 1.7.3 (197)
# BUGS : none
# NOTES : More verbose error messages for services.conf checking.
#
# BUILD : 1.7.3 (196)
# BUGS : 106
# NOTES : Fixed module support for OpenBSD systems
#
# BUILD : 1.7.3 (194)
# BUGS : none
# NOTES : Rolled back win32 support files in lieu of a branch.
#
# BUILD : 1.7.3 (190)
# BUGS : 90
# NOTES : We check now for valid arguments in ModuleAddData().
#
# BUILD : 1.7.3 (189)
# BUGS : 95
# NOTES : Removed duplicate user kill on hybrid.
#
# BUILD : 1.7.3 (188)
# BUGS : 101
# NOTES : Unified kill_user function to handle all ircd protocols.
#
# BUILD : 1.7.3 (187)
# BUGS : 102
# NOTES : Removed duplicate ULTIMATE3 define.
#
# BUILD : 1.7.3 (186)
# BUGS :
# NOTES : Added langtool.c and modified some langcomp.c stuff in behalf of codemastr (win32 port)
#
# BUILD : 1.7.3 (185)
# BUGS : 99
# NOTES : User customizable pseudo-client modes.
#
# BUILD : 1.7.3 (184)
# BUGS : 98
# NOTES : Improved handling of /NS INFO for pseudo-clients.
#
# BUILD : 1.7.3 (183)
# BUGS : 92
# NOTES : Added check to see if MysqlName and MysqlUser were not null to avoid any problems.
#
# BUILD : 1.7.3 (182)
# BUGS : 94
# NOTES : Fixed number of spelling errors in en_us.l. Thanks to Trystan for assisting corrections.
#
# BUILD : 1.7.3 (181)
# BUGS : 87
# NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections.
#
# BUILD : 1.7.3 (180)
# NOTES : Minor spelling fixes to es.l (needs porting to 1.6)
#
# BUILD : 1.7.3 (179)
# BUGS : 93
# NOTES : Corrected compile warning for Hybrid support.
#
# BUILD : 1.7.3 (176)
# BUGS :
# NOTES : Added check to make sure register script was being run from within the bin/ directory. If ./bin/register was used, the path to cache file would be incorrect (../config.cache)
#
# BUILD : 1.7.3 (174)
# BUGS :
# NOTES : Sorry, another changes file mistake, remember to have a fullstop at the end, AND bug number as [#00] if there is no bug
#
# BUILD : 1.7.3 (173)
# BUGS :
# NOTES : Fixed Changes file mistake
#
# BUILD : 1.7.3 (172)
# BUGS :
# NOTES : Added register script in /bin/ to allow central registration of Anope using networks
#
# BUILD : 1.7.3 (171)
# BUGS :
# NOTES : Fixed big with long NSGuestNickPrefixes. We just used them in a snprintf without checking their size. Fixed a second
# guestnick bug as well: if compiled for hybrid guestnum was increased, tho it was never used.
#
# BUILD : 1.7.3 (170)
# BUGS : 86
# NOTES : Buffer initialization for encrypted MySQL passwords.
#
# BUILD : 1.7.3 (169)
# BUGS : 78
# NOTES : Rewrite of del_exception() fixing segfault and memory leak
#
# BUILD : 1.7.3 (167)
# BUGS :
# NOTES : Fixed a typo in my last submit, which caused a compile error.
#
# BUILD : 1.7.3 (166)
# BUGS : #84
# NOTES : MemoServ send limit does no longer apply for services operators. That fixed the problem with /MS STAFF for services
# ops (they got the "memo limit in time X reached" message).
#
# BUILD : 1.7.3 (165)
# BUGS :
# NOTES :
#
# BUILD : 1.7.3 (164)
# BUGS :
# NOTES : Fixed Changes file formatted error
#
# BUILD : 1.7.3 (163)
# BUGS : 67
# NOTES : Reversed pthread library detection order on ./configure script.
#
# BUILD : 1.7.3 (162)
# BUGS : 79
# NOTES : Fixed bug 79 (memoserv set notify not working) also fixed a blocker bug in actions.c
#
# BUILD : 1.7.3 (161)
# NOTES : Fixed cut/paste error on mydbgen
#
# BUILD : 1.7.3 (159)
# BUGS :
# NOTES : Fixed some internal errors with return values in void functions. codemastr needs it to be fixed for the windows
# port.
#
# BUILD : 1.7.3 (157)
# NOTES : Fixed botched auto-akick enforcer. ? post 1207
#
# BUILD : 1.7.3 (152)
# NOTES : Reverted chanserv.c changes.
#
# BUILD : 1.7.3 (151)
# BUGS : 77
# NOTES : HostServ functions no longer called for non VHOST capable ircds.
#
# BUILD : 1.7.3 (144)
# BUGS :
# NOTES : Fixed botserv bug with HAS_EXCEPTION (chmode +e)
#
# BUILD : 1.7.3 (131)
# BUGS :
# NOTES : Translated daniels changes
#
# BUILD : 1.7.3 (130)
# BUGS : 74
# NOTES : Better /OS MODLIST output to include version information and
# a proper list header/footer.
#
# BUILD : 1.7.3 (129)
# BUGS :
# NOTES : Changed guestnum from static to extern (internal change)
#
# BUILD : 1.7.3 (128)
# NOTES : Typo no Changes file.
#
# BUILD : 1.7.3 (126)
# BUGS : 73
# NOTES : Repaired /NS GROUP for compiled but disabled MySQL support.
#
# BUILD : 1.7.3 (125)
# BUGS : 72
# NOTES : New /CS CLEAR HOPS for ircds that support halfops.
#
# BUILD : 1.7.3 (124)
# BUGS : 70
# NOTES : Fixed typo in example.conf.
#
# BUILD : 1.7.3 (123)
# BUGS : None
# NOTES : Fixed Changes and version.log format and added reference bug number.
#
# BUILD : 1.7.3 (122)
# BUGS : 71
# NOTES : New NSNickTracking directive to track nick cores when changing nicks.
#
# BUILD : 1.7.3 (121)
# BUGS : 69
# NOTES : Cleaned up compile errors on older compilers.
#
# BUILD : 1.7.3 (120)
# BUGS : 50
# NOTES : Reserved nicks (Q-lined) will be KILLed if taken on induction.
#
# BUILD : 1.7.3 (119)
# BUGS : 54
# NOTES : Allow /CS SUSPEND on registered non-forbidden channels only
#
# BUILD : 1.7.3 (118)
# BUGS : 56
# NOTES : Check for VHOST capable ircd on HostServAlias induction.
#
# BUILD : 1.7.3 (117)
# BUGS : 63
# NOTES : Auto enforce upon AKICK addition.
#
# BUILD : 1.7.3 (116)
# BUGS : 65
# NOTES : New file docs/OLDCHANGES
#
# BUILD : 1.7.3 (115)
# BUGS : 64
# NOTES : Removed threads.c
#
# BUILD : 1.7.3 (114)
# BUGS : 64
# NOTES : Removed threads.c
#
# BUILD : 1.7.3 (112)
# NOTES : Dev framework.
#
# BUILD : 1.7.3 (110)
# NOTES : Anope 1.7.3 Release
#
# BUILD : 1.7.3 (109)
# BUGS :
# NOTES : make install now moves anoperc to bin, also typos and one bug in anoperc fixed (ps ux changed to ps auxw which was failing when paths were too long to fit on the screen)
#
# BUILD : 1.7.3 (108)
# NOTES : Anope 1.7.3 Release
#
# BUILD : 1.7.2 (107)
# BUGS :
# NOTES : woops, forgot a small condition ;)
#
# BUILD : 1.7.2 (106)
# BUGS :
# NOTES : Added BSCaseSensitive directive for a cAsE sEnSiTiVe badword kicker.
#
# BUILD : 1.7.2 (104)
# BUGS :
# NOTES : Removed some illegal sizeof(void). Thanks to codemastr.
#
# BUILD : 1.7.2 (103)
# BUGS : none
# NOTES : Added +a/-a support for PTLink ircd.
#
# BUILD : 1.7.2 (102)
# BUGS : 53
# NOTES : Modified HELP LIST and LIST SYNTAX help messages
#
# BUILD : 1.7.2 (101)
# BUGS : none
# NOTES : Fixed Makefiles to deal with lang/index properly.
#
# BUILD : 1.7.2 (100)
# BUGS : 52
# NOTES : Fixed a bug with globals containing format characters
#
# BUILD : 1.7.2 (99)
# BUGS : none
# NOTES : Removed lang/index since it is auto-generated upon compilation.
#
# BUILD : 1.7.2 (98)
# BUGS : none
# NOTES : Language file normalization.
#
# BUILD : 1.7.2 (97)
# BUGS : 51
# NOTES : Fixed a typo in hostserv group help response
#
# BUILD : 1.7.2 (96)
# BUGS : 40
# NOTES : Added RANDOMNEWS to de.l /OS HELP
#
# BUILD : 1.7.2 (95)
# BUGS : 38
# NOTES : Fixed xOP management inconsistency.
#
# BUILD : 1.7.2 (94)
# BUGS : 40 (partial)
# NOTES : Added RANDOMNEWS to pt.l /OS HELP
#
# BUILD : 1.7.2 (93)
# BUGS : 46
# NOTES : Applied the Rage2 IRCD patch provided by al
#
# BUILD : 1.7.2 (92)
# BUGS : 43
# NOTES : Fixed moduleData error with memo Data handeling
#
# BUILD : 1.7.2 (91)
# BUGS :
# NOTES : db_mysql_query memory usage tweaked.
#
# BUILD : 1.7.2 (90)
# BUGS :
# NOTES : Accidently commited config.c
#
# BUILD : 1.7.2 (89)
# BUGS :
# NOTES : Accidently commited config.c
#
# BUILD : 1.7.2 (88)
# BUGS : 13 and 14
# NOTES : Hopefully fixed empty nickserv-accesslist entries and corrupt mysql code
#
# BUILD : 1.7.2 (87)
# BUGS : 28
# NOTES : Fixed bug with RDB and empty nickserv greet message.
#
# BUILD : 1.7.2 (86)
# BUGS :
# NOTES : Changed the allocation of buffer for normalizeBuffer yet again
#
# BUILD : 1.7.2 (85)
# BUGS :
# NOTES : Made normalizeBuffer string size equal to BUFSIZE (1024). Fixed function comments to be doxygen friendly :)
#
# BUILD : 1.7.2 (84)
# BUGS :
# NOTES : Updating Changes :)
#
# BUILD : 1.7.2 (83)
# BUGS : 22
# NOTES : Badwords now cannot be evaded by using control chars or color codes.
#
# BUILD : 1.7.2 (82)
# BUGS : N/A
# NOTES : Removed an old debug log
#
# BUILD : 1.7.2 (81)
# BUGS : N/A
# NOTES : Always set the correct module name when executing module functions
#
# BUILD : 1.7.2 (80)
# BUGS : N/A
# NOTES : Added Memos/ChannelInfo to the moduleAddData() system
#
# BUILD : 1.7.2 (79)
# BUGS :
# NOTES : Added check to anoperc to see if paths work, and fixed one grammar error
#
# BUILD : 1.7.2 (78)
# BUGS : N/A
# NOTES : Added the ability to add module data to the NickCore and the NickAlias structs
#
# BUILD : 1.7.2 (77)
# BUGS : Compile errors on picky compilers
# NOTES : fixed a compile error on picky compilers
#
# BUILD : 1.7.2 (76)
# BUGS :
# NOTES : Added memoserv function to check whether the last memo you sent to a nick has been read or not. new cmd: /MS CHECK
# <nick> (I rule! :P)
#
# BUILD : 1.7.2 (75)
# BUGS : N/A
# NOTES : Been right through modules.c, every - yes EVERY function is now commented in a doxy-gen style mannor, detailing what it does, along with all the params and return codes - be affraid! - oh and jsut by-the-by when people are working on functions/new features/bug fixs in other parts of anope, we really should be adding these comments :)
#
#
# BUILD : 1.7.2 (74)
# BUGS : N/A
# NOTES : Added moduleAddData() and moduleGetData() currently only added to the User struct as a test
#
#
# BUILD : 1.7.2 (73)
# BUGS :
# NOTES : Removed delay timer from RSEND notifications.
#
# BUILD : 1.7.2 (72)
# NOTES : New language index (temp fix)
#
# BUILD : 1.7.2 (71)
# NOTES : Language file normalization. Make sure distclean is made.
#
# BUILD : 1.7.2 (70)
# BUGS :
# NOTES : Modified RSEND to send receipt memo as user instead of MemoServ
#
# BUILD : 1.7.2 (69)
# BUGS :
# NOTES : Added new MemoServ command RSEND to send a memo requesting a receipt memo once the recipient reads it.
#
# BUILD : 1.7.2 (68)
# BUGS : 20
# NOTES : Fixed ALIST bug when being invoked by systems admins
#
# BUILD : 1.7.2 (67)
# BUGS : N/A
# NOTES : Bumped Changes file verisons ready for new updates
#
# BUILD : 1.7.2 (66)
# BUGS :
# NOTES : Added /bin/anoperc anope console control script
#
# BUILD : 1.7.2 (64)
# NOTES : Anope 1.7.2 Release
#
# BUILD : 1.7.1 (59)
# BUGS : 10
# NOTES : Fixed the second part of bug 10. The mydbgen script should
# behave much better now.
#
# BUILD : 1.7.1 (58)
# BUGS :
# NOTES : anope_ns_req was being referenced should have been anope_ns_request (fixed)
#
# BUILD : 1.7.1 (57)
# BUGS :
# NOTES : Added SIGUSR2 to rehash configuration and save databases
#
# BUILD : 1.7.1 (56)
# NOTES : Fourth time is a charm? Fixinf MySQL password saves.
#
# BUILD : 1.7.1 (55)
# NOTES : One last try to fix the MySQL password saves... omg.
#
# BUILD : 1.7.1 (54)
# NOTES : Added one more fix for MySQL nick password.
#
# BUILD : 1.7.1 (53)
# BUGS : 10
# NOTES : Fixed previous MySQL fix for saving nick passwords.
#
# BUILD : 1.7.1 (51)
# NOTES : SVN Framework.
#
# BUILD : 1.7.1 (45)
# NOTES : Anope 1.7.1 Release
#
# BUILD : 1.7.0 (42)
# BUGS : 11
# NOTES : Fixed quoted MD5 password for MySQL use (again...)
#
# BUILD : 1.7.0 (40)
# BUGS : 11
# NOTES : Fixed mysql query failure with md5 passwords
#
# BUILD : 1.7.0 (39)
# BUGS : 10
# NOTES : Fixed tables.sql detection on mydbgen script.
#
# BUILD : 1.7.0 (38)
# BUGS : 008
# NOTES : Fixed segfault due to coreless nicks in MySQL db on behalf of Keeper
#
# BUILD : 1.7.0 (37)
# BUGS :
# NOTES : Added NickRegDelay which prevents users from regging their nick if they are not connected for at least X seconds.
#
# BUILD : 1.7.0 (36)
# BUGS :
# NOTES : 1. Added "is a services root administrator" to /ns info. 2. Added option for SOs and above to hide their services
# access status in /ns info.
#
# BUILD : 1.7.0 (35)
# BUGS :
# NOTES : Added -help arguement for command line parameter information
#
# BUILD : 1.7.0 (34)
# BUGS : none
# NOTES : Fixed indentation issue on memoserv.c
#
# BUILD : 1.7.0 (33)
# BUGS :
# NOTES : Small bugfix to allow ./services -version to be done without anope running
#
# BUILD : 1.7.0 (32)
# BUGS :
# NOTES : Added -version arguement to return anope version and build information
#
# BUILD : 1.7.0 (30)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=3
# NOTES : Fixed moduleAddCommand for a non-existant service, now returns MOD_ERR_NOSERVICE, updated hs_moo to deal with it nicely
#
# BUILD : 1.7.0 (29)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=9
# NOTES : Updated en_us.l file to show MAIL as a valid option on notify syntax response
#
# BUILD : 1.7.0 (28)
# BUGS : http://bugs.anope.org/show_bug.cgi?id=7
# NOTES : Dont display "Commands available to services admins only:" for /hs help, as there are no services admin only commands
#
#
# BUILD : 1.7.0 (27)
# BUGS : none
# NOTES : Normalized language files and updated Changes.lang
#
# BUILD : 1.7.0 (26)
# BUGS : none
# NOTES : Testing svn access with a new am script.
#
# BUILD : 1.7.0 (25)
# BUGS :
# NOTES : Added memo2mail and /msg memoserv set notify MAIL/NOMAIL
#
# BUILD : 1.7.0 (23)
# BUGS : none.
# NOTES : Spelling error
#
# BUILD : 1.7.0 (20)
# BUGS : none
# NOTES : Fixed MySQL double encryption if using MD5.
#
# BUILD : 1.7.0 (19)
# BUGS : none
# NOTES : Refixed compile error if no RDB :(
#
# BUILD : 1.7.0 (18)
# BUGS : none
# NOTES : Fixed lack of BotServ. Fixed compile error if no RDB
#
# BUILD : 1.7.0 (17)
# BUGS :
# NOTES : Implemented MySQL Phase 2, see Changes and docs/MYSQL file for information.
#
# BUILD : 1.7.0 (15)
# BUGS : N/A
# NOTES : Added the ability for modules to add Commands and Messages outside of AnopeInit()
#
# BUILD : 1.7.0 (12)
# BUGS : 5
# NOTES : Fixed a bug with module callbacks, this is a tiny fix, but will need to be merged with the 1.6.x series, as it can cause a segfault if a module attempts to use recersive callbacks.
#
#
# BUILD : 1.7.0 (11)
# BUGS :
# NOTES : Added channelname to entrymsgs
#
# BUILD : 1.7.0 (8)
# BUGS : none.
# NOTES : Made svn://zero.org/repos/anope/trunk the 1.7 development stream.
#
# BUILD : 1.6.0 (6)
# BUGS : none
# NOTES : Removed estra table definition from tables.sql. Minor fixes.
#
# BUILD : 1.6.0 (4)
# BUGS : none
# NOTES : File cleanup and new AnopeManager script (bin/am) to work
# with Anope source control. Version schema change with no
# impact on cpp directives.
# EOF