aboutsummaryrefslogtreecommitdiff
path: root/modules/callerid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the remaining bits of stdalgo to utility/container.Gravatar Sadie Powell2026-04-041-2/+3
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-9/+9
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-17/+20
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-3/+3
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-5/+3
* Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. Gravatar Sadie Powell2026-03-121-10/+9
* 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-4/+4
* Convert TranslateType to an enum class.Gravatar Sadie Powell2026-03-061-1/+1
* Switch parameter count fields to use size_t.Gravatar Sadie Powell2026-03-021-1/+1
* Implement support for per-command maximum targets.•••Closes #2157. Gravatar Sadie Powell2026-02-271-1/+2
* Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-221-0/+2
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-3/+3
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+476