import echoircd — from-scratch irc daemon in native rust

This commit is contained in:
Jean Chevronnet 2026-08-05 16:10:31 +00:00
commit 9b12791774
38 changed files with 9757 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
/target
Cargo.lock
# --- secrets: never commit ---
# real config holds the oper password, cloak_key and link secret
/echoircd.conf
# TLS certificate + private key
/tls/
*.pem
*.key
# stray logs / local scratch
*.log