| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -5/+1 | |
| * | Make reading the core config less of a mess. | 2023-01-27 | 1 | -2/+2 | |
| * | Rename some headers to match the common naming system. | 2023-01-26 | 1 | -1/+1 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -7/+46 | |
| * | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 1 | -1/+1 | |
| * | Const correct various functions. | 2023-01-11 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -3/+3 | |
| * | Rework how users are assigned to connect classes.•••- Move core connect class checks and <performance:clonesonconnect> to the core_user module. - Add pre-change and post-change events for when a connect class changes. - Split explicit class changing out into its own method. - Remove the need to almost always call CheckClass after SetClass. - Add use counting to the connect class instead of relying on the shared_ptr use count. | 2023-01-08 | 1 | -8/+1 | |
| * | Refactor the internals of the oper system.•••- 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. | 2022-11-28 | 1 | -44/+10 | |
| * | 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.•••Just because they happen to look the same doesn't mean that they actually are. | 2021-03-05 | 1 | -1/+1 | |
| * | | 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.•••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. | 2021-01-18 | 1 | -0/+4 | |
| * | | 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 | |
