ackfuss-4.3.8/area/boards/
ackfuss-4.3.8/help/e/
ackfuss-4.3.8/help/f/
ackfuss-4.3.8/help/h/
ackfuss-4.3.8/help/l/
ackfuss-4.3.8/help/n/
ackfuss-4.3.8/help/q/
ackfuss-4.3.8/help/s/
ackfuss-4.3.8/help/u/
ackfuss-4.3.8/help/v/
ackfuss-4.3.8/help/y/
ackfuss-4.3.8/help/z/
ackfuss-4.3.8/npc/a/
ackfuss-4.3.8/npc/b/
ackfuss-4.3.8/npc/c/
ackfuss-4.3.8/npc/d/
ackfuss-4.3.8/npc/e/
ackfuss-4.3.8/npc/f/
ackfuss-4.3.8/npc/h/
ackfuss-4.3.8/npc/i/
ackfuss-4.3.8/npc/k/
ackfuss-4.3.8/npc/l/
ackfuss-4.3.8/npc/n/
ackfuss-4.3.8/npc/o/
ackfuss-4.3.8/npc/p/
ackfuss-4.3.8/npc/r/
ackfuss-4.3.8/npc/s/
ackfuss-4.3.8/npc/w/
ackfuss-4.3.8/player/c/
IMC2 Freedom Client: Changelog
------------------------------

This is not necessarily a detailed list, just a general rundown based on a diff file
that was used to document the changes.

It was decided for purposes of clarity to begin a new changelog for the code.
Listing changes from the AntiFreeze client code would have been confusing
considering how much of it was gutted and replaced.

CL-2.2:

* All necessary const char* fixes for gcc 4.2+ have been completed.
* Extra prototypes added to the imc.h file for better support of 3rd party plugins.
* CircleMUD install instructions updated, thanks to mtfox.
* Support for channel-notify has been removed due to excessive bandwidth use.
* BUG: Packet registration handler breaks if another function registers a packet type before IMC loads.
* BUG: An incorrect color tag was used in the imchistory display.
* BUG: imcignore support was not functioning properly.
* Hackish fix to break the infinite loop problem in imc_read_socket. Not fixed, but won't stay trapped anymore.

CL-2.1a:

* BUG: Memory leak - imc_delete_reminfo, port and host are not freed.
* BUG: Memory leak - imcsetup command does not completely free up a deleted local channel.
* imcgetname does not require the CHAR_DATA argument.
* Channel who can now show the local mud as well.
* Some permission checks were using atoi instead of imc_getpermvalue.
* Unset channel permissions should default to the permission sent during channel refresh.
* Packets received from muds who don't send is-alive messages need to get added to the reminfo list.
* If standard auth fails, connection should be retried using SHA-256.

CL-2.1:

* Password encryption method changed to SHA-256.

CL-2:

* Added support for customized who template. Can be expanded upon for others.

CL-1h:

* Host and port information now sent out with is-alive packets.

CL-1g:

* Failure to connect using MD5 will try standard authentication before giving up.

CL-1f:

* Banned muds are not being rejected during packet parsing.
* Changing your localname will now reset the MD5 login.

CL-1e:

* Made it possible to use imcwho on your own mud for testing purposes.

CL-1d:

* Added emote support to imctell.

CL-1c:

* BUG: Critical buffer overflow found and fixed in packet input buffer.

CL-1b:

* imc_deny_channel was improperly setting denials on the user instead of the target.
* Remote admin was improperly hashing the router password.
* Spurious extra loading key for help text.
* Channel formats being reset based on wrong argument.
* BUG: Crash in imccommand when creating new channels.
* BUG: Memory leak - imcfreechardata not freeing channel deny list.

CL-1a:

* Channel permissions were being incorrectly checked with atoi()
* BUG: Crash in imccommand function when no channel name was specified.
* BUG: Player flags were incorrectly defined as an enum instead of bitvectors.

CL-1:

* Initial package release under new license terms.