]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
mod-python: add emb_get_servers function
[irc/evilnet/x3.git] / ChangeLog
index 3a7ffdd7ce49d6ff7bd9f39ffcb86531b6cdf9f6..077964f594f3857cdc1841ae959c7fc906a5b15d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,931 @@
 /***********************************************************************
 X3 ChangeLog
 
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_get_servers function.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: fix a bunch of typos
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_get_channels function.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_get_users function.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: raise exception on failure in emb_get_account.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: raise exception on unknown channel in emb_get_channel
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: make emb_send_target_notice more resilient toward
+       erroneous input and raise exceptions on failures.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: make emb_send_target_privmsg more resilient toward
+       erroneous input and raise exceptions on failures.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: make emb_dump raise exception on failure.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: set exception on error path in emb_get_user.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: extract userNode to Python dictionary conversion for
+       future use in handlers.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: do not leak handler objects
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add support for specifying main module in x3.conf
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: Expose Python services module as _svc to follow normal
+       Python naming conventions for C extensions.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: Remove unused function.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
+
+2009-10-05  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/main-common.c: Initialise opserv before other services.
+
+2009-09-22  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Srvx sync. Author: Michael Poole.
+
+       * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
+
+2009-09-19  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Srvx sync. Author: Michael Poole.
+
+       * src/chanserv.c (handle_part): Allow the current user to be considered for
+       channels other than the channel being /part'ed.
+
+       * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
+       (modcmd_load_bots): Read them out and use them.
+
+       * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
+
+       * src/opserv.help (INVITE): Document this command.
+
+       * src/proto.h (irc_user_modes): Declare.
+       (irc_user_mode_chars): Likewise.
+
+       * src/proto-common.c (irc_user_modes): Define.
+
+       * src/proto-p10.c (irc_user_mode_chars): Define.
+       (irc_user): Use irc_user_mode_chars() instead of open-coding it.
+
+2009-08-21  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
+       where LDAP account exists and AuthServ account does not
+
+2009-08-20  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
+
+2009-08-17  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
+       AUTH when warned that the nick being used is registered
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto.h: Added declaration fo irc_privmsg_user
+
+       * src/opserv.c: Added privmsg and notice trace actions
+
+       * src/opserv.help: Added privmsg and notice trace actions
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: ignore SPAMFILTER messages
+
+2009-08-11  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Srvx sync. Author: Michael Poole.
+
+       * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
+       (specifically, 1).
+       (HAVE_STRUCT_ADDRINFO): Likewise.
+
+       * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
+       that can make kevent() return -1/ENOENT.
+       (ioset_kevent_update): We need to try to EV_DELETE here instead.
+       (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
+
+       * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
+
+       * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
+       (ipv6_pton): Likewise.
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-common.c: Fix to allow trigger (in channel) commands
+       to work in unregistered channels
+
+2009-07-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/sar.c: Fix for typo in previous commit
+
+2009-07-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/sar.c: Commented out an warning message.
+
+2009-07-29  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for minor auth bug
+
+2009-07-23  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.help: Minor spelling correction
+
+2009-07-18  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for NickServ AUTH bug with only password
+       being supplied
+
+2009-07-16  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added support for NickServ with LDAP enabled
+
+2009-07-15  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Crash fix with the spin command for hosts with
+       a long length.
+
+2009-07-05  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
+
+2009-06-27  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/modcmd.c: Fix for bug #2813183
+
+2009-06-20  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Removed lastmod from gline and shun. (from the
+       srvx merge)
+
+       * src/gline.c: Removed lastmod from gline and shun. (from the srvx 
+       merge)
+
+       * src/gline.h: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+       * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
+       the srvx merge)
+
+       * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
+       the srvx merge)
+
+       * src/opserv.c: Removed lastmod from gline and shun. (from the srvx 
+       erge)
+
+       * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+       * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
+
+       * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
+
+       * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+2009-06-05  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Bug fix for SF Bug #2801434.
+
+2009-06-02  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/hash.h: Updated client PRIVS.
+
+       * src/proto-p10.c: Updated client PRIVS.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Re done the extended channel ban code so that it works
+       like the ircd code.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Return -1 with invalid extended bans.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Tweak the ban functions to allow invalid bans to
+       be picked up.
+
+       * src/tools.c: Return -1 with invalid extended bans.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Updated user_matches_glob.
+
+       * src/common.h: Updated user_matches_glob.
+
+       * src/mod-memoserv.c: Updated user_matches_glob.
+
+       * src/nickserv.c: Updated user_matches_glob.
+
+       * src/opserv.c Updated user_matches_glob.
+
+       * src/tools.c: Added support for shared channel bans (j). As well as
+       quiet bans. Although these are handled ircd side.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Extended channel ban support. As well as text and
+       nick change bans, however these 2 are just ignored as they are
+       handled ircd side.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Extended account ban support.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Basic extended ban support.
+
+       * src/tools.c: Basic extended ban support.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fixed up SF bug #2799155.
+
+       * src/modcmd.c: Fixed up an issue where missing args was coming up
+       when it shouldnt.
+
+2009-05-31  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * GPL 3 and svn propset updates.
+
+2009-05-31  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/main.c: Added spamserv.h #include.
+
+       * src/main-common.c: Woops forgot to init spamserv.
+
+       * src/spamserv.c: Fixed up AddLocalUser.
+
+2009-05-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
+
+2009-05-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/hash.c: Couple of tweaks.
+
+       * src/proto-common.c: Fix for triggers not working with forwards as well as
+       off channel services.
+
+2009-05-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
+       option.
+
+       * src/mail-smtp.c: Added missing file.
+
+2009-05-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Major update to bring X3 in line with the latest SRVX commit.  Please see
+       UPGRADE. Credits go to the SRVX team.
+
+2009-04-22  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Ignore stats headers.
+
+2009-05-08  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/mod-python.c: generalised cmd_run to process file_input productions.
+
+2009-05-06  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/mod-python.c: generalised PYTHONPATH environment setting to
+       not explicitly set Alex's home directory.
+
+2009-05-05  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
+       auto_oper on LOC support.
+
+       * src/proto.h: introduced irc_sno for SNO messages.
+
+       * src/nickserv.c: added registered authentication function to handle
+       auto_oper on LOC.
+
+2009-05-04  Alex Schumann  <rubin@afternet.org>
+
+        * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
+
+        * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
+
+2009-03-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Update PRIV handling code for the latest
+       nefarious 1.3 changes.
+
+2009-02-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: Patch from muer to support auto-oper for LOC
+       connections too.
+
+2009-01-31  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: change server link handlers to return an int
+
+       * src/hash.h: change server link handlers to return an int
+
+       * src/plugins/annoy/plugin.py: add some debug code for testing new
+       hooks
+
+       * src/modpython.py: support for new hooks server_link, nick_change,
+       and new_user
+
+       * src/mod-python.c: support for new hooks server_link, nick_change,
+       and new_user
+
+2009-01-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Warning fix.
+
+       * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
+
+2009-01-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/modpython.py: Comment out debug printing
+
+       * src/plugins/hangman: New example plugin: Hangman game
+
+2009-01-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/opserv.c: Fix a hole Sindacious found, where alerts on account
+       don't trigger because they arent looked for during/after auth.
+
+2009-01-26  Alex Schumann  <rubin@afternet.org>
+
+       * src/plugins/annoy/plugin.py: more test code
+
+       * src/mod-python.c: added emb_get_info, silenced warnings, and stub 
+       TODO comments for all the handlers and emb functions we need to 
+       create. search for TODO and lend a hand! :)
+
+2009-01-26  Alex Schumann  <rubin@afternet.org>
+
+       * src/plugins/annoy/plugin.py: new version of test plugin
+
+2009-01-25  Alex Schumann  <rubin@afternet.org>
+
+       * Makefile.am: forgot to copy modpython.py where it goes.
+
+2009-01-24  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: added plugin hook to log to x3 logs, and worked
+       out the basics of callback registration.
+
+       * src/modpython.py: x3 logging hook and new callback registration
+
+       * Makefile.am: install modpython.py and plugins/ during make install
+
+       * install-r.sh: shell script to do recursive copy with exclusions
+
+2009-01-23  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: refactor to use class-based hook manager. Seems to
+       run now. Also added better comments.
+
+       * src/modpython.py: refactored into classes. Seems to run now. Cleaned
+       up a bit.
+
+2008-01-12  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
+
+2009-01-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/nickserv.c: fix access change bug when using ldap but not
+       ldap_oper_group_dn.
+
+2009-01-01  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * languages/README.txt: Changed validate_lang.pl to validate.pl
+
+       * languages/validate.pl: Set executable
+
+       * languages/lang_export.sh: Set executable
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: SF feature 1476390. Added nodelete option to
+       MERGE.
+
+       * src/chanserv.help: SF feature 1476390. Added nodelete option
+       to MERGE.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
+       the channel flag to the register command. Also removed the
+       helping flag.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/hash.c: SF feature 2353183. Made X3 aware of +a.
+
+       * src/hash.h: SF feature 2353183. Made X3 aware of +a.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/global.c: Added RCHANNELS which will send notices to all
+       registered channels. Also changed CHANNELS to notice all channels
+       instead of registered ones only.
+
+       * src/global.h: Added RCHANNELS.
+
+       * src/global.help: Added RCHANNELS target.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/global.c: Added AUTHED target.
+
+       * src/global.h: Added AUTHED target.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Store when alerts were last triggered.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * x3.conf.example: Added valid_channel_regex.
+
+       * src/chanserv.c: Added valid_channel_regex.
+
+2008-12-25  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Warning fixes.
+
+       * src/proto-p10.c: Warning fixes.
+
+2008-12-25  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
+       when dynlimit disabled.
+
+2008-12-24  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
+
+2008-11-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
+
+2008-11-25  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * src/mod-python.c: Added ability to query info about nick or channel
+       name
+
+2008-11-16  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: filled in some missing pieces.
+
+       * src/mod-python.py: more demo code for testing
+
+2008-11-16  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
+
+2008-11-16  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <jobe@mdbnet.co.uk>
+
+       * tools/db.php: Added sample DB parser script
+
+2008-11-06  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
+       Begin work on embedding python.
+
+2008-11-06  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.help: Minor spelling mistake "change" instead of
+       "change"
+
+2008-10-10  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.c: Fix for crash on OpServ SVSPART where the
+       channel specified does not exist.
+
+2008-09-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Prevent automatic registration of dissallowed
+       nicks when registering an account
+
+2008-09-27  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Fix for <trigger>shoot telling you to use
+        .roulette instead of <trigger>roulette
+
+2008-09-15  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
+       soon in Nefarious.
+
+2008-09-07  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * 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  <jobe@mdbnet.co.uk>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
+       channel.
+
+2008-08-19  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <rubin@afternet.org>
+
+       * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
+
+       * src/config.h: bump trunk to 1.7
+
+2008-07-19  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Added missing PRIV_*'s to privtab
+
+       * src/hash.h: #define's for missing PRIV_*'s
+
+2008-06-23  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <rubin@afternet.org>
+
+       * src/nickserv.c: Fix wrong param count check in oset password
+
+2008-04-07  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * configure: Regenerated.
+
+       * configure.in: Bumped up trunk version for X3.
+
+2008-03-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Ignore SNO messages.
+
+2008-03-28  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Only allow logged in people to use spin.
+
+2008-03-28  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Added lamepart function so that spin can be used
+       on Nefarious 1.1.
+
+2008-03-28  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * 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  <rubin@afternet.org>
+
+       * src/nickserv.c: fix 1 param auth for ldap libs available but not
+       enabled, case. Thanks jobe.
+
+2008-03-11  Alex Schumann  <rubin@afternet.org>
+
+       * src/opserv.c: Add svsnick command
+
+       * src/opserv.help: add help for svsnick and improve menu a bit
+
+       * src/nickserv.c: re-enable 1 param auth if not using ldap.
+
+2008-03-02  Alex Schumann  <rubin@afternet.org>
+
+       * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
+       kill/reconnect segfault)
+
+2007-07-31  Alex Schumann  <rubin@afternet.org>
+
+        * src/proto-p10.c: ignore ALIST messages
+
+2007-05-08  Alex Schumann  <rubin@afternet.org>
+
+        * src/nickserv.c: fix authentication bug with ldap by temporarily
+       removing account-less authentication.
+
+       * src/nickserv.help: fix help file to reflect change
+
+2007-05-08  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/mod-webtv.c: Allow opers to override required_mark. Also added
+       SJOIN (undocumented) so opers can join IRC into channels where its
+       needed as WebTV can only message clients in channels they are in.
+
+2007-06-08  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/mod-webtv.c: Added JOIN and PART.
+
+       * src/mod-webtv.help: Added JOIN and PART.
+
+2007-05-08  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
+       config options, required_mark and valid_marks.
+
+       * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
+
+2007-05-08  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * configure: Run autogen.sh.
+
+       * configure.in: Tweaks for google core dumper 1.1.
+
+       * x3.conf.example: Basic webtv module section.
+
+       * src/config.h.in: Run autogen.sh.
+
+       * src/Makefile.am: Run autogen.sh.
+
+       * src/Makefile.in: Run autogen.sh.
+
+       * src/mod-webtv.c: Basic module for now. (Does nothing so dont
+       bother compiling in).
+
+       * src/mod-webtv.help: Empty help file for webtv module.
+
+       * tools/core_install.sh: Update google core dumper to 1.1.
+
+       * tools/coredumper.tar.gz: Update google core dumper to 1.1.
+
+2007-05-06  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
+       This will stop the "Unable to find user irc.servername.com whose mark 
+       is changing." messages. When a user reconnects and an existing exempt
+       is on the network for the user, their lastseen time is sent out to
+       all the servers. This quick fix moves the user checking part to
+       the relevant part of the function that actually uses users.
+
+2007-05-04  Alex Schumann  <rubin@afternet.org>
+
+        * src/chanserv.c: fixed problem with giveownership logs where the
+       previous owners handle could reference a free'd string.
+
+2007-04-24  Alex Schumann  <rubin@afternet.org>
+
+        * src/nickserv.c: add missing ifdef for inldap search.
+
+2007-04-22  Alex Schumann  <rubin@afternet.org>
+
+        * src/nickserv.c: change authserv search accountmask to just account.
+       added inldap search criteria. added add2ldap search target.
+
+       * src/nickserv.help: added help for ldap searching. + only add2ldap if
+       all the info is there.
+
+       * src/x3ldap.c: clean up of some error messages/handling. + add a byte
+       to password malloc to maybe solve a core problem? + fix an error
+       checking option.
+
+2007-04-21  Alex Schumann  <rubin@afternet.org>
+        * src/nickserv.c: remove some un-needed errors with duplicate
+       add/deletes in ldap 
+
+2007-04-21  Alex Schumann  <rubin@afternet.org>
+
+        * src/nickserv.c: fix bug with register_user from loc causing core
+
+2007-04-20  Alex Schumann  <rubin@afternet.org>
+
+        * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
+       ldap_port changed to ldap_uri.
+
+       * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
+       not x3 not being created.  changed to ldap_uri config instead of
+       host/port
+
+       * src/nickserv.h: changed to ldap_uri
+
+       * x3.conf.example: changed to ldap_uri
+
+2007-04-09  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * README: testing.
+
+2007-04-09  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * INSTALL: Another test.
+
+2007-04-08  Alex Schumann  <rubin@afternet.org>
+
+        * src/chanserv.c: fix for a core when adding kill alert for numchans 1
+
+2007-04-06  Alex Schumann  <rubin@afternet.org>
+
+        * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
+       USER
+
 2007-04-07  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
 
        * ChangeLog: Email update.