| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-11 | Don't send invalid CHANINFO commands when no key is set | Alexander 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-29 | Fix and extend documentation a little bit | Alexander Barton | |
| - Fix syntax of LINKS amd LIST commands. - Whitespace and spelling fixes. - Add some more information about IRCv3 support. | |||
| 2016-01-04 | Commands.txt, PRIVMSG: Fix "server mask" description | Alexander Barton | |
| 2015-09-06 | Documentation: Spelling fixes | Alexander Barton | |
| 2015-06-24 | Fix several broken URLs. | Unit 193 | |
| 2013-09-24 | Add 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-05 | Commands.txt: Document proprietary DIE <message> parameter | Alexander Barton | |
| 2013-08-05 | More spelling corrections | Federico G. Schwindt | |
| 2013-08-02 | Commands.txt: Update more descriptions | Alexander Barton | |
| Update description of "CHANINFO", "METADATA", "NJOIN", "SERVER", "SQUIT", "GET", and "POST". | |||
| 2013-08-02 | Commands.txt: Update more descriptions | Alexander Barton | |
| Update description of "CONNECT", "DIE", "DISCONNECT", "GLINE", "KILL", "KLINE", "OPER", "REHASH", "RESTART" and "WALLOPS". | |||
| 2013-08-02 | Commands.txt: Fix <target> description of TRACE command | Alexander Barton | |
| 2013-08-02 | Commands.txt: Update more descriptions | Alexander Barton | |
| Update descriptions of "AWAY", "JOIN", "LIST", "MODE", "PART", "TOPC", and "TRACE". | |||
| 2013-08-02 | Commands.txt: Streamline references to IRC+ protocol | Alexander Barton | |
| 2013-07-30 | Commands.txt: Update more descriptions | Alexander Barton | |
| Update descriptions of "NICK", "PASS", "PING", "PONG", "QUIT", "USER", "WEBIRC", "SERVICE", and "SVSNICK". | |||
| 2013-07-19 | Commands.txt: Update description of "PRIVMSG", "NOTICE", and "SQUERY" | Alexander Barton | |
| 2013-07-18 | Commands.txt: Update description of the "ERROR" command | Alexander Barton | |
| 2013-03-09 | Commands.txt: Update description of the "KILL" command | Alexander Barton | |
| 2013-02-24 | Commands.txt: Update description of the "KICK" command | Alexander Barton | |
| 2013-02-24 | Commands.txt: Update description of the "INVITE" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: spelling fixes ... | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "USERS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "SUMMON" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "SERVLIST" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHOWAS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHOIS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHO" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "VERSION" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "USERHOST" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "TIME" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "STATS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "NAMES" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "MOTD" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "LUSERS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "LINKS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "ISON" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "INFO" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "ADMIN" command | Alexander Barton | |
| 2013-02-03 | Commands.txt: Add description for the "CHARCONV" command | Alexander Barton | |
| 2013-02-03 | Commands.txt: Add description for the "CAP" command | Alexander Barton | |
| 2013-01-23 | Commands.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-23 | Commands.txt: Reorder some commands | Alexander Barton | |
| Reorder some commands and introduce new section "Connection Handling". Idea by DNS <dns@rbose.org>, thanks! | |||
| 2013-01-23 | Commands.txt: Fix some wording and spelling | Alexander Barton | |
| 2013-01-01 | Add doc/Commands.txt which should document all commands | Alexander 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! :-) | |||