summaryrefslogtreecommitdiff
path: root/src/coremods/core_user/core_user.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-19Demote core_ison and core_userhost to commands in core_user.Peter Powell
2019-04-19Promote cmd_mode to its own core module.Peter Powell
2018-08-12Convert AWAY to use cross-module events and clean up slightly.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-09-11Move operquit out of the core and into core_user.Peter Powell
2014-09-04Migrate code from ModeParser into cmd_mode (core_user)Attila Molnar
2014-09-04core_user Expand the MODE handler into its own fileAttila Molnar
2014-07-03core_user Deduplicate code that calls the OnUserRegister hookAttila Molnar
2014-07-03core_user Inherit CommandNick from SplitCommand, only handle it for local usersAttila Molnar
2014-03-07Move {prefix|suffix|fixed}{quit|part} into core_userAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar