aboutsummaryrefslogtreecommitdiffstats
path: root/modules/exemptchanops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rework how list mode limits are parsed and applied.Gravatar Sadie Powell2026-06-151-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.Gravatar Sadie Powell2026-06-061-1/+1
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
|
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
|
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+182