aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_helpmode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Duration::ToHuman and update messages to use it.Gravatar Sadie Powell2025-03-031-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Fix a crash in the helpmode module.Gravatar Sadie Powell2024-03-311-0/+6
* Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. Gravatar Sadie Powell2023-08-041-3/+3
* Fix exposing oper hosts in `/STATS P`.Gravatar Sadie Powell2023-06-041-1/+1
* Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-101-3/+3
* Update the module descriptions.Gravatar Sadie Powell2023-02-281-1/+1
* Allow differentiating non-oper helpers from opers.Gravatar Sadie Powell2023-02-271-3/+6
* Refer to users with +h (helpop) as helpers not (help)opers.Gravatar Sadie Powell2023-02-271-16/+16
* Allow user mode +h (helpop) to override +H (hideoper) in /STATS P.•••Now we include +h users in the output inclusion doesn't inherently mean the user is an oper. Closes #1212. Gravatar Sadie Powell2023-02-271-3/+15
* Allow non-opers with +h to show in `/STATS P`.Gravatar Sadie Powell2023-02-271-2/+66
* Split the help mode out from the helpop module.Gravatar Sadie Powell2023-02-271-0/+45