mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
bd3a7ccb15
This patch implements the core functions to support "IRC Capabilities" and the IRC "CAP" command as used by other servers and specified here: <http://www.leeh.co.uk/draft-mitchell-irc-capabilities-02.html>. It enables ngIRCd to support the defined handshake, but it doesn't implement any capabilities, so "CAP LS" and "CAP LIST" always return the empty set and "CAP REQ ..." always fails with "CAP NAK". |
||
---|---|---|
.. | ||
Anope | ||
Debian | ||
MacOSX | ||
Makefile.am | ||
ngindent | ||
ngircd-bsd.sh | ||
ngIRCd-Logo.gif | ||
ngircd-redhat.init | ||
ngircd.spec | ||
platformtest.sh | ||
README | ||
systrace.policy |
ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ (c)2001-2011 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. -- Contributions -- Anope/ - A preliminary patch that adds a ngIRCd protocol module to Anope 1.9. Debian/ - Various files for building Debian GNU/Linux packages (".deb's"). MacOSX/ - Project files for XCode, the "project builder" of Apple Mac OS X. ngindent - Script to indent the code of ngIRCd in the "standard way". ngircd-bsd.sh - Start script for FreeBSD. ngircd-redhat.init - Start/stop script for RedHat-based distributions (like CentOS). ngircd.spec - RPM "spec" file. platformtest.sh - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt. systrace.policy - Systrace policy file for OpenBSD (and probably NetBSD).