aboutsummaryrefslogtreecommitdiff
path: root/modules/silence.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Call the correct creation method in the silence module.Gravatar Sadie Powell2026-03-301-1/+1
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-5/+5
|
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-16/+8
|
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-261-3/+3
|
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
|
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-2/+2
|
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-2/+2
|
* Mark all acting extbans as MATCH_REQUIRE_CHANNEL.Gravatar Sadie Powell2026-03-091-5/+1
| | | | This removes the need for special behaviour in the silence module.
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-081-2/+2
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-2/+2
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Add validation to silence extbans.Gravatar Sadie Powell2026-03-061-1/+18
|
* Allow using extbans in silences.Gravatar Sadie Powell2026-01-051-2/+41
| | | | Closes #2197.
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-15/+11
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-041-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-241-1/+1
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+587