| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -80/+0 | ||
| * | | Add the new hashing interface, port consumer modules to use it. | 2025-04-06 | 1 | -0/+315 | ||
| * | | Merge branch 'insp4' into master. | 2025-03-29 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2025-03-28 | 2 | -2/+2 | ||
| * | | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | ||
| * | | Add support for usernames in the cloaking system. | 2025-03-14 | 1 | -3/+57 | ||
| * | | Rename Cloak::Method::Generate to Cloak::Method::Cloak. | 2025-03-14 | 1 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2025-03-02 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix some inappropriate uses of ConvToNum. | 2025-03-01 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | 2025-03-01 | 1 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Add support for extbans without letters. | 2024-10-16 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -34/+37 | ||
| |\| | ||||||
| | * | Add a type alias for the extban letter type. | 2024-09-27 | 1 | -8/+11 | ||
| | * | Clean up the names of some variables in the extban header. | 2024-09-27 | 1 | -31/+31 | ||
| * | | Make the server protocol APIs use a reference instead of a pointer. | 2024-09-19 | 1 | -4/+4 | ||
| * | | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | ||
| * | | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 2 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2024-08-18 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -2/+2 | ||
| * | | Add a skeleton of the account provider API. | 2024-08-06 | 1 | -1/+24 | ||
| * | | Merge branch 'insp4' into master. | 2024-07-24 | 1 | -3/+3 | ||
| |\| | ||||||
| | * | Update all usages of ProtocolServer to use Server. | 2024-07-24 | 1 | -3/+3 | ||
| * | | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -2/+1 | ||
| * | | Merge branch 'insp4' into master. | 2024-07-06 | 1 | -0/+5 | ||
| |\| | ||||||
| | * | Unregister extbans when the providing module is unloaded. | 2024-07-06 | 1 | -0/+5 | ||
| * | | Merge branch 'insp4' into master. | 2024-06-23 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2024-06-21 | 2 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2024-06-17 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2024-06-14 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2024-06-13 | 1 | -1/+2 | ||
| |\| | ||||||
| | * | Update Doxygen config and fix some warnings. | 2024-06-11 | 1 | -1/+2 | ||
| * | | Remove more deprecated functionality. | 2024-06-07 | 1 | -6/+0 | ||
| * | | Always use fmtlib directly. | 2024-06-07 | 3 | -4/+4 | ||
| |/ | ||||||
| * | 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 | ||
