]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.c
Make the maximum /list reply length a configurable limit.
[ngircd-alex.git] / src / ngircd / conf.c
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-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-21 Alexander BartonFree all listen ports on initialization
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonDon't check type.h availability, it is required
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-09-11 Alexander BartonShow a warning on startup if config file is not a full...
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 BartonEnhance "ServiceMask" to handle a list of masks
2012-08-26 Alexander BartonBlock nicknames that are reserved for services
2012-08-26 Alexander BartonRename Conf_IsService() to Conf_NickIsService()
2012-08-16 Alexander BartonFix a buffer overflow when initializing the random...
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-06-08 Alexander BartonCorrectly handle asynchronously re-established server...
2012-03-02 Alexander BartonDon't log "ngIRCd hello message" two times
2012-02-26 Alexander BartonDon't accept "[SSL]" in config when no SSL support...
2012-01-03 Alexander BartonDisplay correct error message when "Server{UID|GID...
2012-01-01 Alexander BartonNew configuration option "PAMIsOptional"
2011-12-07 Alexander BartonConfiguration: get rid of Conf_Oper_Count and Conf_Chan...
2011-11-04 Alexander BartonInit_Server_Struct(): correctly zero Server->bind_addr
2011-11-03 Alexander BartonClean up and fix comments of Check_ArgIsTrue()
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-26 Alexander BartonMerge branch 'ScrubCTCP'
2011-06-26 Alexander BartonMerge branch 'newconfig'
2011-06-25 Alexander BartonMove SSL-related configuration variables to new [SSL...
2011-06-25 Alexander BartonCheckFileReadable(): only check when a filename is...
2011-06-25 Alexander BartonPAM: make clear which "Password" config option is ignored
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-06-25 xorNew option to scrub incoming CTCP commands
2011-06-25 Alexander BartonDisplay configuration errors more prominent on "--confi...
2011-06-25 Alexander Bartonconf.c: code cleanup
2011-06-25 Alexander BartonCheck for redability of SSL-related files like for...
2011-06-25 Alexander BartonRestructure ngIRCd configuration, introduce [Limits...
2011-04-12 Alexander BartonDoxygen'ify conf.c
2011-04-12 Alexander BartonNew function Config_Error_Section(); and code cleanup
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-26 Alexander BartonConfiguration: move "NoticeAuth" to GLOBAL section
2011-03-25 Alexander BartonNew configuration option "NoticeAuth": send NOTICE...
2011-03-25 Alexander BartonWarn when unknown variables are found in [Features...
2011-03-19 Alexander BartonHandle_GLOBAL(): don't use multi-line strings
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-19 Alexander BartonRename ClientHost to CloakHost, and ClientUserNick...
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-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-18 Alexander BartonLog "Can't read MOTD file" as "configuration error"
2011-01-18 Alexander BartonAllow "Port = 0" in [Server] blocks
2011-01-18 Alexander Bartonconf: fix 'Value of "..." is not a number!' for negativ...
2011-01-18 Alexander BartonDon't read MOTD file twice
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Florian Westphalconf: fix 'unknown section' FEATURES parse error
2011-01-09 Florian Westphalconf: move 'run-time-feature-disable' options to new...
2011-01-09 Florian Westphalconf: Warn if PAM=true when ngircd was built without...
2011-01-09 Florian Westphalconf: add missing static qualifier
2011-01-09 Florian Westphalconfig: deprecate NoXX-Options
2010-12-02 Alexander Barton--configtest: remember if MOTD is configured by file...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
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-07-11 Alexander BartonDetect PAM libraries
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
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-10-17 Florian Westphalconfigtest: print ssl config options even when unset
2009-09-30 Alexander BartonNew configuration option "AllowRemoteOper"
2009-09-20 Florian Westphalconfigtest: complain when ssl keys are not readable
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-08-31 Florian Westphaldo not add default listening port if ssl ports were...
2009-07-17 Alexander BartonFix return code of Conf_EnableServer()
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-03-06 Florian Westphalallow creation of persistent modeless channels
2009-01-20 Alexander BartonSupport individual channel keys for pre-defined channels.
2008-12-30 Alexander BartonAllow pre-defined server local 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-27 Alexander Barton--configtest: return non-zero exit code if there are...
2008-05-19 Florian WestphalRemove ListenIPv4/ListenIPv6 options.
2008-05-19 Florian Westphalmake Listen parameter a comma-seperated list of addresses.
2008-04-29 Alexander Barton--configtest: fix missing whitespace at "ConnectIPv4...
next