]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.c
Implement the IRC command "SERVLIST"
[ngircd-alex.git] / src / ngircd / conf.c
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...
2002-11-18 Alexander Barton- anstelle von "ListenPorts" wird nun korrekt "Ports...
2002-11-08 Alexander Barton- in ServerUID und ServerGID kann nun jeweils auch...
2002-11-02 Alexander Barton- neue Konfigurationsvariable "MaxConnections".
2002-10-21 Alexander Barton- Anpassungen bzw. Fixes fuer "strict RFC"-Mode.
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-10-04 Alexander Barton- "format-string-bugs", die zum Abbruch des Servers...
2002-10-03 Alexander Barton- kleinere "code cleanups".
2002-09-19 Alexander Barton- Fehler bei Validierung von "AdminInfo2" behoben.
2002-09-16 Alexander Barton- Admin-Info eingebaut (Variablen "AdminInfo1", "AdminI...
2002-09-02 Alexander Barton- neue Konfigurationsoption "OperCanUseMode" (Sektion...
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-05-22 Alexander Barton- bei "--configtest" werden keine leeren Bloecke mehr...
2002-05-21 Alexander Barton- persistente und vordefinierte Channels implementiert.
2002-03-30 Alexander Barton- wenn kein ListenPort definiert ist, so wird nun 6667...
2002-03-29 Alexander Barton- neue Konfigurations-Variablen ServerUID und ServerGID.
2002-03-27 Alexander Barton- neue Funktion Conf_Test() zum Testen der Konfiguration.
2002-03-25 Alexander Barton- einige Anpassungen nach Code-Check mit SPLint ;-)
2002-03-25 Alexander Barton- Default PONG-Timeout auf 20 Sekunden verdoppelt.
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-03-10 Alexander Barton*** empty log message ***
2002-03-10 Alexander Barton- Handling von "--version" und "--help" nochmal geaende...
2002-03-06 Alexander Barton- Dateinamen und Pfad sind nun in Konstanten definiert.
2002-03-03 Alexander Barton- strncpy() und vsnprintf() kopieren nun etwas "optimie...
next