index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
/
core_user
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-05-14
Fix sending malformed pong messages in some cases.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-01-16
Fix not rejecting attempts to set snomasks with SAMODE/override.
Sadie Powell
2020-10-30
Update copyright headers.
InspIRCd Robot
2020-10-26
Fix the behaviour of multi-value PING and PONG messages.
Sadie Powell
2020-04-11
Add support for limiting what opers can subscribe to snomasks.
Sadie Powell
2020-01-31
Update copyright headers.
InspIRCd Robot
2020-01-30
Use the default OnParameterMissing in ModeUserServerNoticeMask.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-06-12
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-04-21
Fix grammar in unknown mode/snomask character messages.
Robby
2019-04-19
Improve the descriptions of various core modules.
Peter Powell
2019-04-19
Demote core_ison and core_userhost to commands in core_user.
Peter Powell
2019-04-19
Promote cmd_mode to its own core module.
Peter Powell
2019-02-20
Fix not showing all modes on a channel
linuxdaemon
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-01-28
Fix sending the modes in RPL_CHANNELMODEIS as one big parameter.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-13
Add an accessor for the last mode change list to ModeParser.
Peter Powell
2018-08-12
Convert AWAY to use cross-module events and clean up slightly.
Peter Powell
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-10
Add a silent option to <options:restrictbannedusers>.
Peter Powell
2018-07-03
Use !empty() instead of 'size() > 0' when checking parameter count.
B00mX0r
2018-04-11
Change some usage of "gecos" to "real name"
genius3000
2017-12-22
Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics
B00mX0r
2017-12-19
Clarify error message when attempting to /NICK while banned
B00mX0r
2017-12-10
Extract RFC modes from the core to core_channel and core_user.
Peter Powell
2017-11-28
Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-10-15
Remove an outdated comment in cmd_user.
Peter Powell
2017-09-11
Move operquit out of the core and into core_user.
Peter Powell
2016-12-30
cmd_mode Switch to a numeric for showing modes of other users
Attila Molnar
2016-12-30
Clean up User::FormatModes(), rename to GetModeLetters()
Attila Molnar
2016-06-27
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
Peter Powell
2016-06-22
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-12-28
cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-01-11
Fix issues with some numerics introduced in the WriteNumeric() conversion and...
Attila Molnar
2014-09-04
cmd_mode Exempt remote users and servers from max modes limitation when chang...
Attila Molnar
2014-09-04
Migrate code from ModeParser into cmd_mode (core_user)
Attila Molnar
2014-09-04
core_user Expand the MODE handler into its own file
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-07-03
Move calling the OnUserPreNick() hook and the restrictbannedusers check from ...
Attila Molnar
[next]