]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/log.h
Send "fake '*' key" in "MODE -k" replies
[ngircd-alex.git] / src / ngircd / log.h
2012-02-14 Alexander BartonCorrectly re-open syslog logging after reading of confi...
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-06-30 Alexander BartonRename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit...
2010-06-24 Alexander BartonRefactor Wall_ServerNotice() into more generic Log_Serv...
2006-08-05 Florian Westphalif compiling without -DDEBUG, make LogDebug 'static...
2006-02-08 Florian Westphalnew Function: LogDebug()
2005-06-24 Alexander BartonGet rid of Log_SetDaemonized().
2005-06-24 Florian Westphalremoved global variable NGIRCd_NoDaemon
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-02-10 Alexander BartonWrite "error file" (/tmp/ngircd-XXX.err) only if compil...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2002-12-12 Alexander Barton- new file header format (in english).
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler,
2002-03-29 Alexander Barton- Error-Log wird nach User-Wechsel initialisiert: Log_I...
2002-03-27 Alexander Barton- Server Notices (User-Mode "s") implementiert.
2002-03-25 Alexander Barton- neue Konstante fuer "Server Messages" (User-Mode...
2002-03-12 Alexander Barton- externe portab-Header werden nicht mehr benoetigt...
2002-01-02 Alexander Barton- Copyright-Texte aktualisiert.
2001-12-31 Alexander Barton- viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
2001-12-29 Alexander Barton- Log-Funktionen fuer Resolver-Sub-Prozess implementiert.
2001-12-27 Alexander Barton- die Verwendung von syslog kann nun abgeschaltet werden.
2001-12-12 Alexander Barton- Zum Loggen wird nun auch syslog verwendet.
2001-12-12 Alexander Barton- LOG_ERR heisst nun LOG_ERROR.
2001-12-11 Alexander BartonInitial revision