X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1679a283dfb43a06efd37297cc0a5474cf287cb6..c73514ea1e6c286b2418e7b845c99a4d36601570:/ChangeLog diff --git a/ChangeLog b/ChangeLog index faa79a2..796a43d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,30 @@ /*********************************************************************** X3 ChangeLog +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.