Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-08-03 | Fix for crash on restart or config file open (bug #44) | Adam |
2010-05-08 | Compile testing can be useful | Daniel De Graaf |
2010-05-08 | Change -debug to force RAWIO level logging and disable all other logs | Daniel De Graaf |
2010-04-28 | Add log header including ircd version | Daniel De Graaf |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-01-17 | Support strftime format characters in <log> blocks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-19 | Close files opened by configreader | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-08-14 | Set log to null on close and check for null loghandle on FileWriter::WriteLog... | w00t |
2009-04-04 | Reapply r11241: flush and close log filehandles properly when the log is closed. | dz |
2009-03-22 | Revert r11241 due to crashiness when rehashing from IRC. | dz |
2009-03-21 | Actually close file log FDs when we're done with them. | dz |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-04-11 | Remove 'default log' and <options:loglevel> (wtf?) | brain |
2008-04-02 | Fix peavey and w00ts bug they found by removing the nonblocking part of the l... | brain |
2008-02-17 | Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin... | aquanight |
2008-02-17 | Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ... | aquanight |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-14 | More <log> stuff | aquanight |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Code for loading <log method=file> tags from config, but this still needs to ... | aquanight |
2008-02-09 | Fix a bug in new logging API (global logstreams weren't notified of events if... | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-09 | Initial totally untested logger implementation that does nothing. | w00t |
2008-02-06 | Rework the suggested logger implementation to one that doesn't suck donkey an... | w00t |
2008-02-02 | Add some notes on proposed logging stuff | w00t |
2008-01-17 | Add logger.(cpp|h), will eventually hold implementation of logging manager | w00t |