﻿Jan 16, 2012
    - Fixed a bug that would cause 16bit doors to lock up if launched while there was data in the input buffer (which was quite likely to happen when the door was launched via the logon process)
	- Implemented logging to file.  Changes are flushed once per minute and when GameSrv exits.

Jan 15, 2012
    - Added a system tray icon, and made the WFC hide by default (double click system tray icon to bring it back) (Windows only)

Jan 14, 2012
    - Added the missing "Id" parameter to the web callback
	- Adding the custom new user responses to the web callback
	- Added {ACCESSLEVEL} message variable
	- Implemented a better looking WFC, based on Shotgun PRO's SGMail WFC (Windows only)

Jan 13, 2012
	- Displaying logon_success.ans moved to logonprocess.ini, so it can be disabled if desired
	- logonprocess.ini and logoffprocess.ini are now run sequentially, rather than alphabetical order
	  (the alphabetical thing was a carryover from the previous version that didn't really make sense anymore)
	- Added note about entering NEW to register to the logon_enter_alias.ans file
	- Added SysopEmail configuration option
	- Added Email the SysOp menu option to MAIN menu
	- Added config\newuser.ini, which is used to configure the new user questions
	  Now the only required new user questions are alias and password, everything other than that is defined in newuser.ini
	  New user questions can be required or not, confirmed or not, and validated against a few different formats (let me know if you have suggestions for other validations)
    - Added dynamic message variables for the custom new user questions
	- Fixed a critical bug where the user could have (tried to) overwrite local files by entering a malicious alias
	  (for example entering c:\windows\win as their alias would have tried to overwrite c:\windows\win.ini with their user record)