X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7153d2c7997af1cda0f4c7e4203b45a57df2956b..639bdb1d287235b147d36acb79a0b608e5fca0af:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index dea9d30..8e91a46 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,36 @@ /*********************************************************************** X3 ChangeLog +2005-08-12 Alex Schumann + + * src/chanserv.c: Cleanup. Added 'automode' channel setting in place + of 'voice' setting. + Rewording setting help + + * src/chanserv.h: Cleanup. Added 'automode' channel setting in place + of 'voice' setting. + + * src/chanserv.help: Added help for automode. + Rewording setting help + +2005-08-11 Alex Schumann + + * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ) + + * src/proto-bahumit.c: added irc_umode() to send usermodes, untested.. + + * src/proto.h: added irc_umode() to send usermodes (Life4Christ) + + * src/nickserv.c: Added option to have authserv oper/admin people with + opserv access. (Life4Christ) + + * src/opserv.c: Added admin_level config option + + * src/opserv.h: Added admin_level config option + +2005-08-11 Alex Schumann + + * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff + command) when nef* bug sends the +o twice. ++fix bug in patch + 2005-08-09 Alex Schumann * src/chanserv.c: Fixed banTimeout to actually remove the bans :)