1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 18:56:39 +02:00
Files
anope/version.log
T
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b 97a04bdcb3 BUILD : 1.7.3 (108) NOTES : Anope 1.7.3 Release
git-svn-id: svn://svn.anope.org/anope/trunk@108 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@84 5417fbe8-f217-4b02-8779-1006273d7864
2004-05-15 13:54:06 +00:00

331 lines
8.7 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="3"
VERSION_BUILD="108"
# $Log$
#
# 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