aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_chghost.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
|
* Only send ACCOUNT and CHGHOST to clients that have sent NICK/USER.Gravatar Peter Powell2019-08-011-0/+3
| | | | Closes #1657.
* ircv3_chghost: also send the CHGHOST message to the modified user.Gravatar Peter Powell2019-02-161-1/+1
|
* Replace all references to IRCv3.2 with IRCv3.Gravatar Peter Powell2018-08-131-1/+1
| | | | IRCv3 no longer does versioned releases.
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-3/+7
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Hide User#host and User#dhost and use accessors to modify them.Gravatar Peter Powell2017-10-281-1/+1
| | | | | This removes the need to invalidate the cache after changing a user's hostname.
* Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionGravatar Attila Molnar2015-12-051-0/+57