aboutsummaryrefslogtreecommitdiff
path: root/include/modules/account.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a skeleton of the account provider API.Gravatar Sadie Powell2024-08-061-1/+24
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Make module classes specify their priority manually.Gravatar Sadie Powell2023-02-271-2/+2
|
* Add the accountnicks metadata as a replacement for user mode +r.Gravatar Sadie Powell2022-10-181-0/+15
| | | | | | This isn't used much currently but in the future will allow doing a lot of behaviour which is currently implemented in services in the IRCd instead e.g. killing ghost clients, nickname enforcement.
* Add the new account system.Gravatar Sadie Powell2022-05-141-0/+81
| | | | | This still relies on the old extensibles for now but we can change that later.
* Remove the old account system.Gravatar Sadie Powell2022-05-141-54/+0
|
* Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-5/+0
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+6
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
| |
| * Send an account id tag when account-tag & message-tags are enabled.Gravatar Sadie Powell2021-12-281-0/+5
| |
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+6
|
* Convert the account login event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-10/+17
|
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+41
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.