summaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-22Add snomask permissions to the oper check output.Sadie Powell
2020-10-30Update copyright headers.InspIRCd Robot
2020-10-06Add the User::exempt flag to m_check.Matt Schatz
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-03-09Fix unnecessary inlining in command handler constructors.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-08-07Add {To,From}{Human,Internal,Network} to ExtensionItem.Peter Powell
2019-07-26Fix various cases of broken indentation.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-02-04m_check: improve the output when showing list modes.Peter Powell
2019-02-04m_check: rename the timestamp key to createdat.Peter Powell
2019-02-04m_check: improve the output of the member key.Peter Powell
2019-02-04m_check: split modeperms into chanmodeperms and usermodeperms.Peter Powell
2019-02-04m_check: remove unnecessary usage of CheckContext::List.Peter Powell
2019-02-04m_check: replace timestring() with a Write() overlod.Peter Powell
2019-01-28Fix not checking for server names case insensitively.Peter Powell
2019-01-17m_check: Fix showing oper permissions (privileges). (#1556)Robby
2018-07-30Rename User::fullname to realname and make it private.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-13Add a class which encapsulates the concept of token lists.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2016-12-30Clean up User::FormatModes(), rename to GetModeLetters()Attila Molnar
2016-08-30Return std::string from Membership::GetAllPrefixChars()Attila Molnar
2016-08-30Replace loop over alphabet with loop over mode list in several placesAttila Molnar
2016-08-30Pass the ModeHandler to User::HasModePermission()Attila Molnar
2016-03-29Ensure server names passed to some commands are really server namesAttila Molnar
2016-03-19m_check Move DumpExt() into CheckContextAttila Molnar
2016-03-19m_check Move DumpListMode() into CheckContextAttila Molnar
2016-03-19m_check Refactor, move to the new RPL_CHECK numericAttila Molnar
2016-02-25Remove unnecessary std::string::c_str() callsAttila Molnar
2016-02-22Merge insp20Attila Molnar
2015-09-28Fix incorrect std::string::operator[] usageAttila Molnar
2015-04-20Merge insp20Attila Molnar
2014-12-27m_check Fix non-standard format specifier %s passed to strftime() causing pro...Attila Molnar
2014-12-15Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivsAttila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-07-14Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadAttila Molnar
2014-07-14Rename UserMembList to Channel::MemberMap, switch all code to use itAttila Molnar
2014-07-14Change return type of Channel::GetUsers() to reference from pointer as it is ...Attila Molnar
2014-06-07Fix harmless loop off-by-ones found by Moonlightningsatmd
2014-03-31Check if Membership::GetPrefixChar() returns 0 before appending it to a stringAttila Molnar
2014-03-17Rewrite clone counting to use one map instead of twoAttila Molnar
2014-03-15Add UserManager::GetUsers()Attila Molnar
2014-02-14Move GetAllPrefixChars() from Channel to MembershipAttila Molnar
2014-02-14Move GetPrefixChar() from Channel to MembershipAttila Molnar