| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-14 | 1 | -1/+1 | |
| * | Update Doxygen config and fix some warnings. | 2024-06-11 | 1 | -1/+2 | |
| * | Remove an extraneous semicolon in the SQL module header. | 2024-06-07 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 29 | -30/+31 | |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -1/+1 | |
| * | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. | 2024-03-08 | 1 | -19/+20 | |
| * | Rework SQL::PopulateUserInfo. | 2024-02-19 | 1 | -10/+18 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -8/+29 | |
| * | Split ExtBan::Acting from ExtBan::ActingBase. | 2024-02-15 | 1 | -5/+23 | |
| * | Fix a nonsense comment in the cloak API header. | 2023-09-21 | 1 | -1/+1 | |
| * | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 1 | -0/+2 | |
| * | Don't include "regex/" in the link data of the filter/rline modules. | 2023-08-18 | 1 | -0/+6 | |
| * | Fix list modes unintentionally being case sensitive.•••Closes #907. | 2023-08-12 | 1 | -0/+26 | |
| * | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 1 | -3/+4 | |
| * | Fix a minor Doxygen comment issue. | 2023-07-03 | 1 | -1/+1 | |
| * | Fix shun matching (again) and document what the matches do. | 2023-07-03 | 1 | -3/+6 | |
| * | Fix matching IP shuns. | 2023-06-29 | 1 | -1/+2 | |
| * | 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 | 2 | -2/+8 | |
| * | Make Numerics::CannotSendTo properly aware of extbans. | 2023-06-22 | 1 | -0/+4 | |
| * | Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. | 2023-06-07 | 1 | -0/+5 | |
| * | Fix some typos in the cloak header. | 2023-06-06 | 1 | -2/+2 | |
| * | Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. | 2023-06-06 | 1 | -0/+9 | |
| * | Make XLine::Matches const. | 2023-06-05 | 1 | -2/+2 | |
| * | Make XLine::Displayable const. | 2023-06-05 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-05-16 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix some minor Doxygen issues. | 2023-05-16 | 1 | -2/+2 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 2 | -2/+4 | |
| * | | Fix the cloak modules on Clang and MSVC. | 2023-05-03 | 1 | -1/+1 | |
| * | | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -1/+16 | |
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -0/+19 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -1/+26 | |
| * | | Sort opers alphabetically in `/STATS P`. | 2023-02-27 | 1 | -0/+1 | |
| * | | Make module classes specify their priority manually. | 2023-02-27 | 12 | -38/+38 | |
| * | | Allow modules to get/reset the cloak lists. | 2023-02-14 | 1 | -0/+38 | |
| * | | Merge branch 'insp3' into master. | 2023-02-14 | 1 | -2/+2 | |
| |\| | |||||
| | * | Switch to the IRCv3 standard-replies cap.•••Nothing is using this so far so I'm not counting it as a breaking change. | 2023-02-13 | 1 | -2/+2 | |
| | * | Silence a Valgrind warning in SSLIOHook.•••Closes #2011. | 2023-01-05 | 1 | -0/+1 | |
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 1 | -0/+5 | |
| * | | Expose the removed away message in OnUserBack. | 2023-02-03 | 1 | -1/+2 | |
| * | | Move CheckExemption::Call to CheckExemption::EventProvider.•••Now FirstResult not a macro there's no need for this to be a free function. | 2023-01-25 | 1 | -15/+12 | |
| * | | Include more stuff in the Doxygen documentation. | 2023-01-24 | 1 | -1/+2 | |
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 2 | -3/+3 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 2 | -3/+3 | |
| * | | Move duration functions to their own header. | 2023-01-23 | 1 | -1/+3 | |
| * | | Fix Cloak::Method and Log::Method being needlessly Cullable.•••If a method needs to be cullable it can inherit from that type and pass Cullable::Deleter as a custom deleter to the shared_ptr. | 2023-01-18 | 1 | -1/+2 | |
| * | | Improve the output of /CLOAK when there are no methods available. | 2023-01-14 | 1 | -2/+2 | |
| * | | Fix a Doxygen comment typo in Cloak::Method. | 2023-01-14 | 1 | -1/+1 | |
| * | | Various improvements to the cloak system.•••- Only rewrite cloak => cloaking if the cloak_md5 module is also loaded. - Include the cloak method in the link data. - If 1206 servers are using different cloak methods then ignore the other data when telling operators about the link failure. - Clean up the code in a few places. | 2023-01-13 | 1 | -0/+6 | |
