Commits


Document NoDNS configuration option.


bind ListenAddress for outgoing connections ngircd would always use INADDR_ANY for outgoing connections; which might not be desirable. Added new [Server] option "Bind" to set source ip.


Introduce option to configure the maximum nick name lenth in ngircd.conf - 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.


fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values


Updated documentation ("Passive" option, for example).


add support for predefined-channel configuration of k and l modes


New configuration option "PredefChannelsOnly": if set, make all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG, restricting users to those channels defined in the config file.


Mostly whitespace fixes.


Enhanced documentation. Use "default" port 6667 in the example for server links.


Mention ':' MyPassword restriction in man page.


Add warning about leading : in passwords. (thx Ben Korvemaker for pointing this out)


Fixed too long lines.


New configuration option "OperServerMode".


New configuration option "Mask" for [Operator] sections to limit OPER command.


New configuration variable "PidFile", section "[Global]": if defined, the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.


Fixed typo: ports are separated by ",". Thanks to Florian Westphal.


Make more clear that there can be more than one [Operator], [Server] and [Channel] section in the configuration file.


Fixed wrong port number in example.


New "chroot" feature (from Benjamin Pineau), introducing new configuration variables "ChrootDir" and "MotdPhrase".


Fixed error messages related to server name configuration; updated sample configuration file. (from 0.7.x)


New configuration option "MaxConnectionsIP".


New configuration option "Listen" to bind the server to a specific ip.


"ServerName" is checked better now: a dot (".") is required.


Documented missing "Password" variable in section "[Global]".


Updated documentation.


Fixed some spelling mistakes -- thanks to ispell ;-)


- Restructured documentation: now the main language is english.


- Updated documentation.


- Dokumentation aktualisiert.


- Dokumentation aktualisiert [asyncrone Server-Passwoerter].


- Dokumentation aktualisiert bzw. begonnen.


- in ServerUID und ServerGID kann nun jeweils auch der Name (und nicht nur die numerische ID) verwendet werden.


- Dokumentation aktualisiert: neue Variable MaxConnections.


- Dokumentation aktualisiert.


- Dokumentation aktualisiert.


- Dokumentation aktualisiert (u.a. englische Versionen)


- Dokumentation aktualisiert.


- Dokumentation aktualisiert.


- Default PONG-Timeout auf 20 Sekunden verdoppelt.


- Beispiel-Konfiguration besser dokumentiert (Kommentar-Zeichen).


- Beispiel-Konfigurationsdatei besser dokumentiert und erweitert.


- Beispiel-Konfiguration etwas erweitert. Doku fehlt immer noch ...


- Beispiel-Konfigurationsdatei aktualisiert.


- mit ein wenig Dokumentation begonnen (Betonung auf "wenig"!)