X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/63c0b8ad3980b46f5c9052c1966a36ce15f6e440..c73514ea1e6c286b2418e7b845c99a4d36601570:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2effb6a..796a43d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,196 @@ /*********************************************************************** 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. + + * 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. + +2009-11-26 Henrik Stuart + + * src/common.h src/main-common.c: add extra parameter to reg_exit_func and + exit_func_t. + + * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c + src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c + src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h + src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c + src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c + src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to + exit_func change. + +2009-11-26 Henrik Stuart + + * src/proto-common.c: fix typo in malloc variable name. + +2009-11-26 Henrik Stuart + + * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func + and svccmd_unbind_func_t. + + * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func + change. + +2009-11-24 Henrik Stuart + + * src/proto.h src/proto-common.c: add extra parameter to + reg_mode_change_func and mode_change_func_t. + + * src/chanserv.c: collateral evolution fixes due to mode_change_func + change. + +2009-11-24 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and + unreg_func_t. + + * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral + evolution fixes due to unreg_func change. + +2009-11-24 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and + auth_func_t. + + * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c + src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution + fixes due to auth_func change. + +2009-11-24 Henrik Stuart + + * src/nickserv.h src/proto-common.c: add extra parameter to + reg_user_mode_func and user_mode_func_t. + + * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to + user_mode_func change. + +2009-11-24 Henrik Stuart + + * src/nickserv.h src/proto-common.c: add extra parameter to + reg_channel_mode_func and channel_mode_func_t. + + * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution + fixes due to channel_mode_func change. + +2009-11-24 Henrik Stuart + + * src/hash.c src/hash.h: add extra parameter to reg_kick_func and + kick_func_t. + + * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution + fixes due to kick_func change. + +2009-11-24 Henrik Stuart + + * src/hash.c src/hash.h: add extra parameter to reg_part_func, + unreg_part_func, and part_func_t. + + * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c + src/mod-track.c: collateral evolution fixes due to part_func change. + +2009-11-24 Henrik Stuart + + * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and + del_channel_func_t. + + * src/opserv.c src/proto-p10.c: collateral evolution fixes due to + del_channel_func change. + +2009-11-23 Matthew Beeching + + * src/nickserv.c: Removed 2 nonsensical spaces in + *NickServ.accountinfo output for "Karma" + +2009-11-22 Matthew Beeching + + * src/nickserv.c: Fix for bug allowing the use of odelcookie + to result in an account's password changing when it shouldn't. + +2009-11-22 Matthew Beeching + + * src/nickserv.c: Added fix for LDAP password not being updated + on odelcookie where account password is changed anyway. + +2009-11-21 Matthew Beeching + + * src/x3ldap.c: Updated OpServ level in LDAP feature to remove + the attribute when 0 instead of setting it to 0 + + * src/x3ldap.h: Updated OpServ level in LDAP feature to remove + the attribute when 0 instead of setting it to 0 + + * src/nickserv.c: Updated OpServ level in LDAP feature to remove + the attribute when 0 instead of setting it to 0 + +2009-11-21 Matthew Beeching + + * src/x3ldap.c: Fix for bug allowing accounts in LDAP to + authenticate to unactivated accounts. + + * src/nickserv.c: Fix for bug allowing accounts in LDAP to + authenticate to unactivated accounts. + +2009-11-16 Matthew Beeching + + * src/proto-p10.c: Added support for MARK SSLCLIFP. + + * src/hash.h: Added support for MARK SSLCLIFP. + + * src/opserv.c: Added SSLCLIFP mark to cmd_whois. + +2009-11-16 Matthew Beeching + + * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect + parameter counts. + +2009-11-15 Matthew Beeching + + * src/hosthiding.c: Fix for crash bug in make_virthost() when host + name doesnt have a '.' in it. + 2009-11-15 Henrik Stuart * src/hash.c: fix variable set for registering nick change functions.