| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -6/+4 | |
| | | |||||
| * | Add --protocoldebug, make --debug default to DEBUG not RAWIO. | 2024-05-01 | 1 | -0/+3 | |
| | | |||||
| * | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -0/+3 | |
| | | |||||
| * | Rename <options:hostintopic> to <options:maskintopic>. | 2023-09-21 | 1 | -1/+1 | |
| | | | | | | This option stores the user *mask* not the user host so the old name is incorrect. | ||||
| * | Move TokenList back to its own header and move INSP_FORMAT to compat. | 2023-09-03 | 1 | -1/+0 | |
| | | | | | | This allows making stringutils an optional header given that most of it is not used by most of the codebase. | ||||
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+1 | |
| | | |||||
| * | Make config file cache invalidation more useful. | 2023-08-06 | 1 | -3/+3 | |
| | | |||||
| * | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -3/+6 | |
| | | |||||
| * | Invalidate the file cache when reading SSL certs. | 2023-07-03 | 1 | -1/+1 | |
| | | | | | | | | This fixes reading the same file when the SSL certs are reloaded without a full rehash (e.g. via SIGUSR1 or /REHASH -ssl). This also reverts 8f0d732e38. | ||||
| * | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -3/+35 | |
| | | |||||
| * | Make MaxTargets a size_t. | 2023-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Refactor the ServerConfig class. | 2023-07-03 | 1 | -137/+108 | |
| | | | | | | | All fields are now ordered in the most memory efficient way and all public fields use the correct case. Every member has been redocumented to match the current documentation style. | ||||
| * | Move ServerLimits inside ServerConfig. | 2023-07-03 | 1 | -39/+48 | |
| | | |||||
| * | Retain the "real" username properly like we do for hostnames. | 2023-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | ||||
| * | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 1 | -5/+3 | |
| | | |||||
| * | 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. | 2023-01-08 | 1 | -8/+1 | |
| | | | | | | | | | | | | - 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. | ||||
| * | 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 | |
| | | | |||||
