irctk

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

commit b96a2f033196498e0887f69101020435d10d9406
parent fe428752411c32413eaf3d8dcb648a94684f8cd0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 13 Sep 2018 11:40:50 +0200

+details about issue

Diffstat:
TODO | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,10 +1,10 @@ - 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?