| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -4/+0 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -4/+0 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -1/+1 | |
| |\| | |||||
| | * | Default to file logging if a log type is not specified. | 2021-05-20 | 1 | -1/+1 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -2/+2 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -20/+12 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -4/+0 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -3/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -6/+0 | |
| |/ | |||||
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -3/+9 | |
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -7/+7 | |
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -1/+1 | |
| * | 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 | |
