| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-28 | 1 | -0/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-06-13 | 1 | -2/+1 |
| |\| |
|
| | * | Code refactor and minor fix (#1879) | Herman | 2021-06-12 | 1 | -2/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -4/+4 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -4/+4 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -5/+3 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -2/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-09 | 1 | -1/+1 |
| |\| |
|
| | * | Set the minimum length to 1 for most config items with a default. | Sadie Powell | 2020-04-09 | 1 | -1/+1 |
| * | | In C++11 [io]fstream has std::string constructors; use them. | Sadie Powell | 2020-02-06 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -1/+9 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -1/+9 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 1 | -2/+2 |
| |\| |
|
| | * | Fix some remaining uses of ato[il]. | Peter Powell | 2019-08-13 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -2/+13 |
| |\| |
|
| | * | Switch permchannels and xline_db from OnBackgroundTimer to a Timer. | Peter Powell | 2019-06-25 | 1 | -2/+13 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -1/+1 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-03-30 | 1 | -2/+7 |
| |\| |
|
| | * | Improve the handling of config X-lines and filters. (#1583) | Matt Schatz | 2019-02-22 | 1 | -2/+7 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -7/+7 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -9/+9 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -5/+5 |
| |/ |
|
| * | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.•••This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.
| Peter Powell | 2018-08-10 | 1 | -1/+1 |
| * | Switch m_xline_db to use the xline snomask character. | Peter Powell | 2018-08-10 | 1 | -6/+6 |
| * | Merge tag 'v2.0.26' into master. | Peter Powell | 2018-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | Fix m_xline_db storing the wrong setter in the XLine database. | Peter Powell | 2017-12-15 | 1 | -1/+1 |
| * | | m_xline_db Don't flush database when an xline expires | Attila Molnar | 2015-12-18 | 1 | -5/+0 |
| * | | Fix xline reasons being truncated in m_xline_db.•••This error was introduced in bbeb5ea3.
| Peter Powell | 2015-01-29 | 1 | -1/+1 |
| * | | Differ database error messages for m_permchannels and m_xline_db•••m_permchannels and m_xline_db both have the same error messages as well as not
informing the server operator what file is at fault for the error. This makes it
hard to find which module is causing the error and what file the module is referring
to. The new messages explain which database is trying to be written and the path
used to write the file.
| Justin Crawford | 2014-07-29 | 1 | -8/+8 |
| * | | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -6/+1 |
| |\| |
|
| | * | Fix m_permchannels and m_xline_db on Windows•••The call to remove() can fail if the database doesn't already exist. Just
ignore the error, which effectively makes the rename() call below work as
it does on nix
| Adam | 2014-05-08 | 1 | -6/+1 |
| * | | Remove whitespace and minor style changes | Attila Molnar | 2014-01-23 | 1 | -1/+1 |
| * | | Move stuff around a bit:•••- Create FileSystem class:
* Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite.
* Move ServerConfig::ExpandPath to FileSystem.
* Move ServerConfig::FileExists to FileSystem.
* Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem.
- Move FileReader to fileutils.cpp and fix documentation.
- Move UserManager::DoBackgroundUserStuff to usermanager.cpp.
| Peter Powell | 2013-12-15 | 1 | -1/+1 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -1/+1 |
| * | | 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.
| Peter Powell | 2013-08-12 | 1 | -1/+1 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | | Modify the log message to contain the log type. | Peter Powell | 2013-08-04 | 1 | -10/+10 |
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -10/+10 |
| * | | Remove a few not-so-useful debug messages | attilamolnar | 2013-08-04 | 1 | -5/+1 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -4/+0 |
| * | | Use iostream instead of C-style file operations. | Peter Powell | 2013-06-06 | 1 | -52/+26 |
| * | | Merge pull request #545 from SaberUK/master+logging-cleanup•••Clean up the logging system (part 1 of 2). | Attila Molnar | 2013-05-21 | 1 | -11/+11 |
| |\ \ |
|