| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -2/+2 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add a class which encapsulates the concept of token lists. | 2017-11-13 | 1 | -4/+2 | |
| | | |||||
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -2/+2 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Clean up User::FormatModes(), rename to GetModeLetters() | 2016-12-30 | 1 | -1/+1 | |
| | | | | | Prefix the returned string with '+' | ||||
| * | Return std::string from Membership::GetAllPrefixChars() | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Replace loop over alphabet with loop over mode list in several places | 2016-08-30 | 1 | -11/+15 | |
| | | |||||
| * | Pass the ModeHandler to User::HasModePermission() | 2016-08-30 | 1 | -2/+2 | |
| | | | | | Mark the method as const | ||||
| * | Ensure server names passed to some commands are really server names | 2016-03-29 | 1 | -1/+1 | |
| | | |||||
| * | m_check Move DumpExt() into CheckContext | 2016-03-19 | 1 | -18/+18 | |
| | | |||||
| * | m_check Move DumpListMode() into CheckContext | 2016-03-19 | 1 | -13/+13 | |
| | | |||||
| * | m_check Refactor, move to the new RPL_CHECK numeric | 2016-03-19 | 1 | -80/+102 | |
| | | |||||
| * | Remove unnecessary std::string::c_str() calls | 2016-02-25 | 1 | -1/+1 | |
| | | |||||
| * | Merge insp20 | 2016-02-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix incorrect std::string::operator[] usage | 2015-09-28 | 1 | -1/+1 | |
| | | | | | | | | | Passing a position equal to length() to the non-const version of operator[] is undefined | ||||
| * | | Merge insp20 | 2015-04-20 | 1 | -2/+4 | |
| |\| | |||||
| | * | m_check Fix non-standard format specifier %s passed to strftime() causing ↵ | 2014-12-27 | 1 | -2/+4 | |
| | | | | | | | | | problems on systems not supporting it (Windows) | ||||
| * | | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs | 2014-12-15 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge insp20 | 2014-07-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix harmless loop off-by-ones found by Moonlightning | 2014-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 1 | -2/+2 | |
| | | | | | | | | | never NULL | ||||
| * | | Check if Membership::GetPrefixChar() returns 0 before appending it to a string | 2014-03-31 | 1 | -1/+3 | |
| | | | | | | | | | Spotted by @barosl | ||||
| * | | Rewrite clone counting to use one map instead of two | 2014-03-17 | 1 | -2/+3 | |
| | | | |||||
| * | | Add UserManager::GetUsers() | 2014-03-15 | 1 | -1/+2 | |
| | | | |||||
| * | | Move GetAllPrefixChars() from Channel to Membership | 2014-02-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Move GetPrefixChar() from Channel to Membership | 2014-02-14 | 1 | -2/+4 | |
| | | | |||||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Introduce Server class | 2014-01-05 | 1 | -1/+1 | |
| | | | | | | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | ||||
| * | | Remove some pointless code: | 2013-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the CHARSET entry from ISUPPORT. CHARSET was removed in draft-brocklesby-irc-isupport-03 and we always used the default value anyway. This has also been removed in the latest version of Charybdis. - Remove irc::sockets::satouser. This helper method was longer than the code it replaced. | ||||
| * | | Send ListModeBase modes implicitly on channel sync | 2013-09-12 | 1 | -23/+24 | |
| | | | | | | | | | Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel() | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | | |||||
| * | | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the ↵ | 2013-07-19 | 1 | -1/+15 | |
| | | | | | | | | | User class to the snomask modehandler | ||||
| * | | Seperate ModeReference into ChanModeReference and UserModeReference | 2013-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Use InspIRCd::Format instead of snprintf(). | 2013-06-06 | 1 | -5/+6 | |
| | | | |||||
| * | | Allow spaces (and more) in oper types | 2013-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -2/+2 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -13/+10 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -6/+0 | |
| | | | |||||
| * | | Move member variables from User to LocalUser | 2013-04-01 | 1 | -1/+1 | |
| |/ | | | | | | | | - idle_lastmsg - dns_done - quitting_sendq - exempt - lastping | ||||
| * | m_check, m_namesx, m_timedbans Minor cleanup | 2012-11-24 | 1 | -2/+1 | |
| | | |||||
| * | Remove superfluous std::string()s | 2012-10-12 | 1 | -1/+1 | |
| | | |||||
| * | m_check: Include IP and gecos in host/IP-mask lookup results | 2012-06-12 | 1 | -2/+2 | |
| | | |||||
| * | Module description updates | 2012-05-30 | 1 | -3/+3 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | Fix incorrect check of mode permissions when displaying them | 2010-02-10 | 1 | -5/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12422 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
