summaryrefslogtreecommitdiff
path: root/src/coremods/core_user
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-06-12Show the mode syntax in ERR_INVALIDMODEPARAM.Peter Powell
2019-04-21Fix grammar in unknown mode/snomask character messages.Robby
2019-04-19Improve the descriptions of various core modules.Peter Powell
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
2019-02-20Fix not showing all modes on a channellinuxdaemon
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-28Fix sending the modes in RPL_CHANNELMODEIS as one big parameter.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-08-13Add an accessor for the last mode change list to ModeParser.Peter Powell
2018-08-12Convert AWAY to use cross-module events and clean up slightly.Peter Powell
2018-07-30Rename User::fullname to realname and make it private.Peter Powell
2018-07-30Replace most usages of "GECOS" with "real" or "real name".Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-07-10Add a silent option to <options:restrictbannedusers>.Peter Powell
2018-07-03Use !empty() instead of 'size() > 0' when checking parameter count.B00mX0r
2018-04-11Change some usage of "gecos" to "real name"genius3000
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
2017-12-19Clarify error message when attempting to /NICK while bannedB00mX0r
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2017-11-28Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-15Remove an outdated comment in cmd_user.Peter Powell
2017-09-11Move operquit out of the core and into core_user.Peter Powell
2016-12-30cmd_mode Switch to a numeric for showing modes of other usersAttila Molnar
2016-12-30Clean up User::FormatModes(), rename to GetModeLetters()Attila Molnar
2016-06-27Fix a minor oversight in ERR_NONICKNAMEGIVEN.Peter Powell
2016-06-22Fix sending the wrong numeric when an empty new nick is received.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-12-28cmd_part Send ERR_NOTONCHANNEL if the user is not on the channelAttila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-01-11Fix issues with some numerics introduced in the WriteNumeric() conversion and...Attila Molnar
2014-09-04cmd_mode Exempt remote users and servers from max modes limitation when chang...Attila Molnar
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-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-07-03Move calling the OnUserPreNick() hook and the restrictbannedusers check from ...Attila 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-09cmd_quit Display quit messages of remote usersAttila Molnar
2014-03-07Move {prefix|suffix|fixed}{quit|part} into core_userAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar