about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)Author
2013-08-25Implement account login supportFederico G. Schwindt
This is done via the `accountname' METADATA command and used to automatically identify users after netsplits or across service restarts.
2013-08-05More spelling correctionsFederico G. Schwindt
2013-08-04Implement new configuration option "AllowedChannelTypes"Alexander Barton
The new configuration variable "AllowedChannelTypes" lists all allowed channel types (channel prefixes) for newly created channels on the local server. By default, all supported channel types are allowed. If set to the empty string, local clients can't create new channels at all, which equals the old "PredefChannelsOnly = yes" setting. This patch deprecates the "PredefChannelsOnly" variable, too, but it is still supported and translated to the apropriate "AllowedChannelTypes" setting. When "PredefChannelsOnly" is processed, a warning message is logged. Closes bug #152.
2013-08-03Merge remote-tracking branch 'fgsch/certfp'Alexander Barton
* fgsch/certfp: Simplify MOTD handling Add certificate fingerprint support
2013-08-02Add certificate fingerprint supportFederico 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-05-24Implement new configuration option "IncludeDir"Alexander Barton
The option "IncludeDir" in the [Options] section can be used to specify a directory which can contain further configuration files and configuration file snippets matching the pattern "*.conf" that should be read in after the main configuration file ("ngircd.conf" by default) has been parsed. Closes bug #157.
2013-04-01Update doc/Platforms.txt a little bit ...Alexander Barton
2013-03-13Services.txt: Anope 1.9.8 has been released nowAlexander Barton
2013-03-09Commands.txt: Update description of the "KILL" commandAlexander Barton
2013-02-26doc/Services.txt: Update Anope status and URLAlexander 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-22Update Doxygen configurationAlexander Barton
2013-02-10Merge branch 'systemd'Alexander Barton
* systemd: ngircd.sock: explicitely bind to IPv4 and IPv6 addresses Show address and port of sockets passed-in by systemd(8) Check type of sockets passed-in by systemd(8) Adjust severity levels of some log messages New configuration option "IdleTimeout": exit daemon when idle Implement support for systemd(8) "socket activation" contrib/README: add more files
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-04New configuration option "IdleTimeout": exit daemon when idleAlexander Barton
This patch implements a new configuration option "IdleTimeout" in the [Limits] section of the configuration file which can be used to set a timeout (in seconds) after which the whole daemon will shutdown when no more connections are left active after handling at least one client. The default is 0, "never". This can be useful for testing or when ngIRCd is started using "socket activation" with systemd(8), for example.
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-01Use "${docdir}/Commands.txt" as help text fileAlexander 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! :-)
2012-12-31Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5Alexander Barton
2012-12-25Makefiles: Correctly quote sed expressionsAlexander Barton
Now the Makefiles support spaces in "$sysconfdir", which isn't uncommon for Cygwin for example, when $HOME contains whitespaces ("/home/User Name") and ngIRCd is installed into the user home ("./configure --prefix=$HOME").