irctk

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

commit c1fdfc4783eb4aa316fd4ebd072367c21feb85cd
parent a38e373ad1189397b5fe521eb9d7f3d2305a2a20
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 28 Sep 2018 23:50:13 +0200

update TODO

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

diff --git a/TODO b/TODO @@ -1,10 +1,6 @@ - when reading an input, determining whether it's a command or not should be done first, to queue commands that do not apply to a channel (in particular join) into a special general channel -- talking when no channels are joined (in particular when starting the app with - no channel arguments) should result in a legible warning/error, not an assert - failure ; sending global commands (e.g., /join) should work -=> apparently these two problems only occur with SSL connections?! - certificate check seems broken (rejects a valid certificate), why?