]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / channels.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-10-24 Peter PowellFix respecting the deprecated <channels:users> tag.
2019-06-07 Peter PowellReplace all abstract usages of his/he/her with they...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-12 Peter PowellReject setting modes which are null or not registered.
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-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-03-31 Peter PowellMove checking for +ikl from the core to to core_channel.
2018-01-03 Peter PowellFix m_chanhistory sending the history notice directly...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-12-03 Peter PowellMerge pull request #1417 from B00mX0r/master+fix_1416
2017-11-28 Peter PowellAdd length checking to GetExtBanStatus and m_banexception.
2017-11-27 Peter PowellMerge pull request #1421 from B00mX0r/master+fix_extbans
2017-11-26 B00mX0rFix action extbans not triggering
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
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.
2016-11-01 Attila MolnarMerge pull request #1185 from SaberUK/master+lockserv
2016-11-01 Attila MolnarMerge pull request #1184 from SaberUK/master+flood
2016-09-20 Attila MolnarMerge pull request #1225 from SaberUK/master+cppflags
2016-09-20 Attila MolnarMerge pull request #1226 from SaberUK/master+fix-insp20...
2016-09-20 Peter PowellFix compatibility with the legacy <channels> tag.
2016-09-02 Attila MolnarMerge insp20
2016-08-30 Attila MolnarReturn std::string from Membership::GetAllPrefixChars()
2016-08-29 Attila MolnarConvert ModeHandler::GetNumParams() to NeedsParam(...
2016-08-17 Attila MolnarMerge insp20
2016-07-22 Peter PowellAdd a method which calculates the maximum mask length...
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-03-05 Attila MolnarMerge branch 'master+chanwritenotice'
2016-03-05 Attila MolnarAdd Channel::WriteNotice()
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarReturn true from Channel::PartUser() if the user was...
2015-12-28 Attila MolnarInvert if in Channel::PartUser()
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-10-14 Attila MolnarMerge pull request #1093 from SaberUK/master+tsc
2015-10-14 Peter PowellUpdate another password check to use InspIRCd::TimingSa...
2015-10-11 Attila MolnarRevert "Fix sending the wrong numerics on join when...
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-09-06 AdamMerge pull request #1092 from SaberUK/insp20+fix-topic
2015-08-26 Peter PowellFix sending the wrong numerics on join when a topic...
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 MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-27 Attila MolnarFix miscalculation of maxlen in Channel::UserList(...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-16 Attila MolnarVerify that the chan in chanlist is in fact the same...
2015-01-16 Attila MolnarGracefully handle multiple Channel::CheckDestroy()...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-09-26 Attila MolnarReject parameters that begin with a colon in Channel...
2014-09-26 Attila MolnarDon't try to set a mode in Channel::SetDefaultModes...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-10 Attila MolnarReturn the newly created Membership object from Channel...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-05-06 Attila MolnarRemove needless checks from Invitation::Find()
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-09 Attila MolnarMove checks determining whether a user is allowed to...
2014-04-09 Attila MolnarEliminate usage of has_one in Channel::UserList()
2014-04-07 Attila MolnarMerge insp20
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-13 Attila MolnarFix NAMES list getting truncated on servers having...
2014-03-13 Attila MolnarBackport "Refactor Channel::UserList() to use std:...
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
next