QtIRC
Update Log

PERSONAL CREDITS AT THE END

Version 0.20B1 [04/17/97]
	- Modified all sources dealing with dialogs to match dlgedit 1.2
	- Added DALnet 'g', 'y', and 'c' personal mode char parsing
	- Added "notify" command
	- Added button bar at the top of chat windows
	- Added DCC File dialog box
	- Added DCC Get with full implementation (shows K/sec, percent
	  complete and seconds remaining for download)
	- Added "depend" make entry
	- Made "arch" directory and made Configure program to autodetect
	  or link a new Makefile for your system to compile smoothly
	- Optimized a bit of code

Version 0.20A8 [04/15/97]
	- Fixed a bug in parser routines with kick
	- Added "nick", and "query" commands to server and channel windows
	- Added ignore command (with menu, popup, and input method)

Version 0.20A7 [04/15/97]
	- Added parsing of "TOPIC"
	- Added query windows for private query sessions
	- Added resize and minimum size for query windows
	- Added menubar items for query windows
	- Added menu functionality to mouse menu over nicks
	- Added question routine to highlight options (select all) in
	  input routines so they can be edited without having to use
	  backspace to delete it
	- Added "Query" and "Ignore" menu items to popup and menu options
	- Added "close", "msg" and "notice" commands
	- Added prevention to send yourself a message or notice
	- Fixed server display window caption to show current server session

Version 0.20A6 [04/12/97]
	- Added extra questions to the main channel routines
	- Added display of op-only commands based on if you are a channel
	  operator or not (suggestion thanks to Dan Hollis)
	- Added some new question commands, and made a few optimizations
	- Added routine to close all server channel windows on signoff
	- Added close of all windows on socket disconnect
	- Added more parsing for bizarre (non EFnet) servers
	  I must have added at least 10 new numerics that aren't in
	  the RFC...  Shows how well other IRC programmers follow the
	  RFCs...

Version 0.20A5 [04/11/97] 
	- Added resizing routines, and minimum/maximum size limits
	- Added fixes thanks to Arnt from Qt on creating new widgets
	- Added content-sensitive menu items to popups

Version 0.20A4 [04/10/97]
	- Added a mode parser routine to allow for nick mode changes
	- Added mode parser for personal, or nick-only mode changes
	- Added channel conference logging for personal channels
	- Fixed up the README, added more information to the Makefile
	- Fixed addNick routine to be a little smarter
	- Created changeNick routine to change nick entry on the fly

Version 0.20A3 [04/09/97]
	- Fixed an odd bug in Nickname routines (click OK when server
	  session is in use, and the primaryNick becomes your currentNick,
	  even though you didn't change it.)
	- Fixed related bug in channel window creation on join - would not
	  display a window correlating to a join if your currentNick
	  didn't match the actual nick, and thus was creating client
	  confusion(tm) ... :)  (Leave it to Goemon to find bugs like these)
	- Added more questions to menu items
	- Added new linklist entries
	- Added parsing routines for NICK and QUIT
	- Added routines for global channel-match routines (display message
	  in all channels, or remove nicks from all channels, etc.)

Version 0.20A2 [04/08/97]
	- Added Question class to ask the user questions
	- Added new operations for popup and menus, asking the user
	  appropriate questions for each action (with the question class)
	- Added more numeric parsing to the parser class
	- Moved some files around to make management easier
	- Removed repaint workarounds required for Qt 1.1 - fixed in 1.2

Version 0.20 [04/06/97]
	- Totally reprogrammed QtIRC
	- Changed format of qtirc.conf, and reprogrammed classes

---

Thanks to:

    Dan "Goemon" Hollis
	o For betatesting, and finding bugs I never knew existed
	o Constant flow of ideas and criticism, and faces...  ;o

    Hideki "Sasami" Saito
	o For betatesting, and providing a great review in his web page!
