2007-05-07 - 1.0.1
	Bugfix point release.  Bug(s) fixed:
	- FloodServ needs to deal with notices too.
2007-05-07 - 1.0.2
	Bugfix point release.  Bug(s) fixed:
	- Fix wrong variable usage in ChanServ causing a core.
2007-05-07 - 1.0.3
	Bugfix point release.  Bug(s) fixed:
	- Fix SJOIN not understanding chanmode +c causing a duplicate mlock on
		burst.
	- Fix a whole bunch of typos in the help files. Mainly reported by
		ErrantEgo.
	- Fix a bug causing normal user help not to get displayed.
	- Fix a crash caused by not removing enforcers from the release list
		properly.
	- Fix the channel list to be ordered in NickServ info.
	- FloodServ shouldn't enforce on operators
2007-05-08 - 1.0.4
	Bugfix point release.  Bug(s) fixed:
	- Readd the missing VOICE/DEVOICE commands to ChanServ.
	- Fixed a bug causing OP/DEOP to not report failure because of the mode
		already existing.
	- Fixed a bug causing a core caused by trying to send to ourselves.
	- Fixed ChanServ help to report EXPIREBANS properly.
	- Fixed a bug in ChanServ info causing EXPIREBANS to display twice.
	- Fixed a bug in the kill handler causing the uplink to get closed wrongly.
2007-05-08 - 1.0.5
	Bugfix point release.  Bug(s) fixed:
	- Fix a core caused by dealing with a ip ban.
	- Fix access add to not generate db errors on trying to add an already
		existing account.
	- Fix a bug in ChanServ sudo causing SUDO to "stick" on.
2007-05-08 - 1.0.6
	Bugfix point release. Bug(s) fixed:
	- Sort channel access list output.
	- Fix a bug in autolimit causing it to not work at all.
2007-05-09 - 1.0.7
	Bugfix point release. Bug(s) fixed:
	- Fix issue causing FloodServ to akill *@* when a non cloaked offender
		triggers a network flood.
	- Improve FloodServ's kill message.
	- Fix a memory leak in FloodServ.
	- Add safeguards to akill_add to prevent this happening again.
2007-05-09 - 1.0.8
	Bugfix point release. Bug(s) fixed:
	- Fixed crash on topic unset.
	- Fixed desync bug caused by services not tracking KICK properly.
	- Fix NickServ notices to work with NickServ scripts.
	- Fix ACCESS help.
2007-05-09 - 1.0.9
	Bugfix point release. Bug(s) fixed:
	- Fix core caused by KILLs not acting fast enough and exit_client being
		called twice.
	- Rewrote NickServ identify/regain/ghost to share code and ghost to be an
		alias for regain. Also fixed the notices not being sent to the right nick.
2007-05-11 - 1.0.10
	Bugfix point release. Bug(s) fixed:
	- Fix ChanServ so that it resets topiclocked topics on burst, and also
		resets empty topics.
	- Fix DROP on unlinked nicknames and child nicknames.
	- Added missing leaveops command which doesnt deop people not on the channel
		access list.
	- Added notice about being identified when you match an entry in the access
		list.
	- Add nick + realname to NickServ info output.
	- Add a line stating which is the master of a nickname in info, if not
		infoing the master.
	- Fix a bug in the display of various unknown time elements.
	- Improve ChanServ access add help.
2007-05-14 - 1.0.11
	Bugfix point release. Bug(s) fixed:
	- Fix parting FloodServ from a channel he's not joined to
	- Fix various (some severe) memory leaks
	- Fix bug causing some channel modes to go unnoticed.
2007-05-14 - 1.0.12
	Bugfix point release.  Bug(s) fixed:
	- Fix core caused by tring to print channel name from a null struct.
	- Fix chanserv access notices to be more helpful.
2007-05-18 - 1.0.13
	Bugfix point release.  Bug(s) fixed:
	- Fix a 64 bit compilation issue.
	- Fix various additional memory leaks.
	- Reenable closing of module handles which sneaked in during debugging.
2007-06-26 - 1.0.14
	Bugfix point release.  Bug(s) fixed:
	- Fix another bug in channel modes causing a desync. (#28)
	- Only show topic, entry message, and mlock to opers or members. (#38 maybe #31)
	- set #channel floodserv should show on/off properly. (#29)
	- floodserv shouldn't insert an AKILL twice. (#37)
	- Remove stray tab from chanserv access add help.
	- the part cb may send a null channel don't let FS crash. (#43)
	- opers should be allowed to see operserv help. (#41)
	- db_find_chan and db_find_chanaccess shouldn't leak when the channel isn't
		found or access level. (#26)
	- Fix another bug in channel modes causing a desync. (#28)
	- Don't allow operserv to be reloaded, it won't work. (#45)
