v0.4.3  [25nov01]

* display "[guest]" next to guest users in a whois response
* add buddy-list handling (new commands and server responses)
* do explicit idle-setting for jenova 0.6.2
* remember old status messages and don't bother to notify the user of buddy
  status changes like active->idle or idle->active
* display whether messages are off for a user in '.whom' or '.whois'
* add '.cork' to turn on/off incoming messages

v0.4.2  [05jul01]

* make default encoding be "ISO-8859-1" instead (seems to be the more common
  spelling)
* fix bug in use of iconv (because of a weird flaw in the iconv API, we'd
  never detect that iconv was unhappy with the attempted buffer size)
* gave in and made a configure check for the mysterious 2nd param to iconv,
  which different OS are "flexible" about
* notice and display the 'stored' tag on messages; add '.note' command for
  sending messages directly to an id
* handle 'detached' messages on logout and 'attached' messages on login
  (part of jenova's new support for attaching to existing sessions)

v0.4.1  [29may01]

* added support for '.wall' and receiving wall messages
* follow the standard and actually send/receive in UTF8, using iconv with a
  default encoding of ISO8859-1 (can be overriden with -e option)
