aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cloak_nick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge the cloak_account and cloak_nick modules.Gravatar Sadie Powell2023-06-201-143/+0
| | | | | | These modules are 90% identical and were only separate because before commit 78cd3898f5 we could not conditionally regenerate cloaks.
* Only regenerate cloaks if a cloak of that type exists.Gravatar Sadie Powell2023-06-071-1/+1
| | | | This prevents unnecessary recloaking which may result in spam.
* Add the cloak_nick module to cloak based on a nickname.Gravatar Sadie Powell2023-05-021-0/+143