aboutsummaryrefslogtreecommitdiffstats
path: root/modules/autoop.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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. Gravatar Sadie Powell2026-06-151-5/+0
* 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-2/+2
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-081-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. Gravatar Sadie Powell2026-03-081-1/+1
* 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-2/+2
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+135