------------------------------------------------------------
Legion Changes
Created by: Chriso@USWest
For updates visit: www.BnetDev.net
------------------------------------------------------------
Version 1.4
+ Caching of chat events, so when an interface is loaded all
  data that has been received since the time the bot joined
  that channel, will be appended to the chat window. This can
  be disabled in the Config file for each bot. In any case you
  should simply load the interface first, caching is NOT recommended!
  To enable caching open the Configuration file for a specific
  profile, then under the [Options] header set Caching=1.
  (Thanks goes to Pink for the idea)
------------------------------------------------------------
Version 1.3
+ Automatic updater to the load event of Legion
+ API.VersionString was added to get the version of Legion
* Fixed a potential problem that was sending all received data instead
  of just packet data to the OnPacketReceived sub-routine
+ Added auto-reconnect at 30 second delay for unexpected disconnects
+ API.GetUptime was added to get the time the bot has been open for
+ Added right click tray menu, with show/hide, exit menus.
------------------------------------------------------------
Version 1.2
* Fixed a problem when changing between interfaces, interfaces
  now need their contained class to be called cls[InterfaceName]
  e.g. BasicChat project would contain clsBasicChat
* Updated BasicChat project to reflect changes to load convention
  and proxy support
+ Added Socks4 + Socks5 proxy support
+ ProxyConnected() event added to plugin events
+ ProxyAuth() event added to plugin events
+ ProxyGranted() event added to plugin events
+ ProxyRejected() event added to plugin events
+ Added API.VersionString function
+ Change password support
+ Reset password support
+ Change email support
+ New icon, made by me :)
+ Register email support
* Account login will now not automatically lowercase your password
  this allows accounts which have been created with upper and lower
  cased letters to be logged into.
* Account creation will now automatically lowercase your password
  and update your configuration file accordingly.
------------------------------------------------------------
Version 1.1
+ Added OnSocketError() event to inform interface of a socket error
+ Added OnConnecting() event to inform interface that bot is connecting
+ Added OnConnected() event to inform interface that bot is connected
+ Added OnProblem() event to inform interface of human problems that occur during logon
+ Added Profile variable to clsBot
* Updated BasicChat plugin to reflect changes
* Updated AccountJogger plugin to reflect changes
------------------------------------------------------------
Version 1.0
- First release:
  Should work on STAR, SEXP, W2BN, D2DV, D2XP, WAR3, W3XP
  however STAR/SEXP will be disconnected due to Warden.
  
  Accounts will automatically be created
  Changing passwords is not active yet
------------------------------------------------------------
Copyright(C) 2007 www.bnetdev.net