about summary refs log tree commit diff
path: root/doc/Commands.txt
AgeCommit message (Collapse)Author
2020-06-11Don't send invalid CHANINFO commands when no key is setAlexander Barton
It can happen that a channel is +k, but no key is set: for example by misconfiguring a pre-defined channel. In this case, ngIRCd sent an invalud CHANINFO command ("CHANINFO #test +Pk 0 :'", note the unset key represented by the two spaces) to its peers. Fix this and enhance the CHANINFO documentation.
2019-06-29Fix and extend documentation a little bitAlexander Barton
- Fix syntax of LINKS amd LIST commands. - Whitespace and spelling fixes. - Add some more information about IRCv3 support.
2016-01-04Commands.txt, PRIVMSG: Fix "server mask" descriptionAlexander Barton
2015-09-06Documentation: Spelling fixesAlexander Barton
2015-06-24Fix several broken URLs.Unit 193
2013-09-24Add support to show user links using "STATS L"Federico G. Schwindt
Change "stats L" to show servers and user links and restrict it to IRC Operators.
2013-09-05Commands.txt: Document proprietary DIE <message> parameterAlexander Barton
2013-08-05More spelling correctionsFederico G. Schwindt
2013-08-02Commands.txt: Update more descriptionsAlexander Barton
Update description of "CHANINFO", "METADATA", "NJOIN", "SERVER", "SQUIT", "GET", and "POST".
2013-08-02Commands.txt: Update more descriptionsAlexander Barton
Update description of "CONNECT", "DIE", "DISCONNECT", "GLINE", "KILL", "KLINE", "OPER", "REHASH", "RESTART" and "WALLOPS".
2013-08-02Commands.txt: Fix <target> description of TRACE commandAlexander Barton
2013-08-02Commands.txt: Update more descriptionsAlexander Barton
Update descriptions of "AWAY", "JOIN", "LIST", "MODE", "PART", "TOPC", and "TRACE".
2013-08-02Commands.txt: Streamline references to IRC+ protocolAlexander Barton
2013-07-30Commands.txt: Update more descriptionsAlexander Barton
Update descriptions of "NICK", "PASS", "PING", "PONG", "QUIT", "USER", "WEBIRC", "SERVICE", and "SVSNICK".
2013-07-19Commands.txt: Update description of "PRIVMSG", "NOTICE", and "SQUERY"Alexander Barton
2013-07-18Commands.txt: Update description of the "ERROR" commandAlexander Barton
2013-03-09Commands.txt: Update description of the "KILL" commandAlexander Barton
2013-02-24Commands.txt: Update description of the "KICK" commandAlexander Barton
2013-02-24Commands.txt: Update description of the "INVITE" commandAlexander Barton
2013-02-10Commands.txt: spelling fixes ...Alexander Barton
2013-02-10Commands.txt: Update description of the "USERS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "SUMMON" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "SERVLIST" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "WHOWAS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "WHOIS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "WHO" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "VERSION" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "USERHOST" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "TIME" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "STATS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "NAMES" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "MOTD" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "LUSERS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "LINKS" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "ISON" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "INFO" commandAlexander Barton
2013-02-10Commands.txt: Update description of the "ADMIN" commandAlexander Barton
2013-02-03Commands.txt: Add description for the "CHARCONV" commandAlexander Barton
2013-02-03Commands.txt: Add description for the "CAP" commandAlexander Barton
2013-01-23Commands.txt: Import descriptions from "rbose/command_help"Alexander Barton
Import command description texts from the "rbose/command_help" branch, which have been written by DNS <dns@rbose.org> -- thanks a lot!
2013-01-23Commands.txt: Reorder some commandsAlexander Barton
Reorder some commands and introduce new section "Connection Handling". Idea by DNS <dns@rbose.org>, thanks!
2013-01-23Commands.txt: Fix some wording and spellingAlexander Barton
2013-01-01Add doc/Commands.txt which should document all commandsAlexander Barton
This document can be used as "help text", too, see configuration option "HelpFile" in ngircd.conf(5). Please note that this file in its current state is far from complete, only a few commands are documented, but you should get an idea how it works. So please send in patches adding the remaining parts! :-)