| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-23 | sample-ngircd.conf & ngircd.conf(5): document "ServiceMask" option. | Alexander Barton | |
| 2008-09-13 | TLS/SSL support: documentation. | Florian Westphal | |
| 2008-08-10 | doc/Platforms.txt: added Debian GNU/Hurd, "i686/unknown/gnu0.3" | Alexander Barton | |
| 2008-07-31 | FAQ: add entry about /OPER and OperCanUseMode | Florian Westphal | |
| 2008-07-21 | Added more supported and tested platforms to doc/Platforms.txt. | Alexander Barton | |
| 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-15 | Add FAQ entry for 'Where is the log file'? | Florian Westphal | |
| 2008-04-21 | IPv6: Add config options to disabe ipv4/ipv6 support. | Florian Westphal | |
| This also enables ipv6-only setups. | |||
| 2008-04-20 | Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! | Alexander Barton | |
| (cherry picked from commit a8e0eb62e9dce81ca4a5c5911428561b90bf2c6e) | |||
| 2008-04-12 | Convert CVS commands to their git equivalents. | Florian Westphal | |
| Also mention that patches should be sent to the mailing list. | |||
| 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. | |||
| 2008-01-07 | Document NoDNS configuration option. | Alexander Barton | |
| 2008-01-02 | Remove entry about ngircd failing on Linux 2.4: | Alexander Barton | |
| ngircd can now fall back to select. [from 0.11.x] | |||
| 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-20 | Re-added doc/SSL.txt to distribution -- got lost somewhere!? | Alexander Barton | |
| 2007-10-13 | fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values | Florian Westphal | |
| 2007-10-04 | Updated documentation ("Passive" option, for example). | Alexander Barton | |
| 2006-12-29 | add support for predefined-channel configuration of k and l modes | Florian Westphal | |
| 2006-12-28 | Added "html" directory to CVS ignore list (it is generated by doxygen). | Alexander Barton | |
| 2006-12-28 | distclean: remove "html" folder. | Alexander Barton | |
| 2006-12-28 | Added .cvsignore files to hide generated files from CVS. | Alexander Barton | |
| 2006-11-05 | New configuration option "PredefChannelsOnly": if set, make | Florian Westphal | |
| all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG, restricting users to those channels defined in the config file. | |||
| 2006-10-08 | Added OpenBSD/ppc to list of tested platforms. | Alexander Barton | |
| 2006-08-29 | Updated documentation. | Alexander Barton | |
| 2006-08-07 | Updated platform list once more ... | Alexander Barton | |
| 2006-08-07 | Updated platform list. | Alexander Barton | |
| 2006-08-03 | Synchronized documentation with branch-0-10-x ... | Alexander Barton | |
| 2006-07-23 | Updated CVS URLs; enhanced documentation a little bit. | Alexander Barton | |
| 2006-07-23 | Updated some patch names on Arthur. | Alexander Barton | |
| 2006-05-07 | kqueue now tested on NetBSD3.0, FreeBSD6 and Darwin7.9.0 | Florian Westphal | |
| 2006-04-09 | Mostly whitespace fixes. | Alexander Barton | |
| 2006-04-08 | Added maintainer-clean-local target to purge generated Makefiles. | Alexander Barton | |
| 2006-01-09 | Enhanced documentation. Use "default" port 6667 in the example for server links. | Alexander Barton | |
| 2005-12-09 | add FAQ entry about epoll(): Function not implemented error | Florian Westphal | |
| 2005-11-29 | Don't remove doc/src on "make distclean". | Alexander Barton | |
| 2005-09-02 | Mention ':' MyPassword restriction in man page. | Florian Westphal | |
| 2005-09-01 | Add warning about leading : in passwords. (thx Ben Korvemaker for pointing ↵ | Florian Westphal | |
| this out) | |||
| 2005-08-27 | Fixed parameter description of CHANINFO. | Alexander Barton | |
| 2005-07-23 | Added "STRIP_FROM_PATH" variable to generate relative path names. | Alexander Barton | |
| 2005-07-22 | Added style definitions for source code listings. | Alexander Barton | |
| 2005-07-22 | New subdirectory "src" for the source code documentation, and new make | Alexander Barton | |
| target "srcdoc" to generate the documentation using Doxygen. | |||
| 2005-07-22 | New files for the Doxygen source code documentation system. | Alexander Barton | |
| 2005-07-09 | Updated some URLs in the documentation. | Alexander Barton | |
| 2005-07-08 | Added "doc/Zeroconf.txt" to distribution. | Alexander Barton | |
| 2005-07-08 | New section "runtime". | Alexander Barton | |
| 2005-07-07 | document b0rken resolver on GNU/Linux | Florian Westphal | |
| 2005-06-24 | Updated URLs. | Alexander Barton | |
| 2005-04-27 | Remove "doc/src" directory on "make distclean". | Alexander Barton | |
| 2005-03-15 | Fixed too long lines. | Alexander Barton | |