[WIP!] feat: ts6 server support

this is really unfinished and *WILL* be rebased!
pushing just to let the test run on github's servers
(my laptop is too sh*tty)
This commit is contained in:
user0-07161 2025-12-28 15:36:48 +01:00
parent 86b9c8d3a7
commit a3a19c610d
34 changed files with 4423 additions and 395 deletions

View file

@ -3,3 +3,5 @@ port = 6667
server_hostname = "irc.foo.bar"
network_name = "MyCoolFooNet" # this SHOULDN'T HAVE SPACES!
operators = []
server_incoming_passwords = ["unimpl"]
server_outgoing_password = "root"