about summary refs log tree commit diff
path: root/doc/Capabilities.txt
AgeCommit message (Collapse)Author
2015-06-24Fix several broken URLs.Unit 193
2012-06-13doc/Capabilities.txt: document "multi-prefix" capabilityAlexander Barton
2012-03-31Implement core IRC capability handling and "CAP" commandAlexander Barton
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".