]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conf.h
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd / conf.h
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".
2002-09-16 Alexander Barton- Admin-Info eingebaut (Variablen "AdminInfo1", "AdminI...
2002-09-02 Alexander Barton- neue Konfigurationsoption "OperCanUseMode" (Sektion...
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-05-21 Alexander Barton- persistente und vordefinierte Channels implementiert.
2002-03-29 Alexander Barton- Conf_ListenPorts[] ist nun unsigned.
2002-03-27 Alexander Barton- neue Funktion Conf_Test() zum Testen der Konfiguration.
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-02-27 Alexander Barton- Includes fuer einige Header bereinigt.
2002-01-03 Alexander Barton- das Server-Passwort kann nun konfiguriert werden.
2002-01-02 Alexander Barton- Konfigurationsdatei "Samba like" umgestellt.
2002-01-02 Alexander Barton- neue Defines fuer max. Anzahl Server und Operatoren.
2001-12-31 Alexander Barton- viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
2001-12-30 Alexander Barton- Unterstuetzung fuer die Konfigurationsdatei eingebaut.
2001-12-26 Alexander Barton- MOTD-Datei ist nun konfigurierbar und wird gelesen.
2001-12-26 Alexander Barton- "Code Cleanups".
2001-12-26 Alexander Barton- erste Konfigurations-Variablen definiert: PING/PONG...
2001-12-12 Alexander Barton- Modul fuer Server-Konfiguration begonnen.