| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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•••Make StrHashComp a wrapper around it | 2016-08-22 | 1 | -2/+14 | ||
| * | | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | 2016-08-22 | 1 | -0/+32 | ||
| * | | Replace irc::string in XLineLookup with irc::insensitive_swo map | 2016-08-22 | 1 | -1/+1 | ||
| * | | Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_... | 2016-08-22 | 1 | -1/+1 | ||
| * | | 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•••Readable() and Writeable() was removed long ago | 2016-08-11 | 1 | -7/+4 | ||
| * | | Replace HandleEvent() references in the SocketEngine documentation with OnEve... | 2016-08-11 | 1 | -11/+10 | ||
| * | | Remove virtual destructor of class Version•••No classes inherit from it and it is only used as the return value from Module::GetVersion() which returns it by value | 2016-08-11 | 1 | -2/+0 | ||
| * | | Update comments for classes IOHookProvider and IOHook | 2016-08-08 | 1 | -16/+22 | ||
| * | | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> | 2016-08-08 | 1 | -3/+14 | ||
| * | | Include <array> or <tr1/array> globally | 2016-08-08 | 1 | -0/+2 | ||
| * | | Change return type of ListenSocket::ResetIOHookProvider() to void•••No code was using the return value | 2016-08-08 | 1 | -2/+1 | ||
| * | | 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 Re... | 2016-08-08 | 1 | -0/+6 | ||
| * | | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe... | 2016-08-08 | 1 | -0/+6 | ||
| * | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks | 2016-08-08 | 1 | -0/+6 | ||
| * | | 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•••Use it in a few places | 2016-04-28 | 1 | -3/+10 | ||
| * | | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- 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 | 2016-04-11 | 1 | -1/+4 | ||
| * | | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -1/+1 | ||
| * | | Remove unused ProtocolInterface::SendTopic() | 2016-03-30 | 1 | -6/+0 | ||
| * | | Remove ProtocolInterface::PushToClient() | 2016-03-30 | 1 | -6/+0 | ||
| * | | Remove User::SendText() and overrides completely | 2016-03-30 | 1 | -12/+1 | ||
| * | | Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote... | 2016-03-29 | 1 | -1/+1 | ||
| * | | Remove now unused overload of User::SendText() | 2016-03-22 | 1 | -6/+0 | ||
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge branches 'master+check' and 'master+namedmodes' | 2016-03-22 | 1 | -1/+84 | ||
| |\ \ \ | ||||||
| | | * | | Add Numeric::ParamBuilder•••It builds numerics where the individual components are parameters of the numeric | 2016-03-22 | 1 | -1/+67 | ||
| | |/ / |/| | | ||||||
| | * | | m_check Refactor, move to the new RPL_CHECK numeric | 2016-03-19 | 1 | -0/+17 | ||
| |/ / | ||||||
| * | | Fix oversights in the WriteNumeric() parameter conversion | 2016-03-19 | 1 | -1/+1 | ||
| * | | Add Channel::WriteNotice() | 2016-03-05 | 1 | -0/+5 | ||
| * | | Add User::WriteRemoteNotice()•••Sends a NOTICE from the local server to the user which can be local or remote | 2016-03-01 | 1 | -0/+11 | ||
| * | | Add RPL_WHOREPLY to the list of numerics•••Use it instead of the raw number | 2016-02-26 | 1 | -0/+1 | ||
| * | | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje... | 2016-02-26 | 1 | -2/+2 | ||
| * | | Return ModResult from the OnSendWhoLine hook | 2016-02-26 | 1 | -2/+3 | ||
