| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update stuff for the new versioning system. | 2016-09-02 | 1 | -2/+2 | |
| | | |||||
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 1 | -2/+2 | |
| | | |||||
| * | Fix Windows build and most MSVC warnings | 2016-09-02 | 1 | -1/+1 | |
| | | |||||
| * | Fix whitespace issues | 2016-09-02 | 1 | -3/+3 | |
| | | |||||
| * | Return std::string from Membership::GetAllPrefixChars() | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 1 | -4/+4 | |
| | | |||||
| * | Pass the ModeHandler to User::HasModePermission() | 2016-08-30 | 1 | -6/+4 | |
| | | | | | Mark the method as const | ||||
| * | Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and ↵ | 2016-08-30 | 1 | -0/+33 | |
| | | | | | IsParameterMode() | ||||
| * | Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const | 2016-08-29 | 1 | -2/+2 | |
| | | |||||
| * | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 1 | -5/+4 | |
| | | |||||
| * | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and ↵ | 2016-08-29 | 1 | -0/+6 | |
| | | | | | extract into a method | ||||
| * | Remove unused EventHandlerIter typedef | 2016-08-29 | 1 | -4/+0 | |
| | | |||||
| * | core_dns Make question a member of request, move common FindAnswerOfType to ↵ | 2016-08-25 | 1 | -3/+16 | |
| | | | | | be a member of query | ||||
| * | Update UserManager documentation and comments | 2016-08-24 | 1 | -13/+15 | |
| | | |||||
| * | Update documentation in hashcomp.h | 2016-08-22 | 1 | -8/+6 | |
| | | |||||
| * | Remove all non-member irc::string operators | 2016-08-22 | 1 | -72/+0 | |
| | | |||||
| * | Remove now unused SearchAndReplace() function | 2016-08-22 | 1 | -23/+0 | |
| | | |||||
| * | Add stdalgo::string::replace() and replace_all() | 2016-08-22 | 1 | -0/+35 | |
| | | |||||
| * | Remove now unused assign() functions | 2016-08-22 | 1 | -8/+0 | |
| | | |||||
| * | Create irc::equals() from StrHashComp | 2016-08-22 | 1 | -2/+14 | |
| | | | | | Make StrHashComp a wrapper around it | ||||
| * | Add stdalgo::string::equalsci and use it instead of irc::string for ↵ | 2016-08-22 | 1 | -0/+32 | |
| | | | | | case-insensitive comparison | ||||
| * | Replace irc::string in XLineLookup with irc::insensitive_swo map | 2016-08-22 | 1 | -1/+1 | |
| | | |||||
| * | Replace irc::string usage in CommandParser::LoopCall() with ↵ | 2016-08-22 | 1 | -1/+1 | |
| | | | | | irc::insensitive_swo set | ||||
| * | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | 2016-08-22 | 1 | -6/+0 | |
| | | |||||
| * | Remove unused irc::hash | 2016-08-22 | 1 | -9/+0 | |
| | | |||||
| * | Remove unused trim() function | 2016-08-22 | 1 | -14/+0 | |
| | | |||||
| * | Merge insp20 | 2016-08-17 | 2 | -1/+6 | |
| |\ | |||||
| | * | Don't exit on rehash if the pid file cannot be written | 2016-06-17 | 2 | -2/+3 | |
| | | | |||||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -0/+4 | |
| | | | |||||
| | * | Limit DNS cache size | 2016-02-13 | 1 | -0/+4 | |
| | | | |||||
| * | | Update description of class EventHandler | 2016-08-11 | 1 | -7/+4 | |
| | | | | | | | | | Readable() and Writeable() was removed long ago | ||||
| * | | Replace HandleEvent() references in the SocketEngine documentation with ↵ | 2016-08-11 | 1 | -11/+10 | |
| | | | | | | | | | OnEventHandler*() | ||||
| * | | Remove virtual destructor of class Version | 2016-08-11 | 1 | -2/+0 | |
| | | | | | | | | | No classes inherit from it and it is only used as the return value from Module::GetVersion() which returns it by value | ||||
| * | | Update comments for classes IOHookProvider and IOHook | 2016-08-08 | 1 | -16/+22 | |
| | | | |||||
| * | | Keep multiple IOHookProvider references in class ListenSocket | 2016-08-08 | 1 | -3/+14 | |
| | | | | | | | | | This adds the <bind:hook> config option which works together with <bind:ssl> | ||||
| * | | Include <array> or <tr1/array> globally | 2016-08-08 | 1 | -0/+2 | |
| | | | |||||
| * | | Change return type of ListenSocket::ResetIOHookProvider() to void | 2016-08-08 | 1 | -2/+1 | |
| | | | | | | | | | No code was using the return value | ||||
| * | | Add StreamSocket::SendQueue::moveall() for moving data between sendqs | 2016-08-08 | 1 | -0/+7 | |
| | | | |||||
| * | | Add support for multiple IOHooks per StreamSocket | 2016-08-08 | 2 | -4/+85 | |
| | | | |||||
| * | | Extract code that reads data into a recvq from StreamSocket::DoRead() into ↵ | 2016-08-08 | 1 | -0/+6 | |
| | | | | | | | | | ReadToRecvQ() | ||||
| * | | Extract code that flushes the sendq from StreamSocket::DoWrite() into ↵ | 2016-08-08 | 1 | -0/+6 | |
| | | | | | | | | | FlushSendQ() | ||||
| * | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ↵ | 2016-08-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | | module Use it to simplify logic in all modules using or providing IOHooks | ||||
| * | | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 1 | -1/+2 | |
| | | | |||||
| * | | Predeclare IOHookProvider, remove iohook.h include from socket.h | 2016-08-08 | 2 | -1/+1 | |
| | | | |||||
| * | | Add a method which calculates the maximum mask length. (#1171) | 2016-07-22 | 1 | -0/+3 | |
| | | | |||||
| * | | Fix sending the wrong numeric when an empty new nick is received. | 2016-06-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Export the GetCiphersuite() method from the SSL modules | 2016-04-28 | 1 | -0/+6 | |
| | | | |||||
| * | | Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not | 2016-04-28 | 1 | -3/+10 | |
| | | | | | | | | | Use it in a few places | ||||
| * | | Refactor topic setting logic to go through Channel::SetTopic() in all cases | 2016-04-11 | 1 | -1/+4 | |
| | | | | | | | | | | | - Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently | ||||
| * | | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -1/+1 | |
| | | | |||||
