As of 0.97:

- The /set system needs a complete overhaul. There ought
  to be protocol and account settings in addition to global and
  window. There needs to be an option to make things like
  /set wordwrap and its ilk retroactive to windows that
  have already been created.
    - I also need to add something like /acct save to save
      account specific settings (once I had them). Maybe
      /<protocol> save to support protocol specific settings (also
     once i add them).

- The perl stuff needs to be rewritten (in XS instead of straight C).
    - Allow expanding perl variables on the input line (maybe with /eval).

- Add protocol-specific commands (e.g. /irc kline).

- Support making perl and IM protocols loadable plugins (or at least add
  a configure option to allow them to be compiled that way, if desired). 

- Support per-account events.
    - Add missing events (mostly file transfer stuff, but probably more).

- Does anybody actually care about the ability to toggle timestamps
  on and off? Would anybody care if I ripped this functionality out?
  I want to make timestamping things more flexible, but I'd have to
  remove to ability to turn them off and on to do what I want without
  making too much of a mess of things. If anybody uses/cares about
  this feature (as it is now) please let me know.

- The documentation is in pretty rough shape. I'd rather write code
  than documentation, though, so.. I know nobody likes writing
  documentation, but I'd really be thrilled if someone were willing
  to do some work on this.
