cio

a simple irc client
git clone git://kloet.net/cio
Download | Log | Files | Refs | README | LICENSE

TODO (548B)


      1 - More RFC 2812 compliance(?).
      2   1.  sndf() output should be limited to 512 chars (2.3).
      3   2.  strcase{cmp,str} are technically inadequate per (2.2) but who's counting?
      4 - Might be nice to be able to log the raw IRC packets.
      5 - Scroll doesn't have an upper bound, to set one we'd (probably) have to
      6   dynamically calculate how many lines the entire chat takes up. Sounds
      7   expensive!
      8 - The cursor kinda just hangs around wherever. Maybe disable it?
      9 - Patch ideas:
     10   1. Look ahead word wrapping
     11   2. ACTION (/me) handling
     12   3. Tab completion of names