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