diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-26 13:36:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-26 13:37:51 +0200 |
commit | 103704b183cbfeab341ecf4314b4d82694b07ce1 (patch) | |
tree | be51fd78b732159cb4cc0b55c92dcb3618e17f2d /README.adoc | |
parent | 18e8e11ad47a1380b0c223c6e5b143f8d6f44754 (diff) | |
download | haven-103704b183cbfeab341ecf4314b4d82694b07ce1.tar.gz haven-103704b183cbfeab341ecf4314b4d82694b07ce1.tar.xz haven-103704b183cbfeab341ecf4314b4d82694b07ce1.zip |
Punt hid back where it came from
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/README.adoc b/README.adoc index b6f728b..985fef8 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,6 @@ figured out it would make sense: - hbfe - bitmap font editor - he - text editor - hfm - file manager - - hid - IRC daemon - hm - mail client - hnc - netcat-alike - ho - all-powerful organizer @@ -57,26 +56,11 @@ permeating the entire list. Some information is omitted from these descriptions and lies either in my head or in my other notes. -hid -- IRC daemon -~~~~~~~~~~~~~~~~~ -This project is unimportant by itself, its sole purpose is to gain experience -with Go on something that I have already done and understand well. Nothing -beyond achieving feature parity is in the initial scope. - -One possibility of complicating would be adding simple WebSocket listeners but -that's already been done for me https://github.com/kiwiirc/webircgateway and -it's even in Go, I just need to set up kiwiirc. - -Later, when we have a pleasant IRC client, implement either the P10 or the TS6 -server-linking protocol and make atheme work with a generic module. -Alternatively add support for plugins. The goal is to allow creating integrated -bridges to various public forums. - hnc -- netcat-alike ~~~~~~~~~~~~~~~~~~~ -The result of testing hid with telnet, OpenSSL s_client, OpenBSD nc, GNU nc and -Ncat is that neither of them can properly shutdown the connection. We need -a good implementation with TLS support. +The result of testing xK/xS with telnet, OpenSSL s_client, OpenBSD nc, GNU nc, +and Ncat is that neither of them can properly shutdown the connection. +We need a good implementation with TLS support. hpcu -- PRIMARY-CLIPBOARD unifier ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |