commit fc4b4574a9a1b73340b34b93b83ac1b59d396eb5
parent 33dfa3d19b10c495173a3bc1f1601777c4a2d325
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 28 Jul 2012 01:36:40 +0200
update TODO
Diffstat:
TODO | | | 26 | ++++++++++---------------- |
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/TODO b/TODO
@@ -1,16 +1,9 @@
-irc_color_convert_to_mirc
-DCC
Remove UUOCs in readme
ssl support
-password support
-use empty lines to delimit
+test password support
exit when killed, advertising the signal
use notices and errors
-si on est full unbuffered, attendre qu'un write sur stdout ait fini de
-bloquer avant de considérer que le write a été vu pour last_nick et autres
-sinon, vérifier que le delimit par lignes vides est opérationnel
-http://www.iagora.com/~espel/sirc/sirc.html
-group options better
+look into sirc-2.211/ssfe.c
tracking:
- use user list given when joining
@@ -22,16 +15,15 @@ tests:
- rename-tracking, unique-names
- script to create fifo and run them all
-last-active and reply:
-- last-goes
-- last-goes then last-said until \n
-- stack on things to manage with \n as delimiter
-other:
-- don't block if stdout block, use a fifo with a thread
+Future features:
+irc_color_convert_to_mirc
-Future features:
+DCC
+
+other:
+- don't block if stdout block, use a fifo with a thread
/*
{"default-last-active-delimited", 'd', 0, 0,
@@ -124,3 +116,5 @@ said the message. All outgoing messages are prefixed with this nick. Note: with
--default-last-active-delimited and --default-last-active-delimited-queued, this
option only applies to the message groups, not to content outside groups.
+si on est full unbuffered, attendre qu'un write sur stdout ait fini de
+bloquer avant de considérer que le write a été vu pour last_nick et autres