commit 0fc12abc1a38ca499a4a306e43542559a4fb44b6
parent 2454ccf17bdd03f232468bdbbdf415eed9acd92f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 12 Aug 2015 14:03:51 +0200
TODO
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
@@ -1,6 +1,11 @@
+- when connections to 6667 are dropped, irctk cannot start
+ ("Illegal operation for this state")
- 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"
+ (testing it seems that currently talking when server is down makes irctk quit,
+ and talking when server goes down and then up makes it reconnect but loses the
+ message)
http://tools.ietf.org/html/rfc2812
IRC messages are always lines of characters terminated with a CR-LF