aboutsummaryrefslogtreecommitdiff
path: root/include/numerichelper.h
Commit message (Expand)AuthorAgeFilesLines
* Switch a use of push(FMT::format) to push_fmt.Gravatar Sadie Powell2026-05-011-2/+2
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-5/+5
* Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-261-0/+25
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-181-11/+11
|\
| * Add Numeric::push_fmt(...) as shorthand for push(INSP_FORMAT(...)).Gravatar Sadie Powell2024-08-181-10/+10
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-161-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-131-9/+9
|\|
| * Const correct numerichelper.Gravatar Sadie Powell2024-07-131-9/+9
* | Always use fmtlib directly.Gravatar Sadie Powell2024-06-071-7/+7
|/
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Make Numerics::CannotSendTo properly aware of extbans.Gravatar Sadie Powell2023-06-221-2/+4
* Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-10/+10
* Rename session registration to connection to avoid a semantic conflict.•••We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. Gravatar Sadie Powell2022-10-291-3/+3
* Move numeric helper classes to their own header.Gravatar Sadie Powell2022-06-261-0/+173