| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework how list mode limits are parsed and applied.•••- Keep one list of all limits in ServerLimits instead of one in each list mode. This should reduce memory usage slightly and the lists are usually so small and are compared so infrequently that this won't cause any performnace issues. - Automatically look up the mode limit when the mode list is used instead of manually rehashing in each module. This should cause less footguns than the old API and doesn't require manually updating the limit on rehash. - Move code relating to variable and lower limits from the core to core_channel. This is only used by ISUPPORT. | 2026-06-15 | 1 | -5/+0 | |
| * | Update my email address. | 2026-06-06 | 1 | -1/+1 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -2/+2 | |
| * | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -2/+2 | |
| * | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 1 | -1/+1 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -1/+1 | |
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -2/+2 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+135 |
