| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-08-27 | 5 | -5/+6 | |
| |\ | |||||
| | * | Release v3.14.0. v3.14.0 | 2022-08-25 | 1 | -1/+1 | |
| | | | |||||
| | * | Update copyright headers. | 2022-08-25 | 5 | -4/+5 | |
| | | | |||||
| | * | Use std::string in the Serializer constructor. | 2022-08-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Backport fix for types removed in C++17 from master. | 2022-08-16 | 2 | -2/+8 | |
| | | | |||||
| * | | Replace GetUserCounter() with GetUsers().size(). | 2022-08-24 | 1 | -7/+0 | |
| | | | | | | | | | | | This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. | ||||
| * | | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 1 | -3/+7 | |
| | | | |||||
| * | | Refactor the core event macros. | 2022-08-20 | 2 | -67/+51 | |
| | | | |||||
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 1 | -15/+28 | |
| | | | | | | | | | | | | | | | The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | ||||
| * | | Clean up the sockaddrs documentation comments. | 2022-08-10 | 1 | -7/+15 | |
| | | | |||||
| * | | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 1 | -4/+4 | |
| | | | |||||
| * | | Rename SetClientIP to ChangeRemoteAddress. | 2022-08-10 | 1 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-10 | 1 | -4/+1 | |
| |\| | |||||
| | * | Deprecate the string variant of SetClientIP. | 2022-08-10 | 1 | -4/+5 | |
| | | | | | | | | | Nothing uses this anymore. | ||||
| * | | Add support for clearing the target of a dynamic_reference. | 2022-07-30 | 1 | -0/+1 | |
| | | | |||||
| * | | Fix insp::intrusive_list on libc++. | 2022-07-26 | 1 | -3/+3 | |
| | | | |||||
| * | | Remove some unnecessary getters in ConnectClass. | 2022-07-22 | 1 | -62/+0 | |
| | | | | | | | | | All of these members are public anyway. | ||||
| * | | Remove use of the deprecated std::iterator type. | 2022-07-22 | 1 | -2/+8 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 25 | -72/+72 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-07-19 | 1 | -0/+8 | |
| |\| | |||||
| | * | Also use binary exit codes in places that terminate abruptly. | 2022-07-19 | 1 | -0/+8 | |
| | | | | | | | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | ||||
| * | | Add methods for extracting specific regex captures. | 2022-06-28 | 1 | -0/+19 | |
| | | | |||||
| * | | Make dynamic a non-default header. | 2022-06-26 | 2 | -6/+2 | |
| | | | |||||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 2 | -4/+2 | |
| | | | |||||
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 3 | -146/+173 | |
| | | | |||||
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 5 | -179/+66 | |
| | | | |||||
| * | | 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 | 8 | -11/+11 | |
| | | | |||||
| * | | Fix the modehandlers array being bigger than necessary | 2022-06-23 | 1 | -5/+2 | |
| | | | | | | | | | We now pack the positions within this array so we can shrink it. | ||||
| * | | Add a basic function for templating strings. | 2022-06-15 | 1 | -0/+10 | |
| | | | |||||
| * | | Use size_t instead of `unsigned int` in ModeParser. | 2022-06-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Move TokenList to inspstring. | 2022-06-07 | 3 | -72/+51 | |
| | | | |||||
| * | | Convert irc::find to use string_view. | 2022-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Get rid of GetVersionString. | 2022-05-17 | 1 | -5/+0 | |
| | | | | | | | | | TODO: split fullversion/version into individual fields. | ||||
| * | | Mark Membership::GetRank() as constant. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 5 | -13/+17 | |
| | | | |||||
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 2 | -3/+21 | |
| | | | |||||
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 3 | -3/+3 | |
| | | | |||||
| * | | Only give timers a trigger time when they're actually registered. | 2022-05-17 | 1 | -2/+1 | |
| | | | |||||
| * | | Add the new account system. | 2022-05-14 | 1 | -0/+81 | |
| | | | | | | | | | | | This still relies on the old extensibles for now but we can change that later. | ||||
| * | | Remove the old account system. | 2022-05-14 | 1 | -54/+0 | |
| | | | |||||
| * | | Move unistd out of the global compat header. | 2022-05-07 | 1 | -1/+0 | |
| | | | |||||
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 2 | -3/+0 | |
| | | | |||||
| * | | Remove unnecessary arguments to On(Post)Oper. | 2022-05-07 | 1 | -5/+2 | |
| | | | | | | | | | These are already accessible from the user object. | ||||
| * | | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+41 | |
| | | | |||||
| * | | Fix various Doxygen comment issues. | 2022-05-02 | 3 | -14/+9 | |
| | | | |||||
| * | | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -0/+4 | |
| | | | |||||
| * | | Add a log method for stringifying a logging method. | 2022-05-02 | 1 | -0/+7 | |
| | | | |||||
| * | | Mark fields that take a Log::Engine* as non-null. | 2022-05-01 | 1 | -2/+2 | |
| | | | |||||
