summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2016-08-22Switch to irc::equals() from irc::string in modules that use it for comparing...Attila Molnar
2016-08-22Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...Attila Molnar
2016-08-22m_services_account Detect nickname case changes by using FindNickOnly()Attila Molnar
2016-08-22m_timedbans Remove one irc::string usageAttila Molnar
2016-08-19Fix m_mysql warning about use of C++11 features on C++03.Peter Powell
2016-08-19Fix m_ldap not linking to liblber on UNIX systems.Peter Powell
2016-08-19m_spanningtree Put command handlers with class names that collide with core c...Attila Molnar
2016-08-19m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...Attila Molnar
2016-08-19m_ldap Remove unused LDAPService::last_timeout_checkAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-08-13m_censor Fix possible incorrect cast of destAttila Molnar
2016-08-13Fix more incorrect std::string::operator[] usageAttila Molnar
2016-08-10m_ssl_mbedtls Apply dummy CA workaround for client contextAttila Molnar
2016-08-08m_ssl_* Add option to sslprofile controlling whether to request client certif...Attila 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-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-08-08Pass sendq to OnStreamSocketWriteAttila Molnar
2016-08-05Fix challenge auth when using m_hash_gnutls instead of m_sha256.Peter Powell
2016-08-01Fix bursting channel bansAdam
2016-07-22stripcolor now strips from part messages (#1175)0x277F
2016-07-22m_ssl_openssl Verify DH params being non-NULL before setting it on the contextAttila Molnar
2016-06-21m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain...Attila Molnar
2016-06-15Add mbedTLS SSL moduleAttila Molnar
2016-06-09Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag...Attila Molnar
2016-05-03Fix a minor warning in m_hideoper on some systems.Peter Powell
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-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
2016-03-30Remove unused ProtocolInterface::SendTopic()Attila Molnar
2016-03-30Remove ProtocolInterface::PushToClient()Attila Molnar
2016-03-30m_showfile Replace User::SendText() call with WriteCommand()Attila Molnar
2016-03-30m_spanningtree Remove PUSH handlerAttila Molnar
2016-03-29Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...Attila Molnar
2016-03-29m_spanningtree Add CommandNum::BuilderAttila Molnar
2016-03-29m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...Attila Molnar
2016-03-29m_spanningtree Add NUM command handlerAttila Molnar