| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor the internals of the oper system. | 2022-11-28 | 1 | -44/+10 | |
| | | | | | | | | | | | | | | - Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | ||||
| * | Handle renamed modules when reading the modules to load. | 2022-10-18 | 1 | -0/+3 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | |||||
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Make getEnum use the default instead of throwing. | 2022-06-25 | 1 | -7/+17 | |
| | | |||||
| * | Centralise the logging of malformed config values. | 2022-06-25 | 1 | -0/+3 | |
| | | |||||
| * | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Move TokenList to inspstring. | 2022-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -0/+2 | |
| |\| | |||||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -0/+2 | |
| | | | |||||
| * | | Add a typedef for the mode status bitset. | 2022-03-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -13/+13 | |
| | | | |||||
| * | | Move FilePosition to be with the config stuff it is used by. | 2022-01-18 | 1 | -0/+24 | |
| | | | |||||
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix the previous commit on Windows. | 2022-01-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -5/+12 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -7/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-09-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use the network name as the description when hideserver is enabled. | 2021-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -5/+5 | |
| | | | |||||
| * | | Make ServerConfig::{ApplyModules, Fill} private. | 2021-05-13 | 1 | -5/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -8/+1 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -7/+0 | |
| | | | |||||
| | * | Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs. | 2021-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | Just because they happen to look the same doesn't mean that they actually are. | ||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| | | | |||||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow ServerConfig::Conf{Value,Tags} to have a fallback default. | 2021-01-30 | 1 | -2/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -0/+4 | |
| |\| | |||||
| | * | Add a new runtime directory and move the pid file to it. | 2021-01-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. | ||||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -0/+6 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -0/+6 | |
| | | | |||||
| * | | Rename ChanMax to MaxChannel for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 1 | -3/+3 | |
| | | | |||||
| * | | Move config typedefs to ServerConfig and use auto in more places. | 2020-11-03 | 1 | -3/+9 | |
| | | | |||||
| * | | Rename ConfigTag::tag to ConfigTag::name. | 2020-11-03 | 1 | -4/+5 | |
| | | | |||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -8/+6 | |
| | | | |||||
| * | | Replace ConfigTag::create with a public constructor. | 2020-11-03 | 1 | -5/+9 | |
| | | | |||||
| * | | Rename ConfigItems to ConfigTag::Items. | 2020-11-03 | 1 | -3/+7 | |
| | | | |||||
