/*********************************************************************** X3 ChangeLog 2005-04-20 Alex Schumann * src/proto-common.c: removing +d. needs to be a config option or something. * src/nickserv.help: modified main help reply of authserv * src/nickserv.c: added title, epithet, and fakehost to oset listing * src/modcmd.c: fixed up auto-help & alias command handling. Needs totally redesigned though. 2005-04-15 Alex Schumann * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set at the same time. The whole block needs to be if/else instead of switch though, to be cleaner. * src/nickserv.help: added fakehost and title options to help oset. * src/nickserv.c: removed 'style' setting. (was not being used in code anyway) 2005-04-04 Neil Spierling * src/proto-p10.c: Reinstated +d usermode. 2005-03-30 Alex Schumann * src/chanserv.c: Fixed unban. * x3.conf.example: added note in snoop config that improper setting for bots nick will cause segfault. 2005-03-22 Alex Schumann * x3.conf.example: added sethost/fakehost settings to conf 2005-03-19 Alex Schumann * chanserv.c: Changed style of command outputs, added userlevel back to users list. * opserv.c: Changed style of command outputs, removed warn feature * tools.c: shortened duration string lengths * main.c: shortened duration string lengths * sendmail.c: Changed style of stats email 2005-03-18 Alex Schumann * Changed breef to brief... * chanserv.c: Changed to access level names instead of numbers. 2005-03-17 Alex Schumann * src/opserv.c: Improved readability of trace print output * src/chanserv.c: Improved cmd_list_users output & cleaned it up a little. * src/helpfile.c: Improved table_send readability (used in lots of listings including users and stats network etc) 2005-03-15 Alex Schumann * src/chanserv.c: Improved some syntax error reporting for commands * src/helpfile.c: Added a 'breef' help function * src/helpfile.h: Added a 'breef' help function * src/main.c: Improved some syntax error reporting for commands * src/modcmd.c: Improved some syntax error reporting for commands * src/modcmd.h: Improved some syntax error reporting for commands 2005-03-15 Reed Loden * Synchronization with srvx--devo--1.3--patch-19. 2005-03-12 Alex Schumann * src/common.h, src/opserv.h: more SRVX->X3 fixes * opserv.c: fixed SRVX defines to X3 * src/nickserv.c: Applied patch to bring up to date with local uncommitted changes on afternets srvx2 tree. improved cookie gen code and removed /play from cookie messages. * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a bunch more places. 2005-03-07 Neil Spierling * nickserv.help: Added odelcookie section. * src/nickserv.c: Added odelcookie for deleting auth cookies and email cookies. * src/md5.c: Cleaned up compile warnings. * src/nickserv.help: Added odelcookie section. ***********************************************************************/ #define CVS_VERSION "$Revision$"