Go to file
Les De Ridder 1e89db7d0f
Implement WHO query
2017-03-19 22:43:52 +01:00
source/ircd Implement WHO query 2017-03-19 22:43:52 +01:00
.gitignore Change name to salty-ircd 2017-03-11 17:45:30 +01:00
LICENSE Add license 2017-03-11 17:48:50 +01:00
README.md Add readme 2017-03-17 21:23:36 +01:00
dub.sdl Change name to salty-ircd 2017-03-11 17:45:30 +01:00
dub.selections.json Use gen-package-version 2017-03-11 16:45:05 +01:00

README.md

salty-ircd

salty-ircd is an Internet Relay Chat daemon written in D.

Goals

The main goals of salty-ircd are strict RFC compliance and security.

RFC compliance

salty-ircd aims to be fully compliant with the IRC RFCs, specifically RFC 1459, RFC 2811, RFC 2811, and RFC 2813 (planned).

Any features breaking RFC compliance will be made available through compile-time options.

Security

  • salty-ircd will require TLS for all connections. An exception could be made to allow hosting a Tor hidden service.
  • salty-ircd will require TLS client certificates for authentication.

License

The source code for salty-ircd is licensed under the University of Illinois/NCSA Open Source License.