X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/4b6129c055ce20d1f0b614c36fe7f6072aec69da..d1a656759d2d523b9094105f41854e2a533281bc:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index e5d5136..488cb16 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,15 +1,37 @@ /*********************************************************************** X3 ChangeLog +2005-08-13 Alex Schumann + + * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored + some *@* protection. + + * src/tools.c: added function to detect an overmask (too general) + + * src/common.h: added function to detect an overmask (too general) + +2005-08-12 Alex Schumann + + * src/chanserv.c: Modified resync to work accourding to automode + setting, and fixed a buffer overflow problem. + + * src/chanserv.help: updated set automode and rsync help. + + * src/nickserv.h: Added an autohide setting to nickserv/authserv that + sets +x on AUTH. + + * src/nickserv.c: Added an autohide setting to nickserv/authserv that + sets +x on AUTH. + 2005-08-12 Alex Schumann * src/chanserv.c: Cleanup. Added 'automode' channel setting in place - of 'voice' setting. + 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. + * src/chanserv.help: Added help for automode. + Rewording setting help 2005-08-11 Alex Schumann