cio

a simple irc client
Download | Log | Files | Refs | README | LICENSE

TODO (541B)


      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 - It would be really nice to be able to OpenBSD pledge down to tty, stdio after
      6   server connect but reconnect needs inet, dns, rpath (for system trust store).
      7   1.  rpath can *kind of* be solved by storing all certificate details in memory
      8       but loading the entire CA store into memory is a little silly for cio