You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Les De Ridder dd33015ec7
Merge branch 'valnick' of albino/salty-ircd into master
6 years ago
source/ircd Validate nicknames 6 years ago
.gitignore Implement MOTD 6 years ago
LICENSE Add license 6 years ago
README.md Correct typo 6 years ago
dub.sdl Change name to salty-ircd 6 years ago
dub.selections.json Use gen-package-version 6 years ago

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 2812, and RFC 2813 (planned).
Newer RFCs take precedence over older RFCs.

Any additional 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.