aboutsummaryrefslogtreecommitdiff
path: root/modules/joinflood.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-1/+1
* Move <options:defaultmodes> to <channels> and rework.•••- The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. Gravatar Sadie Powell2026-03-121-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-2/+3
* Make the server protocol APIs use a reference instead of a pointer.Gravatar Sadie Powell2024-09-191-1/+1
* Fix the case of some InspIRCd class member variables.Gravatar Sadie Powell2024-08-271-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/+211