]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.c
When sending an error use the IRC_WriteErrClient() variant
[ngircd-alex.git] / src / ngircd / conf.c
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-10-17 Federico G. SchwindtReport the correct file on error
2013-10-16 Federico G. SchwindtAdd support for arc4random
2013-09-17 Federico G. SchwindtChange cipher defaults
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-08-04 Federico G. SchwindtMore spelling fixes
2013-07-18 Alexander BartonMerge pull request #4 from fgsch/master
2013-07-18 Federico G. SchwindtFix spelling
2013-05-30 Alexander BartonMerge pull request #3 from Cofyc/master
2013-05-24 Alexander BartonIncludeDir: default to "$SYSCONFDIR/ngircd.conf.d" bug157-IncludeDir
2013-05-24 Alexander Barton"IncludeDir" can't be overwritten by included files
2013-05-24 Alexander BartonImplement new configuration option "IncludeDir"
2013-05-24 Alexander Bartonconf.c: New function Read_Config_File()
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-10 Alexander BartonAdjust severity levels of some log messages
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'
2013-01-01 Alexander BartonUse "${docdir}/Commands.txt" as help text file bug145-ProvideHelp
2012-12-31 Alexander BartonImplement new configuration option "HelpFile"
2012-12-31 Alexander BartonRefactor Read_Motd() into Read_TextFile()
2012-11-11 Alexander Bartonconf.c: Use strlcpy() instead of strcpy()
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-29 Alexander BartonMake server reconnect time a little bit more random server-link-async
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-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
next