aboutsummaryrefslogtreecommitdiff
path: root/modules/cban.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-311-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
* 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
* Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. Gravatar Sadie Powell2026-03-051-3/+3
* Convert the shun and rline modules to use standard replies.Gravatar Sadie Powell2026-03-051-1/+1
* Convert the cban module to use standard replies.Gravatar Sadie Powell2026-03-051-3/+10
* 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-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-2/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-01-171-8/+7
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-031-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-1/+1
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
* Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-231-7/+0
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+222