Comparing some git repos with each other
Find a file
2021-06-24 10:19:05 -06:00
authd authd: Don't reveal to users how many DNSBLs are configured 2020-07-09 20:53:00 +01:00
bandb Fix a couple typos. 2020-07-11 04:51:22 +00:00
doc Align reference.conf and ircd.conf.example 2020-08-04 22:58:31 +01:00
extensions Add oper:dehelper 2020-08-04 22:58:30 +01:00
help help/*/umode: update help text for +g/+G 2020-07-11 03:43:31 +00:00
include Merge pull request #355 from edk0/kline-cidr 2020-08-06 09:17:00 +00:00
ircd chmode: use NULL for priv argument when auspex:cmodes priv is not needed 2020-09-09 12:10:11 -06:00
librb librb/event: Don't leak event names on completion 2020-04-19 14:22:18 +01:00
m4 Remove more $Id tags. 2016-03-06 02:58:32 -06:00
modules Merge pull request #355 from edk0/kline-cidr 2020-08-06 09:17:00 +00:00
scripts makerelease: fix DATECODE output 2016-05-14 17:28:49 -05:00
ssld ssld: avoid clang static analysis warning 2017-08-04 20:51:53 +01:00
tests Merge pull request #355 from edk0/kline-cidr 2020-08-06 09:17:00 +00:00
testsuite testsuite: Update startall.sh 2016-03-28 00:09:01 -04:00
tools mkpasswd: avoid strdup(NULL) and the like if rb_crypt() fails 2016-12-20 17:29:37 +00:00
wsockd wsockd: avoid clang static analysis warning 2017-07-29 22:39:53 +01:00
.appveyor-build.sh appveyor: make the build less hacky 2016-03-25 18:25:00 -05:00
.appveyor.yml appveyor: correct version 2016-05-15 01:13:50 +00:00
.gitignore tests: Verify behaviour if services authenticates a user after SASL is aborted 2019-02-23 13:02:15 +00:00
.mailmap mailmap: Sam is Christine now apparently. 2016-03-17 14:48:46 -05:00
.travis.yml Add hyperscan to CI deps 2019-10-06 19:35:17 +01:00
autogen.sh *sigh* comment these out until travis is fixed. 2016-04-10 17:12:42 -05:00
configure.ac Link asan in a clang-friendly way 2020-01-10 15:32:35 +00:00
CREDITS Remove me 2020-09-10 08:35:19 +00:00
LICENSE Remove more $Id tags. 2016-03-06 02:58:32 -06:00
Makefile.am tests: add C TAP harness 2017-07-29 22:46:05 +01:00
NEWS.md Version 4.1.3-dev 2019-08-31 21:14:27 +01:00
README.md charybdis is officially discontinued 2021-06-24 10:19:05 -06:00
shtool Add these for now until travis actually gets their shit together. 2016-04-10 17:07:33 -05:00

charybdis

Charybdis was an IRCv3 server designed to be highly scalable. It implements IRCv3.1 and some parts of IRCv3.2.

It was meant to be used with an IRCv3-capable services implementation such as Atheme or Anope.

It is no longer maintained due to the scope of refactoring needed to support modern IRCv3 features.

These days, you should use Solanum instead. For almost all real-world deployments of Charybdis, it is better.