summaryrefslogtreecommitdiff
path: root/src/coremods/core_user/cmd_user.cpp
AgeCommit message (Expand)Author
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-04-11Change some usage of "gecos" to "real name"genius3000
2017-11-28Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER.Peter Powell
2017-10-15Remove an outdated comment in cmd_user.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-04-20Merge insp20Attila Molnar
2014-07-03core_user Deduplicate code that calls the OnUserRegister hookAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar