X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/055f3f30384b661e5caa2eeaffd825cbab6eb39c..2f7421b557bfa9b7e4494e9088b3a4c4c798aa46:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 95a10b7..7e99253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,114 @@ /*********************************************************************** X3 ChangeLog +2008-12-24 Neil Spierling + + * src/nickserv.c: Fix for SF bug #2420339. Password change emails + will not have the first time part in the email. Email change emails + will have them though. + +2008-12-24 Neil Spierling + + * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed + when dynlimit disabled. + +2008-12-24 Neil Spierling + + * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly). + +2008-11-30 Matthew Beeching + + * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST + +2008-11-25 Alex Schumann + + * src/mod-python.c: call run function instead of using + pyrun_simplestring. Set global info for simple reply() to have what it + needs to run. + + * src/modpython.py: new name as - interferes with module loading. + added reply() function + +2008-11-22 Alex Schumann + + * src/mod-python.c: Added ability to query info about nick or channel + name + +2008-11-16 Alex Schumann + + * src/mod-python.c: filled in some missing pieces. + + * src/mod-python.py: more demo code for testing + +2008-11-16 Matthew Beeching + + * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO' + +2008-11-16 Alex Schumann + + * src/mod-python.c: further work on building basic bits of this + + * src/mod-python.py: first pass at what will be the base python script. + +2008-11-13 Alex Schumann + + * src/modcmd.c: remove python tests (moved to mod-python.c) + + * src/mod-python.c: initial template based on memoserv + +2008-11-12 Matthew Beeching + + * tools/db.php: Added sample DB parser script + +2008-11-06 Alex Schumann + + * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in: + Begin work on embedding python. + +2008-11-06 Neil Spierling + + * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for + bug 2173687 (PRIVS part of it is already fixed on trunk). + +2008-10-24 Matthew Beeching + + * src/chanserv.help: Minor spelling mistake "change" instead of + "change" + +2008-10-10 Matthew Beeching + + * src/opserv.c: Fix for crash on OpServ SVSPART where the + channel specified does not exist. + +2008-09-30 Matthew Beeching + + * src/nickserv.c: Prevent automatic registration of dissallowed + nicks when registering an account + +2008-09-27 Matthew Beeching + + * src/chanserv.c: Fix for shoot telling you to use + .roulette instead of roulette + +2008-09-15 Neil Spierling + + * src/proto-p10.c: SGLINE and SSHUN support some stuff coming + soon in Nefarious. + +2008-09-07 Matthew Beeching + + * src/chanserv.c: Changed PEON to PAL + + * src/chanserv.help: Changed PEON to PAL + + * src/modcmd.c: Changed PEON to PAL + + * docs/access-levels.txt: Changed PEON to PAL + + * languages/de/chanserv.help: Changed PEON to PAL + + * languages/en_GB/chanserv.help: Changed PEON to PAL + 2008-09-06 Matthew Beeching * src/proto-p10.c: Added new PRIV_*'s to privtab