]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/ngircd.c
Change formatting of some log messages
[ngircd-alex.git] / src / ngircd / ngircd.c
2008-11-20 Alexander BartonChange formatting of some log messages
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-08-18 Alexander BartonInclude "mcheck.h" when using mtrace().
2008-08-13 Alexander BartonEnable GNU libc "memory tracing" when compiled with...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-05-18 Jari AaltoAdd option aliases -V (for --version) and -h (for ...
2008-05-08 ashemira@ucsd.eduAdded Cygwin uid kludge. (verified working)
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-24 Alexander BartonGet rid of cvs-version.* and CVSDATE definition.
2008-04-20 Alexander BartonUpdated copyright notice to read "2001-2008".
2008-03-26 Florian WestphalDo not exit unconditionally if config file cannot be...
2008-02-26 Florian WestphalIPv6 support.
2007-11-21 Alexander BartonIntroduce option to configure the maximum nick name...
2007-11-15 Florian Westphalif ngircd doesn't run chrooted, it tries to chdir
2007-04-09 Alexander Barton2007 :-)
2006-12-07 Florian Westphalmoved invite/ban lists to channel structure
2006-07-23 Alexander BartonUpdated copyright notice ;-)
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-11-21 Alexander BartonMinor whitespace fixes.
2005-09-02 Alexander BartonUpdated copyright notice.
2005-08-25 Alexander BartonChanged log level of "Initialization failed" message...
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-10 Florian Westphals/strcpy/strlcpy/
2005-07-08 Alexander BartonOnly setuid()/setgid() if it differs from current UID...
2005-07-08 Alexander BartonUse "ServerUID" (and not internal variable name) for...
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphalremoved Resolve_Init()
2005-06-24 Alexander BartonGet rid of Log_SetDaemonized().
2005-06-24 Florian Westphalremoved global variable NGIRCd_NoDaemon
2005-06-17 Florian Westphalfix embarassing cut&paste error (add missing } )
2005-06-17 Florian Westphalfix "Can't get user information for UID" error message
2005-06-17 Florian Westphalonly chdir() to users home when running as daemon
2005-06-17 Florian Westphalstartup: fork only once, never run with uid 0.
2005-06-01 Alexander BartonAdded some Doxygen documentation.
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-02-11 Alexander BartonWhitespace fixes.
2005-02-10 Alexander BartonDon't play games with FILE* stdin/out/err, only touch...
2005-02-10 Alexander BartonRenamed NGIRCd_FillVersion() to Fill_Version(); Code...
2005-02-10 Alexander BartonWrite "error file" (/tmp/ngircd-XXX.err) only if compil...
2005-02-09 Alexander BartonDon't create version information string each time a...
2005-02-07 Alexander BartonMake sure that errno of fopen() isn't overwritten by...
2005-02-04 Alexander BartonNew configuration variable "PidFile", section "[Global...
2005-01-26 Alexander BartonWe are in the year 2005 now! :-)
2004-09-04 Alexander BartonIf ServerUID is defined change the working directory...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-01-19 Alexander BartonRemoved some debug code; translated some source code...
2004-01-17 Alexander BartonFixed order of #include's: time.h moves up! ;-)
2004-01-02 Alexander BartonAdjusted copyright notice to include 2004.
2003-12-29 Alexander BartonAdded new short command line option "-t" as alternative...
2003-12-27 Alexander BartonAdded IDENT option to version string.
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-06-05 Alexander BartonFixed a compiler warning related to an unnecessary...
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-03-27 Alexander BartonSynchronize server connections with server configuratio...
2003-03-07 Alexander BartonEnlarged buffer for version string ;-)
2003-03-07 Alexander BartonAdded support for TCP Wrappers.
2003-02-23 Alexander Barton- Added optional support for Rendezvous.
2003-01-01 Alexander Barton- Adjusted copyright banner to include 2003 :-)
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-19 Alexander Barton- New signal handler.
2002-12-12 Alexander Barton- fixed up broken $Id field in new file header ...
2002-12-12 Alexander Barton- new file header format.
2002-11-26 Alexander Barton- Unterstuetzung fuer komprimierte Server-Server-Links...
2002-11-22 Alexander Barton- NGIRCd_Reload() in NGIRCd_Rehash() umbenannt.
2002-11-22 Alexander Barton- Listen-Sockets werden ueber neue Funktion Conn_InitLi...
2002-11-18 Alexander Barton- Rechtschreibfehler korrigiert ;-)
2002-11-10 Alexander Barton- User und Gruppe werden nun sowohl numerisch als auch...
2002-10-09 Alexander Barton- verwendete Datentypen aufgeraumt: beispielsweise...
2002-10-07 Alexander Barton- bei CVS-Versionen wird nun das Datum der letzten...
2002-10-03 Alexander Barton- kleinere "code cleanups".
2002-09-07 Alexander Barton- IRC+-Protokoll ist nun abschaltbar; Versionsstring...
2002-09-03 Alexander Barton- IRC+-Protokoll-Flags erweitert.
2002-09-03 Alexander Barton- Anpassungen/Umstellung auf IRC+-Protokoll.
2002-09-02 Alexander Barton- Server-Flag "o" ("OperCanUseMode") implementiert.
2002-09-02 Alexander Barton- NGIRCd_ProtoID (Protokoll- und Server-ID) wird erzeugt.
2002-06-02 Alexander Barton- Pre-defined Channels werden spaeter erzeugt.
2002-06-02 Alexander Barton- die "umask" des Servers wird nun auf 077 gesetzt;
2002-05-30 Alexander Barton- Weitere Anpassungen an pre-ANSI-Compiler.
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler.
2002-05-18 Alexander Barton- der Sniffer (--sniffer) aktiviert nun automatisch...
2002-04-24 Alexander Barton- Test auf POSIX Regular-Expression-Funktionen eingebaut.
2002-04-04 Alexander Barton- stdlib.h wird nun includiert.
2002-04-01 Alexander Barton- URL der Homepage zu Versionstext hinzugefueht (aus...
2002-03-31 Alexander Barton- Kommandozeilen-Option "-f" wurde falsch geparsed.
2002-03-29 Alexander Barton- Error-Log wird nach User-Wechsel mit Log_InitErrorfil...
2002-03-29 Alexander Barton- der Daemon kann nun seine UID und GID wechseln.
2002-03-29 Alexander Barton- das Error-File wird nun komplett durch das Log-Modul...
2002-03-28 Alexander Barton- neuer Kommandozeilen-Parameter "--config"/"-f".
2002-03-27 Alexander Barton- neuer Kommandozeilen-Parameter "--configtest": gibt...
2002-03-25 Alexander Barton- einige Anpassungen nach Code-Check mit SPLint ;-)
2002-03-12 Alexander Barton- Versions-String um "Vendor" erweitert.
2002-03-12 Alexander Barton- der System-Typ wird nun wieder korrekt ermittelt...
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-03-10 Alexander Barton- Handling von "--version" und "--help" nochmal geaende...
2002-03-10 Alexander Barton- bei "ngircd --version" werden nun die eincompilierten...
next