aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_hostcycle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix various uses of the _t suffix which is reserved by POSIX.Gravatar Sadie Powell2021-04-171-2/+2
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-9/+6
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
* | Pascalize Cap::set and rename Cap::get to IsEnabled.Gravatar Sadie Powell2020-07-201-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+2
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-3/+3
|/
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-20/+14
* Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. Gravatar Peter Powell2017-10-281-1/+1
* Merge v2.0.23 and v2.0.24 into master.Gravatar Peter Powell2017-07-091-0/+2
* Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionGravatar Attila Molnar2015-12-051-2/+12
* Add UserManager::NextAlreadySentId() and convert all code to use itGravatar Attila Molnar2015-11-031-2/+2
* Rename UserMembList to Channel::MemberMap, switch all code to use itGravatar Attila Molnar2014-07-141-2/+2
* Change return type of Channel::GetUsers() to reference from pointer as it is ...Gravatar Attila Molnar2014-07-141-2/+2
* Convert UserChanList to an intrusively linked listGravatar Attila Molnar2014-01-241-4/+4
* Move host cycle logic into m_hostcycleGravatar attilamolnar2013-08-091-0/+114