| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inline the one use of ServerNoticeAll and rm the function. | 2022-10-01 | 1 | -6/+0 | |
| | | |||||
| * | Use a global typedef for representing a character set. | 2022-09-30 | 2 | -2/+3 | |
| | | |||||
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 3 | -3/+3 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 17 | -77/+77 | |
| | | |||||
| * | Use NOMINMAX on Windows and undefine error in the log header. | 2022-09-23 | 1 | -0/+4 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-09-19 | 1 | -0/+1 | |
| |\ | |||||
| | * | Fix not adding tags when converting a Numeric to a Message. | 2022-09-18 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-09-12 | 1 | -0/+1 | |
| |\| | |||||
| * | | Make internal penalty be specified in millisecs instead of seconds. | 2022-09-09 | 1 | -2/+2 | |
| | | | | | | | | | This removes the need to multiply it later. | ||||
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -2/+1 | |
| | | | |||||
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 6 | -13/+4 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 9 | -13/+13 | |
| | | | |||||
| * | | Rip out the extensible/user serialisation system. | 2022-09-01 | 4 | -138/+0 | |
| | | | | | | | | | | | | | This was part of a failed attempt to implement zero downtime restarts in v3. This can be implemented in a better way but for now its just slowing down build times so lets kill it. | ||||
| * | | Update some code that uses "endpoint" to use "socket address" instead. | 2022-09-01 | 3 | -10/+10 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
