Wed Dec 01 16:59:24 1999 Rex Feany <laeos@ptw.com>

	* changed version to 0.9f
	* changed ctrl-k to clear_to_end_of_line 
	* made /window query call query (to make mullein happy:)
	* added /operwall for ircd-hybrid 
	* added /locops
	* switched rehash and restart to use cmd_oper_stuff
	* added /htm
	

Wed Oct 20 14:24:21 1999 Rex Feany <laeos@ptw.com>

	* Branched off the perl stuff in the CVS tree,
	  worry about it later
	* Changed ctl-e to default to END_OF_LINE.
	* added acconfig.h ... where did it go??
	* bumped up the version to 0.9e
	* removed the annoying dcc debug messages i left in 0.9d
	* fixed dcc, so that stuff from mirc/pirch have the linefeeds
	  removed (was broken before)

Fri Aug 06 12:59:04 1999 Rex Feany <laeos@ptw.com>

	* Added /orignick, should work like the bitchx version
	* added the beginings of a perl interpreter.
	  right now, ./configure --enable-perlinterp turns it on.
	  the /eval command works, and I got it to stop crashing
	  all the time.
	* released v0.9d to the world

Mon Jul 26 09:00:03 1999 Rex Feany <laeos@ptw.com>

	* Redid the build process, fixed autoconf, automake, etc
	* removed happy_crappy_hack, the novilty wore off about 10 min
	  after it got added.. :)
	
Sat Oct 17 01:16:57 1998 Rex Feany <laeos@ptw.com>

	* 0.9c released to the world.	

Sat Oct 17 00:49:29 1998 Rex Feany <laeos@ptw.com>

	* define happy_crappy_hack, in config.h, and see what kind of fun things
	  happens to lusers that /ctcp {sound|trout} you (as long as you have ops 
	  in the chan;)

Sat Oct 17 00:12:42 1998 Rex Feany <laeos@ptw.com>

	* Removed SHOW_AWAY_ONCE variable. it was/is ugly.	

Thu Oct 15 18:34:33 1998 Rex Feany <laeos@ptw.com>

	* Incremented version (0.9c)
	* Changed a few bitchsay()s to yell()s (might we get rid of "bitchsay" 
	  altogehter?)
	* Fixed makefile to not say "configure your bot correctly" :) 
	  (this makefile was ripped from another one of my projects, Phosphene)

Wed Oct 14 17:25:12 1998 Rex Feany <laeos@ptw.com>

	* fixed the makefile to install the server and help
	  files

Wed Oct 14 15:42:29 1998 Rex Feany <laeos@ptw.com>

	* got rid of thing_ansi, cleaned it all up.
	  new incarnation is line_thing, and it is never NULL.

Wed Oct 07 20:06:58 1998 Rex Feany <laeos@ptw.com>

	* removed a lot of unused variables 

Wed Oct 07 19:42:40 1998 Rex Feany <laeos@ptw.com>

	* fixed -H command line argument.. should beable to specify
	  host on command line now
	* removed "bircrc_file" which was just the same as "ircrc_file" but
	  with a b. where is the logic in that? *shrug*

Wed Oct 07 19:10:28 1998 Rex Feany <laeos@ptw.com>

	* darn. Reverted fix for switch_channels, it only fixed it in 
	  a few cases, but broke it worse in others. old behavior is better!

Wed Oct 07 18:14:54 1998 Rex Feany <laeos@ptw.com>

	* Fixed switch_channels so it wouldnt switch from/to a channel
	  that is bound in a window.

Tue Oct 06 17:37:53 1998 Rex Feany <laeos@ptw.com>

	* Re-indented the source with 'indent -gnu -i8 -bli0' -- much better.

Sun Oct 04 22:35:58 1998 Rex Feany <laeos@ptw.com>

	* /hostname should reconnect now if you make a change.

Sun Oct 04 21:31:14 1998 Rex Feany <laeos@ptw.com>

	* Fixed a problem which would cause Xaric to consume ~96% CPU
	  during a DCC chat.

Sun Oct 04 19:55:01 1998 Rex Feany <laeos@ptw.com>

	* /wallops now instead of warning about not being an oper, 
	  refuses to do anything if you are not an oper.

Sun Oct 04 19:31:28 1998 Rex Feany <laeos@ptw.com>

	* fixed (worked around?) an obscure bug with the whois code.
	  If a NICK command returns ERR_NICKNAMEINUSE, it automaticly
	  did a whois on the nick. Problem is, if it is the first NICK 
	  (initiating connection), we can't do a whois because we're not
	  connected. This confused the whois code, because we never got
	  a reply, and so it stayed in the whois queue, breaking anything
	  after that that used whois. FIX: if we arn't regisgered yet, don't
	  send a whois out.

