]> arthur.barton.de Git - ngircd-alex.git/history - doc
Update links to "Arthur" to use the HTTP protocol
[ngircd-alex.git] / doc /
2012-10-25 Brett SmithMake the maximum /list reply length a configurable...
2012-10-11 Alexander BartonAdd "i586/pc/haiku" to doc/Platforms.txt
2012-10-08 DNS777Implement user mode "b": block messages
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 DNS777Implement channel mode 'V' (invite disallow)
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-10-06 Alexander BartonImplement channel mode "Q" and user mode "q"
2012-09-25 DNS777New configuration option "OperChanPAutoOp"
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-24 Alexander BartonAdd doc/Contributing.txt to distribution archive
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-23 Alexander BartonClean up doc/.gitignore
2012-09-23 Alexander Bartondoc/Modes.txt: add version number to new channel modes
2012-09-16 Alexander BartonImplement new IRC+ "CHARCONV" command
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-15 Alexander BartonMake our own targets "silent", if enabled
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-27 Alexander BartonAdd new channel mode "M" to doc/Modes.txt cmode-M
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonAdd new user mode "B" to doc/Modes.txt umode-B
2012-08-26 Alexander BartonEnhance "ServiceMask" to handle a list of masks
2012-08-18 Alexander Barton"make uninstall": remove ngircd.conf if not modified
2012-08-06 Sebastian KöhlerTests and documentation for xop
2012-08-06 Sebastian KöhlerImplemented xop support
2012-08-03 Sebastian KöhlerHashed hostnames for CloakHost
2012-08-03 Sebastian KöhlerImplemented hashed cloaked hostnames for +x
2012-06-13 Alexander Bartondoc/Capabilities.txt: document "multi-prefix" capability
2012-06-11 Alexander BartonMerge branch 'bug124-CloakHostModeX'
2012-06-09 Alexander BartonDescribe "CloakHostModeX" in sample-ngircd.conf an... bug124-CloakHostModeX
2012-06-07 Alexander Bartondoc/Platforms.txt: more updates
2012-05-29 Alexander Bartondoc/Platforms.txt: add powerpc/apple/darwin7.9.0
2012-04-29 Alexander Bartondoc/Platforms.txt: add "armv7l/unknown/linux-gnueabi"
2012-04-29 William PitcockAdd instructions for setting up Atheme.
2012-04-29 Alexander Bartondoc/Modes.txt: Document missing channel mode "e"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-03-31 Alexander BartonImplement core IRC capability handling and "CAP" command
2012-03-31 Alexander BartonMakefiles: list each source files on a separate line
2012-03-28 Alexander BartonFAQ: enhance description of chroot setup
2012-02-29 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-02-29 Alexander BartonUpdate doc/Platforms.txt for ngIRCd 19
2012-02-29 Alexander Bartondoc/README-Interix.txt: note that GNU make should be...
2012-01-16 Alexander BartonImplement user mode 'C': require "same channel" to...
2012-01-01 Alexander BartonNew configuration option "PAMIsOptional"
2011-12-31 Alexander Bartondoc/Modes.txt: document channel mode "r"
2011-11-08 Alexander Bartonsample-ngircd.conf: show correct default for "PAM"...
2011-09-07 Alexander BartonUpdate doc/GIT.txt
2011-08-26 Alexander BartonAdded doc/Modes.txt: document modes supported by ngIRCd
2011-08-19 Alexander Bartondoc/Platforms.txt: ngIRCd 18 on Nexenta works
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-08-01 Alexander Bartondoc/Platforms.txt: re-add mipsel/unknown/linux-gnu...
2011-08-01 Alexander BartonUpdated doc/Platforms.txt: mipsel/unknown/linux-gnu
2011-07-10 Alexander BartonFix typo in doc/Platforms.txt; make Linux footnote...
2011-07-10 Alexander BartonUpdated doc/Platforms.txt for ngIRCd release 18
2011-07-10 Alexander BartonAdd preliminary ngIRCd protocol module for Anope 1.9
2011-06-28 Alexander BartonFix some wording, use spellchecker ;-)
2011-06-28 Alexander Bartondoc/SSL.txt: adopt to new configuration file layout
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-26 Alexander Bartonsample-ngircd.conf: remove "SSL" prefix from SSL-relate...
2011-06-26 Alexander BartonMerge branch 'ScrubCTCP'
2011-06-26 Alexander BartonMerge branch 'newconfig'
2011-06-25 Alexander Bartonsample-ngircd.conf: "SyslogFacility" should be commente...
2011-06-25 Alexander BartonMove SSL-related configuration variables to new [SSL...
2011-06-25 xorAdd documentation for "ScrubCTCP" configuration option ScrubCTCP
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-06-25 Alexander BartonUpdate sample config file and manual page for new confi...
2011-06-24 Alexander BartonNew documentation: "how to contribute"
2011-06-04 Florian Westphalssl: gnutls: bump dh bitsize to 2048
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonMerge branch 'NoticeAuth'
2011-03-27 Alexander BartonAdd documentation for "NoticeAuth" configuration option NoticeAuth
2011-03-27 Alexander BartonAdd documentation for "RequireAuthPing" configuration... AuthPing
2011-03-25 Alexander BartonUpdate doc/GIT.txt
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-19 Alexander BartonAdd a note not to use a percent sign ("%") in CloakHost... CloakUserHost
2011-03-19 Alexander BartonRename ClientHost to CloakHost, and ClientUserNick...
2011-03-19 Alexander BartonDoxygen: Remove header.inc.html and ngircd-doc.css...
2011-03-18 Alexander BartonDon't use "the.net" in sample-ngircd.conf, use "example...
2011-03-16 Alexander BartonMove "ClientHost" and "ClientUserNick" to end of [Globa...
2011-03-16 Gabor Adam TothClientUserNick setting
2011-03-16 Gabor Adam TothClientHost setting
2011-02-17 Alexander BartonProtocol.txt: Update description of CHANINFO command
2011-02-13 Alexander BartonEnhance documentation for the WEBIRC command doc-comments
2011-02-13 Alexander BartonDoxygen: define ZLIB, PAM, and ZEROCONF
2011-02-13 Alexander BartonUpdated Doxygen configuration file
2011-02-13 Alexander BartonDoxygen: remove own header and CSS file
2011-01-09 Alexander BartonRemove ZeroConf variable from sample-ngircd.conf
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Florian Westphalconf: move 'run-time-feature-disable' options to new...
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-11-15 Alexander Bartonadd doc/README-Interix.txt and doc/Bopm.txt to distribu...
2010-11-15 Alexander BartonMerge branch 'numeric-329'
2010-11-14 Florian Westphaladd doc/PAM.txt to distribution tarball
2010-11-07 Alexander BartonUpdated doc/Platforms.txt for upcoming release 17
2010-11-03 Alexander BartonFix up generation and distribution of sample-ngircd...
next