]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
refactor userNode to PyObject conversion into separate method
[irc/evilnet/x3.git] / ChangeLog
index c2fde7301a03b4e06530a5c44a7322a16d5e2782..91281c3226c31897df8b4ebddb71aa62614d9c12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,147 @@
 /***********************************************************************
 X3 ChangeLog
 
+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