| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-19 | doc/PAM.txt: add a slightly more useful example | Alexander Barton | |
| 2013-09-17 | Change cipher defaults | Federico G. Schwindt | |
| Switch cipher defaults to HIGH:!aNULL:@STRENGTH (OpenSSL) or SECURE128 (GnuTLS). | |||
| 2013-09-15 | Cipher list selection for GnuTLS | Alexander Barton | |
| This patch implements the missing functionality for cipher list selection using GnuTLS (our OpenSSL code has this already). | |||
| 2013-09-15 | Cipher list selection for OpenSSL | Alexander Barton | |
| This patch introduces the possibility to arbitrarily select ciphers which should be promoted resp. declined when establishing a SSL connection with a client by implementing the new configuration option "CipherList". By default, OpenSSL would accept low and medium strength and RC-4 ciphers, which nowadays are known to be broken. This patch only implements the feature for OpenSSL. A GnuTLS counterpart has to be implemented in another patch ... Original patch by Bastian <bastian-ngircd@t6l.de>. Closes bug #162. | |||
| 2013-09-05 | Commands.txt: Document proprietary DIE <message> parameter | Alexander Barton | |
| 2013-08-26 | Implement new configuration option "DefaultUserModes" | Alexander Barton | |
| The new configuration option "DefaultUserModes" lists user modes that become automatically set on new local clients right after login. Please note that only modes can be set that the client could set on itself, you can't set "a" (away) or "o" (IRC Op), for example! User modes "i" (invisible) or "x" (cloaked) etc. are "interesting", though. Default: set no modes (like without this patch). Closes bug #160. | |||
| 2013-08-25 | Cosmetic changes to METADATA | Federico G. Schwindt | |
| Update certfp and sort entries. | |||
| 2013-08-25 | Implement account login support | Federico G. Schwindt | |
| This is done via the `accountname' METADATA command and used to automatically identify users after netsplits or across service restarts. | |||
| 2013-08-05 | More spelling corrections | Federico G. Schwindt | |
| 2013-08-04 | Implement 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-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 | |