| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Merge pull request #1147 from SaberUK/insp20+gcc6•••[2.0] Fix GCC 6 warning about null checking this. | 2016-02-29 | 1 | -5/+11 | ||
| | |\ \ \ | ||||||
| | | * | | | Fix GCC 6 warning about null checking this.•••As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to be undefined behaviour but changing it is too risky for the 2.0 branch. | 2016-02-26 | 1 | -5/+11 | ||
| | * | | | | Merge pull request #1148 from guikcd/spelling-error•••Minor spelling errors in m_spanningtree.so | 2016-02-29 | 2 | -2/+2 | ||
| | |\ \ \ \ | ||||||
| | | * | | | | Minor spelling errors in m_spanningtree.so | 2016-02-28 | 2 | -2/+2 | ||
| | | |/ / / | ||||||
| | * | | | | Merge pull request #1145 from Adam-/insp20+ulinekill•••Don't show snotices for kills from ulined clients | 2016-02-29 | 2 | -5/+10 | ||
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Don't show snotices for kills from ulined clients | 2016-02-25 | 2 | -5/+10 | ||
| | * | | | | Fix dccallow to work with files with spaces in their names | 2016-02-18 | 1 | -12/+26 | ||
| | |/ / / | ||||||
| * | | | | core_hostname_lookup: find answer record of the correct type instead of assum... | 2016-08-15 | 1 | -8/+28 | ||
| * | | | | socketengine_epoll Remove unused #define EP_DELAY 5 | 2016-08-11 | 1 | -1/+0 | ||
| * | | | | Initialize more User and LocalUser fields using the init list | 2016-08-10 | 2 | -15/+12 | ||
| * | | | | Update style of initializer lists in User and LocalUser constructors | 2016-08-10 | 1 | -4/+12 | ||
| * | | | | m_ssl_mbedtls Apply dummy CA workaround for client context | 2016-08-10 | 1 | -0/+1 | ||
| * | | | | m_ssl_* Add option to sslprofile controlling whether to request client certif... | 2016-08-08 | 3 | -9/+39 | ||
| * | | | | Add WebSocket module | 2016-08-08 | 1 | -0/+405 | ||
| * | | | | Add SHA1 module | 2016-08-08 | 1 | -0/+199 | ||
| * | | | | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> | 2016-08-08 | 4 | -9/+29 | ||
| * | | | | Change return type of ListenSocket::ResetIOHookProvider() to void•••No code was using the return value | 2016-08-08 | 1 | -4/+1 | ||
| * | | | | Add support for multiple IOHooks per StreamSocket | 2016-08-08 | 1 | -27/+101 | ||
| * | | | | Call StreamSocket::OnDataReady() from only one place•••Call it whenever the recvq gets bigger than it was before the read | 2016-08-08 | 1 | -4/+8 | ||
| * | | | | Extract code that reads data into a recvq from StreamSocket::DoRead() into Re... | 2016-08-08 | 1 | -3/+13 | ||
| * | | | | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe... | 2016-08-08 | 1 | -10/+15 | ||
| * | | | | 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 | 6 | -31/+32 | ||
| * | | | | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 4 | -7/+4 | ||
| * | | | | Add a method which calculates the maximum mask length. (#1171) | 2016-07-22 | 1 | -1/+1 | ||
| * | | | | stripcolor now strips from part messages (#1175) | 2016-07-22 | 1 | -0/+17 | ||
| * | | | | Fix a minor oversight in ERR_NONICKNAMEGIVEN. | 2016-06-27 | 1 | -1/+1 | ||
| * | | | | Merge pull request #1182 from SaberUK/master+431•••Fix sending the wrong numeric when an empty new nick is received. | 2016-06-27 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | Fix sending the wrong numeric when an empty new nick is received. | 2016-06-22 | 1 | -1/+1 | ||
| * | | | | | Add mbedTLS SSL module | 2016-06-15 | 1 | -0/+924 | ||
| |/ / / / | ||||||
| * | | | | m_spanningtree Send snotice with the negotiated ciphersuite when connected us... | 2016-04-28 | 1 | -0/+10 | ||
| * | | | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | 2016-04-28 | 3 | -45/+20 | ||
| * | | | | Export the GetCiphersuite() method from the SSL modules | 2016-04-28 | 2 | -2/+6 | ||
| * | | | | Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not•••Use it in a few places | 2016-04-28 | 1 | -1/+1 | ||
| * | | | | m_sasl Advertise the sasl capability only if the target server is online•••Issue #812 | 2016-04-25 | 1 | -2/+9 | ||
| * | | | | m_sasl Add ServerTracker class for tracking sasl_target | 2016-04-25 | 1 | -1/+65 | ||
| * | | | | m_spanningtree Call the OnServerLink hook from TreeServer constructor | 2016-04-25 | 1 | -1/+2 | ||
| * | | | | m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s... | 2016-04-25 | 1 | -2/+3 | ||
| * | | | | m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ... | 2016-04-25 | 1 | -0/+16 | ||
| * | | | | m_spanningtree Don't try to call the OnServerSplit hook when the module is be... | 2016-04-25 | 1 | -1/+2 | ||
| * | | | | m_spanningtree Ignore incoming BURST command in CONNECTED state | 2016-04-13 | 1 | -0/+5 | ||
| * | | | | m_spanningtree Fix FJOIN forwarding | 2016-04-13 | 1 | -1/+1 | ||
| * | | | | m_spanningtree Resync servers when they recreate a channel outside of burst | 2016-04-13 | 1 | -2/+12 | ||
| * | | | | m_spanningtree Allow IJOIN with lower TS | 2016-04-13 | 1 | -4/+2 | ||
| * | | | | 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 | 7 | -56/+40 | ||
| * | | | | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 3 | -3/+3 | ||
| * | | | | Remove unused ProtocolInterface::SendTopic() | 2016-03-30 | 2 | -6/+0 | ||
| * | | | | Remove ProtocolInterface::PushToClient() | 2016-03-30 | 2 | -6/+0 | ||
| * | | | | Remove User::SendText() and overrides completely | 2016-03-30 | 1 | -21/+0 | ||
| * | | | | m_showfile Replace User::SendText() call with WriteCommand() | 2016-03-30 | 1 | -3/+4 | ||
| * | | | | m_spanningtree Remove PUSH handler | 2016-03-30 | 3 | -45/+1 | ||
