aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_helpmode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rework how away state is stored internally.Gravatar Sadie Powell2023-08-041-3/+3
| | | | | This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal.
* 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.Gravatar Sadie Powell2023-02-271-3/+15
| | | | | | | Now we include +h users in the output inclusion doesn't inherently mean the user is an oper. Closes #1212.
* 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