X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/132f78594a058a14a130d38061bb99b4f06ed3ac..ec0120d1f04430a824d581290932ade7a750be43:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index 516974a..27cce5c 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,11 +1,43 @@ /*********************************************************************** X3 ChangeLog +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. + +2005-08-09 Alex Schumann + + * src/chanserv.c: Fixed banTimeout to actually remove the bans :) + +2005-08-08 Alex Schumann + + * src/chanserv.c: Added banTimeout feature to .set + + * src/chanserv.h: added banTimeout feature to .set + + * src/recdb.c: Added some better error catching in database_get_data() + + * src/proto-common.h: tabs + + * x3.conf.example: added bantimeout to default set list, and ban + timeout frequency config setting. + +2005-08-04 Alex Schumann + + * src/chanserv.c: Changed kick protected message to one without %s or + $b because the kick function doesnt support replacements. + + * src/tools.c: fixed spelling error in comment. + 2005-07-28 Alex Schumann * src/chanserv.c: fixed crash bug in 8ball (required params was off by one) + * src/proto-p10.c: Ignore wallusers (WU) tokens from server without + whining. + 2005-07-26 Alex Schumann * x3.conf.example: Updated from live afternet file and improved help