]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_channel
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / coremods / core_channel /
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-09-23 Sadie PowellFix the syntax of the MAXLIST 005 token.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-27 Sadie PowellSend ERR_KEYSET when trying to change a channel key.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-02-18 Sadie PowellAdd enum constants for list mode numerics.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-10-01 Peter PowellShow the list modes which have variable list lengths...
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-05 Matt SchatzAllow channels/auspex to see a secret channel topic...
2019-05-05 Robbycmd_names: Fix the syntax.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-01-29 Peter PowellFix -Wnewline-eof warning.
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-17 Peter PowellAlphabetically sort the modes in MAXLIST tokens.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-09 Dylan FrankOptimize some behaviour in the core (#1476).
2018-03-31 Dylan FrankPrioritize checking for +ikl last to match previous...
2018-03-31 Peter PowellMove <security:announceinvites> to core_channel.
2018-03-31 Peter PowellMove checking for +ikl from the core to to core_channel.
2018-03-25 Dylan FrankDo not send unset topics on channel join per RFC (...
2018-02-07 Peter PowellSend the ACCEPT and KEYLEN ISUPPORT tokens.
2018-01-06 Peter PowellStrip commas from channel keys like Charybdis and other...
2017-12-22 Peter PowellMerge pull request #1446 from B00mX0r/master+wrongnumeric
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-11 Peter PowellDon't allow users to set a zero channel limit.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-11-25 Peter PowellFix a minor typo in core_channel.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellAdd support for setting the unset rank in ModeHandler.
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-24 Peter PowellMerge pull request #1221 from SaberUK/master+isupport...
2017-07-24 Peter PowellReplace the deprecated MAXBANS token with MAXLIST.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-03-20 Peter PowellMove the OnCheckExemption hook out of the core.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-03-19 Attila MolnarFix oversights in the WriteNumeric() parameter conversion
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-24 Attila MolnarFix some numerics
2016-02-22 Attila MolnarMerge insp20
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila Molnarcmd_names Switch to Numeric::Builder
2015-12-30 Attila Molnarcmd_names Inherit handler from SplitCommand
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-06 Attila Molnarcmd_invite Fire the OnUserInvite event before announcin...
2015-12-06 Attila Molnarcmd_invite Extend scope of the prefix character variable
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-16 Attila Molnarcmd_names Do the HasPrivPermission() check only in...
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-16 Attila Molnarcmd_topic Extract code sending RPL_TOPIC and RPL_TOPICT...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-01-03 Attila MolnarMerge pull request #959 from Alef-Burzmali/master+fixcl...
2015-01-03 Attila Molnarcmd_invite Send RPL_AWAY after RPL_INVITING if the...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-10 Attila MolnarAdd channel TS to server-to-server INVITE to detect...
2014-06-10 Attila Molnarcmd_kick Assign a value to the kick reason string more...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
next