aboutsummaryrefslogtreecommitdiff
path: root/modules/sethost.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
* 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-2/+2
* 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-2/+2
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
* Merge the chg* and set* modules.Gravatar Sadie Powell2026-03-011-14/+57
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-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-1/+1
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+100