Sat Oct 03 17:15:58 1998 Rex Feany <laeos@ptw.com>

	* minor changes to cmd_disconnect. 

Sat Oct 03 16:52:15 1998 Rex Feany <laeos@ptw.com>

	* removed /mesg and /uptime
	* removed some old remanance of OperView.. 

Sat Oct 03 16:38:12 1998 Rex Feany <laeos@ptw.com>

	* removed unscrew
	* changed auto_rejoin back to its basic behavior of 
	  just rejoining after kick.. not changing nick, user etc.
	* got rid of do_newuser in source/misc.c

Sat Oct 03 14:43:32 1998 Rex Feany <laeos@ptw.com>

	* Name change! Now we are called Xaric.
	  Reason: I like unique names, and Karma was taken by a library,
	  written by Richard Gooch.
	* Start moving commands over to the tree instead of the 
	  linked list.

Sun Sep 13 03:23:10 1998 Rex Feany <laeos@ptw.com>

	* v0.8a released to the world

Sun Sep 13 01:15:10 1998 Rex Feany <laeos@ptw.com>

	* dumped status_user? formats, no one used them
	* fixed many many small problems found with -Wall
	* various other small cleanups

Sat Sep 12 13:03:25 1998 Rex Feany <laeos@ptw.com>

	* New makefile and friends.
	* fixed bug in lookup_channel, when passed "*" as the channel name,
	  and there was no current channel it would segfault
	* changed PART to use do_getout instead of send_comm2
	* reinstated warning about notify being broken.
	* removed eval command
	* removed input and input char command
	* removed pause and pretend commands
	* removed reinit and reinitstat commands
	* removed the NON_BLOCK define -- anything we use
	  will do non-blocking connects.
	* removed DCC_FAST variable, defined when NON_BLOCK is active
	  weather or not to use non-blocking connects or not

Mon Aug 21:02:02 1998 Rex Feany <laeos@ptw.com>

	* Removed AutoJoin
	* Removed /ircname and /ircuser


Thu Jul  2 00:40:22 1998 Rex Feany <laeos@ptw.com>

	* Wheee.. notify now works again.

Mon May 11:53:02 1998 Rex Feany <laeos@ptw.com>

	* Fixed the default LEAVE format so now /part messages work;)
	  (try it.. /part #foo this place sucks:)
	* If you ever /join'ed a channel in one window and had another window open
	  and tried /part in the empty window it would crash. All fixed.

Tue Apr 15:59:25 1998 Rex Feany <laeos@ptw.com>

	Applied the first patch from Tyler, fixing up the 
	help files

Fri Mar 13 21:30 1998 Laeos

	* Fixed the 'ban' problem
	* Took out wsets, fixed a bug in teh status bar code
	  that would drop the last character of the status_format
	* Fixed a bug in the which_channel function and p_quit and
	  p_nick so that nick changes and signoffs would go into the
	  right window (not sure why which_channel was broken, but
	  the workaround works)
	* Redid the STATUS_FORMAT

Tue Mar 10 20:07 1998 Laeos

	* Removed "menu" support
	* Removed "split" status line support
	* Fixed /away stuff

Sat Mar 6 18:16 1997 Laeos

	* Removed the `cset's
	* Removed the random kick reasons, none of us ever used
	  it.
	* Removed the random signoff reason code, added a new
	  var 'SIGNOFF_REASON' to set the default signoff reason.
	* Cleaned up parse_args in irc.c, removed some command line
	  arguments that were never used.
	* Removed some global variables that were not being used
	* Cleaned up the configure scripts, and the source tree
	* Fixed a bug in the kickban function that would cause
	  a core dump when you kicked someone not in the channel

Mon Nov 13 22:27 1997 Laeos

	* Fixed several things that got broke after removing
	  the WHO on channel join, most notably it will use
	  your reason when you kickban someone.
	* Removed /fuck command, it is the same as kickban since
	  I removed the internal shitlist.
	* Removed /fuckem command, basicly it would create 26 bans 
	  like *!*@*a* etc etc.
	* Hacked in pthread support.. right now, if you have pthreads
	  installed, when ever you use the /nslookup or /dns command
	  it will create a new thread to do the actual dns query.
	* Cleaned up the header files and prototypes a bit.. things were
	  really inconsistant.
	* It now reads the server file (defined in config.h, SERVERS_FILE)

Mon Nov 6 18:24 1997 Laeos

	* Now compiles under my broken glibc setup
	* Removed dcc stats.. 
	* Removed the who that was done on channel join.. some things
	  still need to be fixed
	* Put all the formats into format.h, and gave fset.c its own header.
	  

Mon Nov 1 01:11 1997 Laeos

	* Changed bantype to a integer var, as requested
	* Fixed /about command
	* Some other small changes


