import echoircd — from-scratch irc daemon in native rust
This commit is contained in:
commit
9b12791774
38 changed files with 9757 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue