| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-03 | Merge remote-tracking branch 'fgsch/certfp' | Alexander Barton | |
| * fgsch/certfp: Simplify MOTD handling Add certificate fingerprint support | |||
| 2013-08-02 | Add certificate fingerprint support | 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-05-24 | Implement 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-01 | Update doc/Platforms.txt a little bit ... | Alexander Barton | |
| 2013-03-13 | Services.txt: Anope 1.9.8 has been released now | Alexander Barton | |
| 2013-03-09 | Commands.txt: Update description of the "KILL" command | Alexander Barton | |
| 2013-02-26 | doc/Services.txt: Update Anope status and URL | 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-22 | Update Doxygen configuration | Alexander Barton | |
| 2013-02-10 | Merge 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-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-04 | New configuration option "IdleTimeout": exit daemon when idle | Alexander 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-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 | Use "${docdir}/Commands.txt" as help text file | 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! :-) | |||
| 2012-12-31 | Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5 | Alexander Barton | |
| 2012-12-25 | Makefiles: Correctly quote sed expressions | Alexander 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"). | |||
| 2012-11-26 | Update doc/Platforms.txt | Alexander Barton | |
| 2012-11-24 | Rework cloaked hostname handling, implement "METADATA cloakhost" | Alexander Barton | |
| Now ngIRCd uses two fields internally, one to store the "real" hostname and one to save the "cloaked" hostname. And both fields can be set independently using the "METADATA host" and "METADATA cloakhost" commands. This allows "foreign servers" (aka "IRC services") to alter the real and cloaked hostnames of clients without problems, even when the user itself issues additional "MODE +x" and "MODE -x" commands. | |||
| 2012-11-10 | Add new IRC+ server flag "X": "XOP modes supported" | Alexander Barton | |
| This flag indicates, that the server supports the enhanced "xop channel user modes", like channel owner, admin, and halfop. This information is used to make sure that no unsupported CHANINFO commands are sent to servers not supporting such mode prefixes, for example. | |||