X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/74328623591a4fd70869fcba90223238c92f86c2..4cb36ef05734bc040784d67794a3376b0e3a5ec2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4902d1a..ce1baea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,301 @@ /*********************************************************************** X3 ChangeLog +2008-12-25 Neil Spierling + + * configure: Regenerated. + + * configure.in: Added math.h check. + + * rx/Makefile.in: Regenerated. + + * src/chanserv.c: Warning fixes. + + * src/config.h.in: Regenerated. + + * src/Makefile.in: Regenerated. + + * src/math.c: Warning fixes. + + * src/nickserv.c: Warning fixes. + + * src/opserv.c: Warning fixes. + + * src/proto-p10.c: Warning fixes. + +2008-12-24 Neil Spierling + + * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices + with a string will now show the invalid string rather than 0. + +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 + + * src/mod-snoop.c: Added support for channel mode +h + + * src/hash.h: #define's for missing PRIV_*'s + +2008-09-02 Neil Spierling + + * src/chanserv.c: Fixed an issue with OPCHAN and channels using off + channel. + +2008-08-19 Alex Schumann + + * src/chanserv.c: fix a bug in the default wheel spin settings if they + were not in the config file, x3 would core. + +2008-07-21 Neil SPierling + + * src/chanserv.c: Turn the kick ban all chans spin action into a + timed ban (5 minutes). Also seperated the setting of the ban from + the stripping of ohv. If Nefarious has halfops disabled then trying + to strip the modes and set the ban results in the numeric being set + as the ban. This will need to be fixed in nefarious. + +2008-07-20 Alex Schumann + + * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch. + + * src/config.h: bump trunk to 1.7 + +2008-07-19 Alex Schumann + + * src/proto-p10.c: dont print warning on uping to a jupe. added + irc_svsquit() function + + * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual + spins to be enabled in x3.conf and make it easy to add new ones or + change likelyhoods. + + * src/proto.h: added irc_svsquit() prototype + + * src/x3.conf.example: wheel action example configs + +2008-07-18 Alex Schumann + + * src/proto-p10.c: set lastmod time to current time when sending + glines, otherwise ircd wont burst them later. + + * src/modcmd.c: break credits out to its own command, and add svn + version string to ctcp version reply. + +2008-07-02 Matthew Beeching + + * src/proto-p10.c: Added missing PRIV_*'s to privtab + + * src/hash.h: #define's for missing PRIV_*'s + +2008-06-23 Alex Schumann + + * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the + clone before its auto-removed, x3 crashes. Thanks tyler and jigsy. + +2008-06-23 Alex Schumann + + * src/nickserv.c: make opserv access level required to be in oper ldap + group configurable. + + * src/nickserv.h: make opserv access level required to be in oper ldap + group configurable. + +2008-06-12 Alex Schumann + + * src/nickserv.c: fix login-on-connect logic problem when ldap libs + are present but ldap is not in use. + +2008-04-22 Neil Spierling + + * src/chanserv.c: Fixed a small bug with SVSNickChange. + + * src/hash.h: Added buttaknife's patch which allows modes to be + searched for using opserv trace. Also Fixed a small bug with + SVSNickChange. + + * src/hash.c: Fixed a small bug with SVSNickChange. + + * src/opserv.c: Added buttaknife's patch which allows modes to + be searched for using opserv trace. + + * src/proto-p10.c: Added buttaknife's patch which allows modes + to be searched for using opserv trace. + +2008-04-10 Alex Schumann + + * src/nickserv.c: Fix wrong param count check in oset password + +2008-04-07 Neil Spierling + + * src/chanserv.c: Fixed a bug with x3 not handling kills properly. + + * src/opserv.c: Fixed a bug with x3 not handling kills properly. + +2008-04-02 Alex Schumann + + * src/proto-p10.c: Provisional code for LOC account hostmask validation + + * src/nickserv.c: Provisional code for LOC account hostmask validation + +2008-04-01 Neil Spierling + + * configure: Regenerated. + + * configure.in: Bumped up trunk version for X3. + +2008-03-29 Neil Spierling + + * src/proto-p10.c: Ignore SNO messages. + +2008-03-28 Neil Spierling + + * configure: Regenerated. + + * configure.in: Fixed up a typo spotted by Sakkath. + + * x3.conf.example: Fixed up a typo spotted by Sakkath. + +2008-03-28 Neil Spierling + + * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to + fake a connection reset by peer quit if spin 1 comes up. + +2008-03-28 Neil Spierling + + * src/chanserv.c: Only allow logged in people to use spin. + +2008-03-28 Neil Spierling + + * src/chanserv.c: Added lamepart function so that spin can be used + on Nefarious 1.1. + +2008-03-28 Neil Spierling + + * src/chanserv.c: Added the wheel of misfortune. This will only + work with Nefarious 1.2.0. You can upgrade X3 now even if you are + running 1.1. Also fixed up some roulette/shoot bugs. + + * src/hash.h: Function to change nicknames in X3 when using SVSNICK. + + * src/hash.c: Function to change nicknames in X3 when using SVSNICK. + +2008-03-27 Neil Spierling + + * src/chanserv.c: Added roulette command. + + * src/chanserv.h: Added roulette command. + + * src/mod-memoserv.c: Added email sending functionality when + new memos are sent. + 2008-03-24 Alex Schumann * src/nickserv.c: fix 1 param auth for ldap libs available but not