summaryrefslogtreecommitdiff
path: root/src/modules/m_hostcycle.cpp
AgeCommit message (Collapse)Author
2018-08-13Implement IRCv3 message tag support.Peter Powell
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
This removes the need to invalidate the cache after changing a user's hostname.
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2015-12-05Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionAttila Molnar
2015-11-03Add UserManager::NextAlreadySentId() and convert all code to use itAttila Molnar
2014-07-14Rename UserMembList to Channel::MemberMap, switch all code to use itAttila Molnar
2014-07-14Change return type of Channel::GetUsers() to reference from pointer as it is ↵Attila Molnar
never NULL
2014-01-24Convert UserChanList to an intrusively linked listAttila Molnar
2013-08-09Move host cycle logic into m_hostcycleattilamolnar