irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit e73559c06732cd762e1f2fa754cb7940071be695
parent bf746b0f0e28dc4d3a26b6fb68890d76966a4f9d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 28 Jul 2014 00:26:03 +0200

+TODO

Diffstat:
TODO | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1,3 +1,7 @@ +- check that if connection dies (e.g., server dies), incoming messages are + correctly buffered and we do not get "Illegal operation for this state when + interpreting" + http://tools.ietf.org/html/rfc2812 IRC messages are always lines of characters terminated with a CR-LF (Carriage Return - Line Feed) pair, and these messages SHALL NOT