Punt hid back where it came from

This commit is contained in:
2022-09-26 13:36:19 +02:00
parent 18e8e11ad4
commit 103704b183
5 changed files with 3 additions and 3820 deletions

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~