aboutsummaryrefslogtreecommitdiff
path: root/modules/swhois.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch some modules to use GetRef instead of Get.Gravatar Sadie Powell2026-03-301-9/+3
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-5/+5
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-1/+1
* Rewrite tokenstream and move to stringutils.Gravatar Sadie Powell2026-03-141-3/+4
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-8/+8
* 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
* Convert TranslateType to an enum class.Gravatar Sadie Powell2026-03-061-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-8/+8
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-2/+2
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-14/+10
* Fix swhois sending a NOTE when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
* Fix parsing the flags in the swhois module.Gravatar Sadie Powell2026-02-151-4/+5
* Add support for swhois entries that only servers can unset.Gravatar Sadie Powell2026-02-121-11/+22
* Add support for oper-only swhois entries.Gravatar Sadie Powell2026-02-121-21/+48
* Fix a typo in the swhois module.Gravatar Sadie Powell2026-02-101-1/+1
* Add the rewritten swhois module.Gravatar Sadie Powell2026-02-101-0/+441
* Remove the swhois module pending a complete rewrite.Gravatar Sadie Powell2026-02-101-153/+0
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+153