summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-11Remove virtual destructor of class VersionAttila Molnar
2016-08-11socketengine_epoll Remove unused #define EP_DELAY 5Attila Molnar
2016-08-10Initialize more User and LocalUser fields using the init listAttila Molnar
2016-08-10Update style of initializer lists in User and LocalUser constructorsAttila Molnar
2016-08-10m_ssl_mbedtls Apply dummy CA workaround for client contextAttila Molnar
2016-08-10Merge branch 'master+websocket'Attila Molnar
2016-08-08m_ssl_* Add option to sslprofile controlling whether to request client certif...Attila Molnar
2016-08-08Update comments for classes IOHookProvider and IOHookAttila Molnar
2016-08-08Add WebSocket moduleAttila Molnar
2016-08-08Add SHA1 moduleAttila Molnar
2016-08-08Keep multiple IOHookProvider references in class ListenSocketAttila Molnar
2016-08-08Include <array> or <tr1/array> globallyAttila Molnar
2016-08-08Change return type of ListenSocket::ResetIOHookProvider() to voidAttila Molnar
2016-08-08Add StreamSocket::SendQueue::moveall() for moving data between sendqsAttila Molnar
2016-08-08Add support for multiple IOHooks per StreamSocketAttila Molnar
2016-08-08Call StreamSocket::OnDataReady() from only one placeAttila Molnar
2016-08-08Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...Attila Molnar
2016-08-08Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...Attila Molnar
2016-08-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-08-08Pass sendq to OnStreamSocketWriteAttila Molnar
2016-08-08Predeclare IOHookProvider, remove iohook.h include from socket.hAttila Molnar
2016-07-22Add a method which calculates the maximum mask length. (#1171)Peter Powell
2016-07-22Tell git to store .bat files as CRLF (#1030)Christian Höltje
2016-07-22stripcolor now strips from part messages (#1175)0x277F
2016-06-27Merge pull request #1187 from SaberUK/master+431Attila Molnar
2016-06-27Fix a minor oversight in ERR_NONICKNAMEGIVEN.Peter Powell
2016-06-27Merge pull request #1186 from SaberUK/master+build-system-cleanupAttila Molnar
2016-06-27Merge pull request #1182 from SaberUK/master+431Attila Molnar
2016-06-27Pass INSPIRCD_VERBOSE through the environment to unit-cc.Peter Powell
2016-06-27Fix cleaning files generated by configure.Peter Powell
2016-06-22Fix sending the wrong numeric when an empty new nick is received.Peter Powell
2016-06-15Add mbedTLS SSL moduleAttila Molnar
2016-05-03Update .gitignore to reflect LDAP module changesAttila Molnar
2016-04-30Merge branch 'master+sslconnmsg'Attila Molnar
2016-04-28m_spanningtree Send snotice with the negotiated ciphersuite when connected us...Attila Molnar
2016-04-28Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...Attila Molnar
2016-04-28Export the GetCiphersuite() method from the SSL modulesAttila Molnar
2016-04-28Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or notAttila Molnar
2016-04-26Merge branch 'master+sasloffline'Attila Molnar
2016-04-25m_sasl Advertise the sasl capability only if the target server is onlineAttila Molnar
2016-04-25m_sasl Add ServerTracker class for tracking sasl_targetAttila Molnar
2016-04-25m_spanningtree Call the OnServerLink hook from TreeServer constructorAttila Molnar
2016-04-25m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...Attila Molnar
2016-04-25m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...Attila Molnar
2016-04-25m_spanningtree Don't try to call the OnServerSplit hook when the module is be...Attila Molnar
2016-04-13m_spanningtree Ignore incoming BURST command in CONNECTED stateAttila Molnar
2016-04-13m_spanningtree Fix FJOIN forwardingAttila Molnar
2016-04-13m_spanningtree Resync servers when they recreate a channel outside of burstAttila Molnar
2016-04-13m_spanningtree Allow IJOIN with lower TSAttila Molnar
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar