Mimir 2.0-alpha-3
	Zed tipped me about a memleak that would leak 32bytes / line.
	Removed some unwanted dereferences.

Mimir 2.0-alpha-2
	Changed the install target to xchat2.
	Changed the ping recognizer.. 
	Fixed the saving of friends list bug.
	Moved the ignore detection further up to skip additional ignores.

Mimir 2.0-alpha-1
	Rewrote most of the code, it's now smaller and works with xchat2.
	Removed the lru thread since i now have access to timers, but i wonder
	how much time a worstcase senario would consume... ie if i have to
	move it to a thread again.
	The new xchat api is much better and it should make mimir more stable
	(all the old problems was due to the api.... =P)

Mimir 1.0-beta7
	Rewrote the globmatch rutine, due to the database structure you have to use
	/mimdb find *@*, ie specify host and ident.
	Changed some misc CTCP things.
	Redid some of the globmatch changes.
	Shortened the lifespan on the inet_ntoa lock, made a thread safe
	 version and replaced the old version which is still available with
	 -DMIM_USE_INET_NTOA.
	Added "support" for irssis broken "send files with spaces" dcc
	 implementation =P
	

Mimir 1.0-beta6
	Removed loads of strlens that were redundant.
	Rewrote most foreach_db_functions in a more optimized manner, They can
	also match ips or hosts now.
	Friends are now checked on add, ie, they check the host db for matching users
	and add the friends flag to them.
	I tried to add a lag workaround to avoid false positives but failed missierably
	and since it seems like i have to duplicate some of xchats internal code.
	(ie, put on hold untill further notice)

Mimir 1.0-beta5
	Fixed a bug where client guess would be shown even if the host was ignored.
	(which included changing some internal code)
	Fixed a couple of possible races in the resolve code.
	Renamed mimdb stats to status. (it accepts both)
	Operdetection now reports which channel that report came from.
	X-Chats ping reply seems to vary between 9 and 10 in lengh, more speficic tests
		sould come soon...
	
	This release was delayed since i tried to store ips as ints which would use less
	cpu than strcasecmp on a ip string (afair).
	I guess i have to replace this db system some day aswell... =P
	(since clone detection is kinda hard on a multinet floodprotection
	 esp with the db being structured like it is.)

Mimir 1.0-beta4
	Made /friend del actually work.
	Added basic client detection.
	Added oper detection, usefull if you need help. Needs /who #chan on join.
	Added stats and verify to /mimdb to get some usefull info.

Mimir 1.0-beta3
	More workarounds for other insane ircd's (unreal) =).
	Added KBI functionallity.

Mimir 1.0-beta2
	Added more checks for ircu specific things.
	Made the arcnet checks better (some didn't work apparently).
	Added some spaces to the flag messages.

Mimir 1.0-beta1

	The whole database system has been rewritten.
	Mimir now uses threads to resolve hosts etc.
	MIMIRDB command changed to MIMDB.
	FRIENDS command changed to FRIEND.
	
	Added a ctcp mimir that reports version and 'where to get it'.
	Added a hack that adds mimir to the xchat version reply if you allow it.
	Added a xchat-and-mimir-compiled-with-the-same-compiler-check. Haven't
	tested it fully yet though.
	
Ian Kumlien -- <pomac@vapor.com> -- http://pomac.netswarm.net/mimir/
pomac on #opers @ arcnet
