Version 2.2
-----------

1997/01/18 .5	Fixed big in ChanServ/NickServ LIST introduced by FORBID.
1997/01/18	Fixed minor typo in ChanServ FORBID help text.
1997/01/18	Made nick-kill timeouts a bit smarter about checking for
		    changed/new nicks.
1997/01/18 .4	FORBID command added to disallow certain channels and
		    nicknames.
1997/01/18	Use of log file increased: use of REGISTER, IDENTIFY, and
		    DROP commands for NickServ and ChanServ is now logged.
1997/01/18	Services ops can now drop channels and nicks in READONLY
		    mode.
1997/01/17 .3	Fixed potentially serious bug in ignore code.
1997/01/15	Fixed compilation problem under SKELETON mode (last_check
		    undeclared).
1997/01/15	Fixed crash on OperServ RAW command with no parameters.
1997/01/14 .2	Services now saves databases and quits upon receipt of
		    SIGHUP.
1997/01/14	Fixed Services op recognition.
1997/01/14      Added DEOP command to ChanServ.
1997/01/13 .1	Moved some configuration options from Makefile to
		    configure.
1997/01/12	Moved Services ops definition from operserv.c to config.h.
1997/01/12 .0	Added patch-level version number.
1997/01/12	Added SET IGNORE command to OperServ to enable/disable
		    ignore code.
1997/01/10	Created "configure" script.


Version 2.1
-----------

1997/01/10	Added OP command to ChanServ.
1996/12/30	Added "clean quit" which saves the databases (shutdown).
1996/12/30	Added MOTD command to Services, changed DevNull/EsperNet
		    default modes to +i.
1996/12/22	Added JUPE command to OperServ.
1996/12/14	Fixed MemoServ "READ <num>" behavior.
1996/12/14	Added strspn() to misc.c for systems with a buggy
		    implementation.
1996/12/14	Fixed crash on server PING.
1996/11/24	Added ignore code to protect against denial of service.


Version 2.0
-----------

1996/11/23	Corrected PING/PONG behavior.
1996/11/23	Corrected bug in AutoKick list size limit.
		Fixed null-pointer bug in operserv.c/do_akill().
		Set up main Services to recover from nick collisions (such
		    as when a net-join brings backup Services online at the
		    same time as regular Services).
		Moved NickServ/ChanServ/MemoServ help messages into
		    HelpServ database.
		Added SECURE options to NickServ and ChanServ.
		Added GLOBAL (send global notice) and STATS
		    (network/Services statistics) commands to OperServ.
		Added limit to size of AutoKick list for a registered
		    channel.
		Implemented "read-only" mode for backup copies of Services.
		Fixed channel mode-locking of keys.
		Fixed restoration of blank topics.
		Kludged to get ChanServ SET TOPIC working.
		Fixed ChanServ's failure to record topic changes for
		    registered channels with topic retention set.
		Created HelpServ.

===========================================================================

Version 1.1
-----------

1996/08/29	Added VERSION reply.
1996/08/29	Created this file.
