aboutsummaryrefslogtreecommitdiff
path: root/include/modules/away.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Fix various documentation comments.Gravatar Sadie Powell2021-03-311-1/+0
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+1
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Convert AWAY to use cross-module events and clean up slightly.•••OnSetAway has been replaced with four events. OnUserPreAway and OnUserPreBack can be used to deny an away state change and/or change the away message of a local user. OnUserAway and OnUserBack allow modules to be notified that a user's away state has changed. Gravatar Peter Powell2018-08-121-0/+83