summaryrefslogtreecommitdiff
path: root/src/coremods/core_channel
AgeCommit message (Expand)Author
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar
2016-03-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-24Fix some numericsAttila Molnar
2015-12-30cmd_names Switch to Numeric::BuilderAttila Molnar
2015-12-30cmd_names Inherit handler from SplitCommandAttila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06cmd_invite Fire the OnUserInvite event before announcing the inviteAttila Molnar
2015-12-06cmd_invite Extend scope of the prefix character variableAttila Molnar
2015-11-02core_channel Implement invite (un)serializationAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2015-11-02Move ServerConfig::InvBypassModes into core_channelAttila Molnar
2015-11-02Move handling of <options:invitebypassmodes> into core_channelAttila Molnar
2015-05-16cmd_names Do the HasPrivPermission() check only in the NAMES handlerAttila Molnar
2015-05-16Move Channel::UserList() from core to cmd_namesAttila Molnar
2015-05-16Move topic and NAMES sending on join from core into core_channelAttila Molnar
2015-05-16cmd_topic Extract code sending RPL_TOPIC and RPL_TOPICTIME into a functionAttila Molnar
2015-01-03cmd_invite Send RPL_AWAY after RPL_INVITING if the target user is awayAttila Molnar
2014-07-14Remove typedef UserMembIter, use Channel::MemberMap::iterator insteadAttila Molnar
2014-06-11Send the membership id when kicking a remote user and drop KICKs with mismatc...Attila Molnar
2014-06-10Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...Attila Molnar
2014-06-10cmd_kick Assign a value to the kick reason string more reasonablyAttila Molnar
2014-06-10Use the iterator version of Channel::KickUser() in a few placesAttila Molnar
2014-06-10Change Channel::KickUser() to accept an iterator, add overload that accepts a...Attila Molnar
2014-06-10Move pre-kick checks from core to cmd_kick (core_channel)Attila Molnar
2014-04-09Avoid double Membership lookup in Channel::UserList()Attila Molnar
2014-04-09Move checks determining whether a user is allowed to view the NAMES list of a...Attila Molnar
2014-04-07Merge insp20Attila Molnar
2014-03-05Create the core_channel moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar