| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| * | Use auto when extracting the internal type of a message target. | 2024-07-13 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -4/+4 | |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -1/+1 | |
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+1 | |
| * | Retain the "real" username properly like we do for hostnames.•••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. | 2023-06-29 | 1 | -3/+3 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+1 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -9/+9 | |
| * | Move duration functions to their own header. | 2023-01-23 | 1 | -3/+4 | |
| * | Fix some issues reported by scan-build.•••All of these are harmless and should never cause an issue in practise. | 2023-01-15 | 1 | -0/+7 | |
| * | Fixes by misspell-fixer. | 2023-01-15 | 1 | -1/+1 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -3/+3 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+2 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -4/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-10-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Prevent having the dccallow module loaded with a zero list size.•••This doesn't make sense. | 2022-10-10 | 1 | -1/+1 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -5/+5 | |
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -1/+0 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -8/+9 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -5/+5 | |
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 1 | -0/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+3 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -3/+4 | |
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Fix a dangling view in dccallow. | 2021-04-09 | 1 | -1/+1 | |
| * | | Use string_view in IsCTCP. | 2021-04-08 | 1 | -4/+4 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -6/+9 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -1/+1 | |
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -1/+1 | |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -2/+2 | |
