May 10, 2004: Fixed a dumb thing I did with locates, now it should do locate stuff right. May 28, 2004: Made #define's for a few things to make stuff more portable. Also started on setup guides. May 10, 2004: Fixed it so doing a who request to an offline MUD says the right MUD name instead of 0. May 12, 2004: Fixed escaping stuff which I undid at some point and forgot to put back. May 12, 2004: Fixed bug in channel who stuff. May 12, 2004: Fixed place where it would log "IMC2 OBJECT REMOVED" instead of the intended message when it fails to resolve the host address. May 12, 2004: Fixed some escaping with quotes, and took out the escaping of tabs. I think it's okay to send actual tabs through IMC2. I'll have to tell some diku person to say something to me with a tab and let me see, I guess some time. May 12, 2004: Added a count of MUDs to the list. May 12, 2004: added BACKLOG_WEB_LEVEL #define. May 13, 2004: Incoming packets that are broken up when sent should work good now. May 13, 2004: Fixed one place where it doesn't use a #define for a log. May 13, 2004: Changed comments on color section. Now it thanks Xorith and points reader to Xorith's docs rather than copying and pasting the color stuff from it. May 13, 2004: Had emotes switched on the local messaging part where it tells you that you're sending out the message. Basically, the emote worked, but it would say "Name [chan] msg" when emoting and "[chan] Name msg" when not, but it send out the correct packet, and displayed it correctly when it saw the packet incoming as the echo thing. May 14, 2004: Disabled the clean_up. May 17, 2004: Forgot to put a prototype for a function, which resulted in it not working when the address server isn't loaded. It currently has a bug with if you don't define HOSTIP and the address server isn't on. May 19, 2004: Fixed a very obvious close-notify problem that I think got introduced when the power went out one time when I was writing :P May 26, 2004: Moved the default help for the command into it's own function, so that your command itself can display the help thing. May 28, 2004: Changed some things to use #defines of various kinds to make it more portable. Also added things for if you want to have messages go to bots. Also did socials so they don't look identical to emotes too. June 7, 2004: Added finger request ability. Turns out that other muds DO reply correctly, maybe I was testing on a bad day and was doing typos or something at the time. I'll write finger replies tomorrow I guess. July 25, 2004: Fixed some color stuff. July 25, 2004: Added timestamps onto channel backlogs. Jan 30, 2005: Fixed some bugs where I had missed some places using user->query("name") instead of the GET_NAME #define, and wrote instructions on setting up the client on a Dead Souls mudlib.