| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.•••- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. | 2017-10-15 | 1 | -2/+1 | |
| * | Allow <log> tags to specify how often logs should be flushed.•••Also use the behaviour behind this to fix #1290. | 2017-02-28 | 1 | -4/+6 | |
| * | Update stuff for the new versioning system. | 2016-09-02 | 1 | -1/+1 | |
| * | Add stdalgo::isin() and use it to simplify code | 2014-11-01 | 1 | -1/+1 | |
| * | Add stdalgo::erase() and use it to simplify code | 2014-11-01 | 1 | -7/+3 | |
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| * | Prefix all definitions in config.h to avoid potential collisions. | 2014-05-23 | 1 | -2/+2 | |
| * | Add <path> keys for all of the compile-time paths.•••Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. | 2013-08-12 | 1 | -1/+1 | |
| * | Fix a few oversights•••This partially reverts e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f | 2013-07-01 | 1 | -1/+0 | |
| * | Minor changes to the startup and shutdown code•••- Update comments - Close logs in LogManager destructor instead of relying on other code to do it - Change return type of InspIRCd::Run() to void - private: InspIRCd::CheckRoot() - Change log message type of setgroups() etc. errors to "STARTUP" - Load cmd_privmsg in PURE_STATIC builds | 2013-06-18 | 1 | -1/+2 | |
| * | Convert a ton of uses of MAXBUF to use a fixed buffer size. | 2013-06-06 | 1 | -2/+2 | |
| * | LogManager cleanup | 2013-05-24 | 1 | -39/+15 | |
| * | Merge pull request #545 from SaberUK/master+logging-cleanup•••Clean up the logging system (part 1 of 2). | 2013-05-21 | 1 | -5/+8 | |
| |\ | |||||
| | * | Accept a LogLevel instead of an int in logging methods. | 2013-05-19 | 1 | -4/+3 | |
| | * | Move LogHeader to LogStream. | 2013-05-19 | 1 | -1/+5 | |
| * | | Replaced vsnprintf with VAFORMAT pretty much everywhere. | 2013-05-18 | 1 | -10/+3 | |
| |/ | |||||
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -8/+8 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| * | Fix for crash on restart or config file open (bug #44) | 2010-08-03 | 1 | -1/+1 | |
| * | Compile testing can be useful | 2010-05-08 | 1 | -2/+2 | |
| * | Change -debug to force RAWIO level logging and disable all other logs | 2010-05-08 | 1 | -0/+7 | |
| * | Add log header including ircd version | 2010-04-28 | 1 | -0/+1 | |
| * | Add RAWIO log level which is more verbose than DEBUG•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-19 | 1 | -1/+6 | |
| * | Support strftime format characters in <log> blocks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12280 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-17 | 1 | -1/+5 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Move command-line items to CommandLineConf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11949 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-21 | 1 | -32/+2 | |
| * | Use ConfigTagList as a faster access method for access to configuration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11948 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-21 | 1 | -8/+7 | |
| * | Get rid of more unneeded parent classes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11930 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-20 | 1 | -10/+1 | |
| * | Close files opened by configreader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11915 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-19 | 1 | -0/+16 | |
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-18 | 1 | -2/+2 | |
| * | Rewrite ConfigReader again•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11879 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-17 | 1 | -6/+7 | |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -7/+7 | |
| * | Set log to null on close and check for null loghandle on FileWriter::WriteLog...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11516 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-08-14 | 1 | -6/+9 | |
| * | Reapply r11241: flush and close log filehandles properly when the log is closed.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11285 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-04-04 | 1 | -0/+1 | |
| * | Revert r11241 due to crashiness when rehashing from IRC.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11246 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-22 | 1 | -1/+0 | |
| * | Actually close file log FDs when we're done with them.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11241 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-21 | 1 | -0/+1 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-02-14 | 1 | -3/+2 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | Remove last vestige of libircdfoo, by changing tag into a single identifier...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-07-29 | 1 | -1/+1 | |
| * | Remove 'default log' and <options:loglevel> (wtf?)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9460 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-04-11 | 1 | -2/+2 | |
| * | Fix peavey and w00ts bug they found by removing the nonblocking part of the l...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9276 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-04-02 | 1 | -56/+3 | |
| * | Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8959 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-17 | 1 | -29/+96 | |
| * | Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8957 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-17 | 1 | -1/+1 | |
| * | Make -nofork work properly with logging now.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8944 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-15 | 1 | -18/+29 | |
| * | More <log> stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8928 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-14 | 1 | -43/+63 | |
| * | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8892 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-11 | 1 | -2/+3 | |
| * | Code for loading <log method=file> tags from config, but this still needs to ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8885 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-10 | 1 | -0/+146 | |
| * | Fix a bug in new logging API (global logstreams weren't notified of events if...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8865 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-09 | 1 | -14/+19 | |
| * | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8863 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-09 | 1 | -0/+24 | |
