summaryrefslogtreecommitdiff
path: root/src/coremods/core_user
AgeCommit message (Expand)Author
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