]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.c
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd / conf.c
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...
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 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-10-24 Florian Westphalconfigtest would still print "-1" for MaxConnections...
2007-10-13 Florian Westphalaccoring to comments in the code, MaxConnections, MaxCo...
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-20 Florian Westphalpredefined channels MUST start with '#', but this is...
2006-11-10 Alexander BartonFixed validation of server names containing digits.
2006-11-05 Florian WestphalNew configuration option "PredefChannelsOnly": if set...
2006-10-03 Alexander BartonUpdate info text of local server after re-reading confi...
2006-07-23 Alexander BartonValidate "ServerName" variable.
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-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
2005-09-24 Alexander Bartongcc 4: "warning: declaration of 'dup' shadows a global...
2005-09-10 Florian WestphalMostly formatting; changes needed for SSL merge
2005-09-02 Florian WestphalComplain if MyPassword starts with ':'. (Reported by...
2005-09-02 Florian Westphalreformatted Handle_SERVER()
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
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-17 Florian Westphalchange Handle_OPERATOR() formatting
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-07-07 Florian Westphalremove FD_SETSIZE check (now in io_* functions)
2005-06-17 Florian Westphals/sprintf/snprintf
2005-04-16 Florian Westphaluse strdup() to add oper hostname mask.
2005-03-22 Alexander BartonWhen validationg the configuration file wait for a...
2005-03-20 Florian WestphalConf_Test(): check if stdin (and not stdout...) is...
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-19 Florian Westphalfix Config_Error_NaN prototype (first argument missed...
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...
2005-01-20 Alexander BartonCode cleanups from Florian Westphal, <westphal@foo...
2004-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2004-09-24 Alexander BartonFixed wrong variable names in output of "ngircd --confi...
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-01-17 Alexander BartonAdded #include for strings.h and added some casts to...
2003-12-19 Alexander BartonFixed error messages related to server name configurati...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2003-04-29 Alexander Barton"ServerName" is checked better now: a dot (".") is...
2003-04-27 Alexander BartonFixed --configtest: there is no variable "ServerPwd...
2003-04-21 Alexander BartonAdded implicit initialisation of "i" in Conf_GetServer...
2003-04-20 Alexander BartonFixed spelling mistake :-)
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-03-27 Alexander BartonClean up duplicate servers correctly.
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-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-26 Alexander Barton- definition of CONFIG_FILE and MOTD_FILE is now compat...
2002-12-18 Alexander Barton- Validate_Config(): removed unused variable "i".
2002-12-18 Alexander Barton- If Conf_MaxConnections is "ulimited" (<1) it is limit...
2002-12-18 Alexander Barton- validate Conf_MaxConnections against FD_SETSIZE if...
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-30 Alexander Barton- Konfiguration wird nun besser validiert (Laenge,...
2002-11-25 Alexander Barton- nun ueberfluessige Meldung entfernt.
2002-11-22 Alexander Barton- bessere Log-Meldungen.
2002-11-19 Alexander Barton- Server identifizieren sich nun mit asyncronen Passwoe...
next