summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_info.cpp
AgeCommit message (Collapse)Author
2025-05-02Remove double spacing after a full stop in help messages.Sadie Powell
This hasn't been considered a best practice since the age of the typewriter. https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
2025-04-19Remove time from the name of some variables where its obvious.Sadie Powell
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2024-08-18Add account identifier to nickserv/info output.Sadie Powell
2024-06-12Fix a string that should be marked as translatable in ns_info.Sadie Powell
2024-06-12Add support for looking up account information from a nick.Sadie Powell
Closes #407.
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-04Add NickAlias::GetVhostMask for getting the vident@vhost.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell