]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-22 Sadie PowellAdd snomask permissions to the oper check output.
2020-10-30 InspIRCd RobotUpdate copyright headers.
2020-10-07 Matt SchatzAdd the User::exempt flag to m_check.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-03-09 Sadie PowellFix unnecessary inlining in command handler constructors.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-07-26 Peter PowellFix various cases of broken indentation.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-04 Peter Powellm_check: improve the output when showing list modes.
2019-02-04 Peter Powellm_check: rename the timestamp key to createdat.
2019-02-04 Peter Powellm_check: improve the output of the member key.
2019-02-04 Peter Powellm_check: split modeperms into chanmodeperms and usermod...
2019-02-04 Peter Powellm_check: remove unnecessary usage of CheckContext:...
2019-02-04 Peter Powellm_check: replace timestring() with a Write() overlod.
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2019-01-17 Robbym_check: Fix showing oper permissions (privileges)...
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-07-30 Peter PowellRename User::fullname to realname and make it private.
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.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-13 Peter PowellAdd a class which encapsulates the concept of token...
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 #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
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-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-12-30 Attila MolnarClean up User::FormatModes(), rename to GetModeLetters()
2016-09-02 Attila MolnarMerge insp20
2016-08-30 Attila MolnarReturn std::string from Membership::GetAllPrefixChars()
2016-08-30 Attila MolnarReplace loop over alphabet with loop over mode list...
2016-08-30 Attila MolnarPass the ModeHandler to User::HasModePermission()
2016-08-17 Attila MolnarMerge insp20
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Attila MolnarEnsure server names passed to some commands are really...
2016-03-22 Attila MolnarMerge branches 'master+check' and 'master+namedmodes'
2016-03-19 Attila Molnarm_check Move DumpExt() into CheckContext
2016-03-19 Attila Molnarm_check Move DumpListMode() into CheckContext
2016-03-19 Attila Molnarm_check Refactor, move to the new RPL_CHECK numeric
2016-02-25 Attila MolnarRemove unnecessary std::string::c_str() calls
2016-02-22 Attila MolnarMerge insp20
2015-09-28 Attila MolnarFix incorrect std::string::operator[] usage
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2014-12-27 Attila Molnarm_check Fix non-standard format specifier %s passed...
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarAdd typedef PrivSet for OperInfo::AllowedOperCommands...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-04-07 Attila MolnarMerge insp20
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellRemove some pointless code:
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-05 attilamolnarMerge insp20
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
next