| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework how list mode limits are parsed and applied. | 2026-06-15 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | - 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. | ||||
| * | Update my email address. | 2026-06-06 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| | | |||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -4/+4 | |
| | | |||||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -3/+3 | |
| | | |||||
| * | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -5/+8 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -2/+7 | |
| | | |||||
| * | Allow the use of extended bans in more scenarios. | 2026-01-05 | 1 | -2/+5 | |
| | | |||||
| * | Add <security:banrealmask>. | 2025-04-16 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+152 | |
