about summary refs log tree commit diff
path: root/doc/sample-ngircd.conf
AgeCommit message (Collapse)Author
2008-11-22sample-ngircd.conf: remove now unused CVS "$Id$"Alexander Barton
2008-11-20Change formatting of some log messagesAlexander Barton
- Fix formatting of some log messages, mostly punctuation. - cb_Connect_to_Server(): don't use string concatenation, because it is not supported by pre-ANSI C compilers ...
2008-11-19New configuration option "NoIdent" to disable IDENT lookupsAlexander 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-12Connection 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-23sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option.Alexander Barton
2008-09-13TLS/SSL support: documentation.Florian Westphal
2008-05-19make 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-04-21IPv6: Add config options to disabe ipv4/ipv6 support.Florian Westphal
This also enables ipv6-only setups.
2008-01-07Document NoDNS configuration option.Alexander Barton
2007-11-23bind ListenAddress for outgoing connectionsFlorian 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-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander 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-10-13fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins valuesFlorian Westphal
2007-10-04Updated documentation ("Passive" option, for example).Alexander Barton
2006-12-29add support for predefined-channel configuration of k and l modesFlorian Westphal
2006-11-05New configuration option "PredefChannelsOnly": if set, makeFlorian Westphal
all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG, restricting users to those channels defined in the config file.
2006-04-09Mostly whitespace fixes.Alexander Barton
2006-01-09Enhanced documentation. Use "default" port 6667 in the example for server links.Alexander Barton
2005-09-02Mention ':' MyPassword restriction in man page.Florian Westphal
2005-09-01Add warning about leading : in passwords. (thx Ben Korvemaker for pointing ↵Florian Westphal
this out)
2005-03-15Fixed too long lines.Alexander Barton
2005-03-15New configuration option "OperServerMode".Alexander Barton
2005-03-02New configuration option "Mask" for [Operator] sections to limit OPER command.Alexander Barton
2005-02-04New configuration variable "PidFile", section "[Global]": if defined,Alexander Barton
the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
2005-01-17Fixed typo: ports are separated by ",". Thanks to Florian Westphal.Alexander Barton
2004-12-27Make more clear that there can be more than one [Operator], [Server] andAlexander Barton
[Channel] section in the configuration file.
2004-12-27Fixed wrong port number in example.Alexander Barton
2004-05-07New "chroot" feature (from Benjamin Pineau), introducing new configurationAlexander Barton
variables "ChrootDir" and "MotdPhrase".
2003-12-19Fixed error messages related to server name configuration; updatedAlexander Barton
sample configuration file. (from 0.7.x)
2003-11-05New configuration option "MaxConnectionsIP".Alexander Barton
2003-09-11New configuration option "Listen" to bind the server to a specific ip.Alexander Barton
2003-04-29"ServerName" is checked better now: a dot (".") is required.Alexander Barton
2003-04-27Documented missing "Password" variable in section "[Global]".Alexander Barton
2003-03-10Updated documentation.Alexander Barton
2003-03-09Fixed some spelling mistakes -- thanks to ispell ;-)Alexander Barton
2003-01-04- Restructured documentation: now the main language is english.Alexander Barton
2002-12-18- Updated documentation.Alexander Barton
2002-12-14- Dokumentation aktualisiert.Alexander Barton
2002-11-19- Dokumentation aktualisiert [asyncrone Server-Passwoerter].Alexander Barton
2002-11-08- Dokumentation aktualisiert bzw. begonnen.Alexander Barton
2002-11-08- in ServerUID und ServerGID kann nun jeweils auch der Name (und nicht nurAlexander Barton
die numerische ID) verwendet werden.
2002-11-02- Dokumentation aktualisiert: neue Variable MaxConnections.Alexander Barton
2002-09-16- Dokumentation aktualisiert.Alexander Barton
2002-05-21- Dokumentation aktualisiert.Alexander Barton
2002-05-08- Dokumentation aktualisiert (u.a. englische Versionen)Alexander Barton
2002-03-30- Dokumentation aktualisiert.Alexander Barton
2002-03-29- Dokumentation aktualisiert.Alexander Barton
2002-03-25- Default PONG-Timeout auf 20 Sekunden verdoppelt.Alexander Barton
2002-03-12- Beispiel-Konfiguration besser dokumentiert (Kommentar-Zeichen).Alexander Barton
2002-03-10- Beispiel-Konfigurationsdatei besser dokumentiert und erweitert.Alexander Barton
2002-02-17- Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ...Alexander Barton