]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.h
Correctly use cloaked IRC masks on "INVITE nickname"
[ngircd-alex.git] / src / ngircd / conf.h
2014-01-01 Alexander BartonMerge branch 'bug167-WebircIPAnoDNS' of git://arthur...
2014-01-01 Alexander BartonMerge branch 'bug165-005-NETWORK' of git://arthur.barto...
2013-12-27 Alexander BartonImplement new configuration option "Network" bug165-005-NETWORK
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-15 Alexander BartonCipher list selection for OpenSSL
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonImplement new configuration option "DefaultUserModes" bug160-DefaultUserModes
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Alexander BartonImplement new configuration option "AllowedChannelTypes" bug152-AllowedChannelTypes
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-11 Alexander BartonMerge branch 'bug155-allowAtInUser'
2013-02-10 Alexander BartonMerge branch 'systemd'
2013-02-04 Alexander BartonNew configuration option "IdleTimeout": exit daemon...
2013-01-07 Alexander BartonCorrectly detect when SSL subsystem must be initialized
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2012-12-31 Alexander BartonImplement new configuration option "HelpFile"
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-29 Alexander BartonDon't accept connections for servers already beeing...
2012-10-25 Brett SmithMake the maximum /list reply length a configurable...
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-25 DNS777New configuration option "OperChanPAutoOp"
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-29 Alexander BartonConvert CONN_ID and Conf_MaxConnections to "int" datatype
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonBlock nicknames that are reserved for services
2012-08-26 Alexander BartonRename Conf_IsService() to Conf_NickIsService()
2012-08-03 Sebastian KöhlerHashed hostnames for CloakHost
2012-08-03 Sebastian KöhlerImplemented hashed cloaked hostnames for +x
2012-06-11 Alexander BartonMerge branch 'bug124-CloakHostModeX'
2012-06-08 Alexander BartonRename "CloakModeHost" option to "CloakHostModeX"
2012-06-08 Christoph BiedlIntroduce new configuration option "CloakModeHost"
2012-01-01 Alexander BartonNew configuration option "PAMIsOptional"
2011-12-29 Alexander BartonFixed some spelling errors in documentation and code...
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-26 Alexander BartonMerge branch 'ScrubCTCP'
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-06-25 xorNew option to scrub incoming CTCP commands
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonMerge branch 'NoticeAuth'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-03-25 Alexander BartonNew configuration option "NoticeAuth": send NOTICE...
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-19 Alexander BartonRename ClientHost to CloakHost, and ClientUserNick...
2011-03-16 Gabor Adam TothClientUserNick setting
2011-03-16 Gabor Adam TothClientHost setting
2011-02-13 Alexander BartonDoxygen'ify conf.h
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-10-11 Alexander BartonNew configuration option "NoZeroConf" to disable ZeroCo...
2010-09-24 Alexander BartonNew configuration option "SyslogFacility"
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-08-12 Florian Westphalngircd: change MOTD file handling
2010-07-13 Alexander BartonNew configuration option "NoPAM" to disable PAM
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-02-10 Alexander BartonImplement WEBIRC command
2009-11-07 Alexander BartonMerge commit 'cade80dcf516f40e7d53124bc98526e6e5b3fb66'
2009-11-07 Florian WestphalRemove limit on max number of configured irc operators.
2009-09-30 Alexander BartonNew configuration option "AllowRemoteOper"
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-01-20 Alexander BartonSupport individual channel keys for pre-defined channels.
2008-12-26 Florian WestphalRemove limit on max number of predefined channels.
2008-11-19 Alexander BartonNew configuration option "NoIdent" to disable IDENT...
2008-09-23 Alexander BartonAllow ngIRCd to detect services connected to an "virtua...
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-05-19 Florian Westphalmake Listen parameter a comma-seperated list of addresses.
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-20 Florian WestphalIPv6: Add config options to disabe ipv4/ipv6 support.
2008-03-26 Florian WestphalDo not exit unconditionally if config file cannot be...
2008-02-26 Florian WestphalIPv6 support.
2007-11-23 Florian Westphalremove ip-string from Conf_Server struct
2007-11-23 Florian Westphalbind ListenAddress for outgoing connections
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-10-25 Florian WestphalNew config option NoDNS: disables all DNS queries.
2007-06-28 Florian WestphalAdd new server config option to disable automatic conne...
2006-12-29 Florian Westphaladd support for predefined-channel configuration of...
2006-11-05 Florian WestphalNew configuration option "PredefChannelsOnly": if set...
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-02-08 Florian WestphalMake connid same as connection fd.
2005-11-21 Alexander BartonMinor whitespace fixes.
2005-07-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphaltopic no longer limited to 127 chars (now only limited...
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-03-20 Florian Westphalchanged type of Conf_ListenPorts[] from "unsigned int...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-15 Alexander BartonNew configuration option "OperServerMode".
2005-03-02 Alexander BartonNew configuration option "Mask" for [Operator] sections...
2005-02-04 Alexander BartonNew configuration variable "PidFile", section "[Global...
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2002-12-31 Alexander Barton- New functions Conf_EnableServer(), Conf_DisableServer...
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-14 Alexander Barton- removed Conf_MaxPChannels and reverted to old behavior.
2002-12-13 Alexander Barton- new configuration variables: MaxJoins, MaxPChannels.
2002-12-12 Alexander Barton- translated file header and comments to english;
2002-11-19 Alexander Barton- Server identifizieren sich nun mit asyncronen Passwoe...
2002-11-02 Alexander Barton- neue Konfigurationsvariable "Conf_MaxConnections".
next