X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/6fee1be7886e322356a9b7687aa076c451296cbd..0702100202764a191b0de763e701acd92055dffd:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ec2b43b..7ed8bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,67 @@ /*********************************************************************** X3 ChangeLog +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. + +2009-11-29 Neil Spierling + + * src/nickserv.c: Small tweak to the password checks with sslfp LOC. + +2009-11-29 Neil Spierling + * src/nickserv.c: Added SSL fingerprint support to LOC. + + * src/nickserv.h: Added sslfp to loc_auth. + + * src/proto-p10.c: Added support for the new S loc auth type. + +2008-11-28 Matthew Beeching + + * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP + and ODELSSLFP + + * src/nickserv.c: Added support for SSL fingerprint authentication. + + * src/nickserv.h: Added support for SSL fingerprint authentication. + +2009-11-28 Matthew Beeching + + * src/mod-memoserv.c: Fix for bug where MemoServ is created as a + local bot but not registered as a service on first startup. + 2009-11-26 Matthew Beeching * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.