aboutsummaryrefslogtreecommitdiff
path: root/include/modules/who.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Make module classes specify their priority manually.Gravatar Sadie Powell2023-02-271-6/+6
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-131-1/+24
|\
| * Allow modules to control the visible channel in a WHO request.Gravatar Sadie Powell2022-10-121-1/+21
| * Add the matched channel to the WHO request data.Gravatar Sadie Powell2022-10-121-0/+4
* | Use a global typedef for representing a character set.Gravatar Sadie Powell2022-09-301-2/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-0/+20
|\|
| * Allow modules to handle WHO matching.Gravatar Sadie Powell2022-03-251-0/+20
* | Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-2/+0
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-3/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| * Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-2/+4
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-7/+3
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Rename GetFlagIndex -> GetFieldIndexGravatar linuxdaemon2019-03-121-1/+1
* Add Who::Request::GetFlagIndex to get field index•••Replaces the dirty logic in m_hideoper and m_namesx Gravatar linuxdaemon2019-03-121-0/+11
* Fix the OnSendWhoLine event being completely broken with WHOX.Gravatar Peter Powell2018-11-151-0/+80