| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-30 | New configuration option "AllowRemoteOper" | Alexander Barton | |
| Added new configuration option "AllowRemoteOper" to control whether remote IRC operators are allowed to use administrative commands that affect this server or not This commit introduces the configuration variable, but actually no function is using it. That's up for the next patches to come ... | |||
| 2009-08-31 | do not add default listening port if ssl ports were specified | Florian Westphal | |
| Cosmo Kastemaa reported that its impossible to create an ssl-only setup, as ngircd binds to port 6667 by default, even if setting "Ports =". Only add the default port if _both_ "Ports" and "SSLPorts" are unspecified. Fixes bugzilla #98. | |||
| 2009-05-17 | manpage: move SSLConnect option to the right section | Florian Westphal | |
| 2009-01-20 | Support individual channel keys for pre-defined channels. | Alexander Barton | |
| This patch introduces the new configuration variable "KeyFile" for [Channel] sections in ngircd.conf. Here a file can be configured for each pre-defined channel which contains individual channel keys for different users. This file is line-based and must have the following syntax: <user>:<nick>:<key> <user> and <nick> can contain the wildcard character "*". Please not that these channel keys are only in effect, when the channel has a regular key set using channel mode "k"! | |||
| 2009-01-01 | Fix spelling in some documents. | Alexander Barton | |
| 2008-12-30 | Spell check and enhance ngIRCd manual pages. | Alexander Barton | |
| 2008-12-29 | man ngircd.conf: line break missing before the SSLConnect description | Florian Westphal | |
| reported by Christoph Biedl. | |||
| 2008-12-06 | Update the date ("Dec 2008") of the manual pages. | Alexander Barton | |
| 2008-11-21 | Fix double minus signs in manual pages | Alexander Barton | |
| This patch fixes the following lintian(1) warning: "Manual page seems to contain a hyphen where a minus sign was intended. '-' chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut&paste options, nor search for them easily. '-' must be escaped ('\-') to be interpreted as minus." | |||
| 2008-11-19 | New configuration option "NoIdent" to disable IDENT lookups | Alexander Barton | |
| The new configuration option "NoIdent" in ngircd.conf can be used to disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT lookups enabled. | |||
| 2008-11-12 | Connection counter: count outgoing connections as well. | Alexander Barton | |
| This patch lets ngIRCd count outgoing connections as well as incoming connections (up to now only outgoing connections have been counted). This change is required because the Conn_Close() function doesn't know whether it closes an outgoing connection or not and therefore would decrement the counter below zero when an outgoing connection existed -- which would trigger an assert() call ... Please note that this patch changes the (so far undocumented but now fixed) behaviour of the "MaxConnections" configuration option to account the sum of the in- and outbound connections! | |||
| 2008-09-23 | sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option. | Alexander Barton | |
| 2008-09-13 | TLS/SSL support: documentation. | Florian Westphal | |
| 2008-05-19 | make Listen parameter a comma-seperated list of addresses. | Florian Westphal | |
| this also obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it is treated as Listen="::,0.0.0.0". Note: ListenIPv4 and ListenIPv6 options are still recognized, but ngircd will print a warning if they are used in the config file. Also, some plattforms require that ai_socktype is set in the getaddrinfo() hints structure. | |||
| 2008-05-18 | Add option aliases -V (for --version) and -h (for --help). | Jari Aalto | |
| This patch adds -h and -V short options (to complement the usage). It is based on a patch attached to Debian bug #466063, see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466063>. Idea by Jari Aalto <jari.aalto@cante.net>, patch adapted by Alexander Barton <alex@barton.de>. | |||
| 2008-05-11 | Update ngIRCd manual pages | Alexander Barton | |
| - Update timestamp, - enhance some phrasing, - and fix "Passive" ([Server]) formatting. | |||
| 2008-04-21 | IPv6: Add config options to disabe ipv4/ipv6 support. | Florian Westphal | |
| This also enables ipv6-only setups. | |||
| 2008-04-09 | Moved .cvsignore files to .gitignore | Alexander Barton | |
| Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files. | |||
| 2007-11-23 | bind ListenAddress for outgoing connections | Florian Westphal | |
| ngircd would always use INADDR_ANY for outgoing connections; which might not be desirable. Added new [Server] option "Bind" to set source ip. | |||
| 2007-11-21 | Introduce option to configure the maximum nick name lenth in ngircd.conf | Alexander Barton | |
| - New configuration option "MaxNickLength" to specify the allowed maximum length of user nick names. Note: must be unique in an IRC network! - Enhanced the IRC+ protocol to support an enhanced "server handshake" and enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD). See doc/Protocol.txt for details. | |||
| 2007-11-15 | add tiny note about ngircd using syslog(3) by default. | Florian Westphal | |
| 2007-10-25 | New config option NoDNS: disables all DNS queries. | Florian Westphal | |
| 2007-10-13 | fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values | Florian Westphal | |
| 2007-06-28 | Add new server config option to disable automatic connect. (Tassilo Schweyer) | Florian Westphal | |
| 2006-12-29 | add support for predefined-channel configuration of k and l modes | Florian Westphal | |
| 2006-12-28 | Added .cvsignore files to hide generated files from CVS. | Alexander Barton | |
| 2006-12-25 | Customize manual pages to reflect the actual installation location of files. | Alexander Barton | |
| 2006-12-11 | add PredefChannelsOnly option to man page | Florian Westphal | |
| 2005-09-02 | Mention ':' MyPassword restriction in man page. | Florian Westphal | |
| 2005-08-12 | Updated URL and some minor changes. | Alexander Barton | |
| 2005-06-04 | Updated manual pages. | Alexander Barton | |
| 2005-04-13 | Used a spellchecker :-) | Alexander Barton | |
| 2005-03-15 | New configuration option "OperServerMode". | Alexander Barton | |
| 2005-03-02 | New configuration option "Mask" for [Operator] sections to limit OPER command. | Alexander Barton | |
| 2005-02-14 | Added description for "PidFile", fixed description of "Ports". | Alexander Barton | |
| 2004-05-07 | New "chroot" feature (from Benjamin Pineau), introducing new configuration | Alexander Barton | |
| variables "ChrootDir" and "MotdPhrase". | |||
| 2004-04-05 | Updated manual page to reflect changes in daemon. | Alexander Barton | |
| 2003-11-05 | New configuration option "MaxConnectionsIP". | Alexander Barton | |
| 2003-09-11 | New configuration option "Listen" to bind the server to a specific ip. | Alexander Barton | |
| 2003-05-02 | Fixed typo: .IT instead of the correct.TP ... | Alexander Barton | |
| 2003-03-10 | Fixed up and enhanced formating of manual pages. | Alexander Barton | |
| 2003-03-10 | Updated manual page. | Alexander Barton | |
| 2003-03-10 | Updated manual page. | Alexander Barton | |
| 2003-03-09 | Updated and enhanced the daemon manual page. | Alexander Barton | |
| 2002-11-18 | - Rechtschreibfehler korrigiert ;-) | Alexander Barton | |
| 2002-09-16 | - Dokumentation aktualisiert. | Alexander Barton | |
| 2002-04-04 | - Manual-Pages wurden bei "clean" nach wie vor geloescht ... Upsa! | Alexander Barton | |
| 2002-04-04 | - die Manual-Pages fehlten in Distributions-Archiven. | Alexander Barton | |
| 2002-04-02 | - Formatierung des Author-Abschnitt korrigiert. | Alexander Barton | |
| 2002-04-02 | - Zeilenumbruch korrigiert. | Alexander Barton | |