                                What's New
               =============================================
               Summaries of changes in new Services versions

Note: This is intended to highlight only the major chanes between versions.
      For a complete list of changes, see the "Changes" file.

------------
Version 3.2:
------------

  + URL and E-mail address fields added to nickname and channel records.
  + Frequency-of-use limit added to NickServ REGISTER command, much like
	the frequency-of-use limit on MemoServ SEND command.
  + Services admins can now be set online (using the OperServ ADMIN
	command), and no longer need to be defined in config.h.
  + OperServ RESTART command added to allow Services to be terminated and
	restarted without needing command-line intervention.
  * ~ at the beginning of a username (added by many IRC servers when an
	ident response is not received) is no longer ignored, which
	eliminates channel autokick problems on such servers.
  * IRC server message processing code modularized, which should simplify
	adding support for additional protocols.
  * More bugs squashed, as usual.

------------
Version 3.1:
------------

  + A limit can be set on the number of memos a nick can keep, and the
	limit can be varied or removed on a per-nick basis.
  + A limit can be set on the maximum number of channels a nick can
	register.  (This is not yet settable on a per-nick basis.)
  + The permissible frequency of use of the MemoServ SEND command can be
	set to prevent (or at least limit) memo flooding; for example, the
	default configuration prevents users from using the SEND command
	more often than once every five seconds.
  + OperServ autokills can be set to expire after a certain period of time,
	and can default to either not expiring or to having a certain
	duration.
  + Slightly increased protocol support: basic support for ircd.dal 4.4.x
	(x >= 15) is now present, as is support for the ircu GLINE command.
	Services should also work better with classic irc2.x servers.
  * Clone detection actually works now.
  * Many, many bugs fixed, as usual.  Also removed a typo in os-help.c that
	somehow made it into the 3.0.10 distribution.


------------
Version 3.0: (changes since 2.2.26)
------------

  + ChanServ access levels can finally be customized!  ChanServ has a new
	command, LEVELS, which allows the numeric access levels to be
	fine-tuned for each channel.  There are 11 settings available,
	each of which corresponds to a particular ChanServ command or
	function; for example, one can set the level at which users are
	automatically opped, and one can define a level at which users
	are to be automatically voiced as well.
  + Services admins can now view channel access and autokick lists and
	nickname access lists.
  + Read-only mode can now be set (and unset) both from the command line
	and during operation.
  * Channel access lists may now only contain registered nicknames; this
	allows Services to run much faster and simplifies channel access
	checks.
  * Numerous bugs, memory leaks, and potential security holes squashed.
