X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/c03536b55c480dd075dc91484479ea531fa3b3e9..ae2752675d6257ba7d6e0873e49dd49c3ed9f032:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8a62113..87b828e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,143 @@ /*********************************************************************** X3 ChangeLog +2010-05-11 Matthew Beeching + + * src/nickserv.c: Added nick expiration support. + + * src/nickserv.h: Added nick expiration support. + + * x3.conf.example: Added nick expiration support. + +2010-05-06 Matthew Beeching + + * src/nickserv.c: Added SET action for SEARCH. + + * src/nickserv.help: Added SET action for SEARCH. + +2010-05-06 Matthew Beeching + + * src/nickserv.c: Added NickServ search title criteria. + + * src/nickserv.help: Added NickServ search title criteria. + +2010-04-29 Matthew Beeching + + * src/opserv.c: Minor typo in previous commit where returning 0 + when it should have been 1 from opserv_join_check(). + +2010-04-29 Matthew Beeching + + * src/opserv.c: Fix for possible bug in opserv_join_check(). + +2010-04-23 Matthew Beeching + + * src/log.c: Modified X3.last to only show host and ident to + opers. + +2010-03-15 Matthew Beeching + + * ChangeLog: Abusing to figure out mercurial a bit. + +2010-03-13 Matthew Beeching + + * src/hash.h: Changed HOSTLEN to match Nefarious. + +2010-03-03 Matthew Beeching + + * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the + entire IPv6 IP after the :: was ommited. + +2010-02-27 Matthew Beeching + + * src/proto-p10.c: Added message handlers for ZLINE and REMOVE + to ignore both messages + +2010-02-05 Matthew Beeching + + * src/nickserv.help: Fix for a minor documentation error where $S + was used instead of $N. + +2010-01-14 Matthew Beeching + + * src/nickserv.c: Added support for LDAP auth registering initial + nick when nick registration is enabled. + +2010-01-09 Neil Spierling + + * Srvx sync. Author: Michael Poole. + + * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that + SO_REUSEADDR be set on a socket before binding it to an in-use socket. + So do that. + + * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply + with C99's strict(er) aliasing rules. Allocate off the stack or + heap, as appropriate. Add new function sar_free_nameserver() to + clean up the heap-allocated data. + +2010-01-07 Neil Spierling + + * src/chanserv.c: 8ball will now accept "what colour". + +2009-12-18 Neil Spierling + + * x3.conf.example: Added type 8 for Nefarious 1.3.0. + + * src/proto-p10.c: Only use the old cloak.c code if type 7 is given. + If type 8 is given then the cloaked hosts are picked up during burst + (+cC) + +2009-12-17 Neil Spierling + + * src/log.c: Revert message type to 5. + +2009-12-17 Neil Spierling + + * src/mod-track.c: Fixed a crash with net rider kicks. + +2009-12-12 Alex Schumann + + src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings. + + src/x3ldap.h: Deal with some warnings. + +2009-12-09 Henrik Stuart + + src/mod-python.c: add support for module_register. + +2009-12-09 Henrik Stuart + + src/mod-python.c: add support for log_register_type. + +2009-12-09 Neil Spierling + + src/nickserv.c: Shuffle the auto oper functions around to fix a + desync issue. + + src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of + a client's connection. Temp fix for now. + +2009-12-06 Matthew Beeching + + * src/chanserv.c: Removed seemingly unnecessary "cannot invite" + warning from chan_opt_automode. + +2009-12-02 Matthew Beeching + + * src/nickserv.c: Added merging SSL fingerprint lists during + account merging. + +2009-12-01 Matthew Beeching + + * src/opserv.c: Added ADDALERT reactions noticeuser and msguser + to go with trace reactions notice and privmsg. + +2009-11-29 Matthew Beeching + + * src/nickserv.c: Rewrote parts of loc_auth() to get it working + the same as cmd_auth() with regards to SSL fingerprint support. + 2009-11-29 Neil Spierling * src/nickserv.c: Small tweak.