aboutsummaryrefslogtreecommitdiffstats
path: root/include/utility/pointer.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework error reporting and shutting down.Gravatar Sadie Powell2026-06-191-0/+14
| | | | | | - Clean up InspIRCd::Cleanup and document it better. - Bring back QuickExit for error reporting during shutdown. - Deduplicate logging of error messages to stdout and files.
* Update my email address.Gravatar Sadie Powell2026-06-061-1/+1
|
* Migrate the httpd module from http_parser to llhttp/yuarel.Gravatar Sadie Powell2026-05-131-0/+10
| | | | | The http_parser library is eol and we've been using a Debian fork with security patches but its time to move on.
* Move FilePtr to the pointer utility header.Gravatar Sadie Powell2026-05-131-0/+3
|
* Add insp::find_value, insp::to_ptr and switch code to use them.Gravatar Sadie Powell2026-04-041-0/+27
|
* Move some functions from stdalgo to utility/pointer.Gravatar Sadie Powell2026-03-291-0/+20
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-0/+42