summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2015-12-28m_cap Fix incorrect syntax of empty CAP LIST replyAttila Molnar
2015-12-18m_xline_db Don't flush database when an xline expiresAttila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-12-07Do not insert FakeUsers into UserManager::uuidlistAttila Molnar
2015-12-07m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...Attila Molnar
2015-12-06m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Attila Molnar
2015-12-06m_spanningtree Implement ServerCommand::RegisterService()Attila Molnar
2015-12-06Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionAttila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionAttila Molnar
2015-12-06Merge branch 'master+cap'Attila Molnar
2015-12-05Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionAttila Molnar
2015-12-05m_ircv3 Make WriteNeighborsWithCap() available for use in other modulesAttila Molnar
2015-12-05m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...Attila Molnar
2015-12-05Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionAttila Molnar
2015-12-05m_cap Save and restore the cap state of a module when it is reloadedAttila Molnar
2015-12-05m_cap Specialize extension itemAttila Molnar
2015-12-05m_sasl Advertise SASL mechanism list to supporting clientsAttila Molnar
2015-12-05m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...Attila Molnar
2015-12-05m_cap Provide the OnCapAddDel() eventAttila Molnar
2015-12-05m_cap Add Capability::GetCapValue(), list capabilities with valuesAttila Molnar
2015-12-05m_cap Reject CAP CLEAR from clients newer than 3.1Attila Molnar
2015-12-05m_cap Learn the supported capability negotiation protocol of a client from CA...Attila Molnar
2015-12-05m_cap Add Capability::OnList() hookAttila Molnar
2015-12-05m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque...Attila Molnar
2015-12-05m_cap Add Capability::OnRequest() hookAttila Molnar
2015-12-05Add rewritten m_cap moduleAttila Molnar
2015-12-05m_sasl Enforce usage of uuids in server-to-server SASL commandAttila Molnar
2015-12-05Nuke m_capAttila Molnar
2015-12-05m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, renameAttila Molnar
2015-11-26m_services_account Handle FORMAT_INTERNAL when unserializing the accountnameAttila Molnar
2015-11-26Handle module reloading in core_reloadmodule entirelyAttila Molnar
2015-11-11m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr...Attila Molnar
2015-11-11m_ssl_gnutls Strip unrecognized tokens from the priority string if configured...Attila Molnar
2015-11-11m_ssl_gnutls Add GnuTLS::Priority::GetDefault()Attila Molnar
2015-11-10m_ssl_gnutls Remove DH parameter generationAttila Molnar
2015-11-10m_ssl_openssl Disable compression and SSL v3 by defaultAttila Molnar
2015-11-10m_ssl_openssl Add workaround for a memory leak in OpenSSLAttila Molnar
2015-11-03Add UserManager::NextAlreadySentId() and convert all code to use itAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2015-07-07m_ssl_openssl Implement custom BIO methods that call SocketEngine methodsAttila Molnar
2015-07-07m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructorAttila Molnar
2015-07-06m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if availableAttila Molnar
2015-07-06m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and laterAttila Molnar
2015-07-06m_ssl_openssl Unconditionally compile code for detecting renegotiation and di...Attila Molnar
2015-07-01m_blockcaps Reword error message to indicate 'greater than or equal to' logic...David Lamont
2015-06-26Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoAttila Molnar
2015-06-22m_ssl_gnutls, m_ssl_openssl Log library version information on loadAttila Molnar
2015-06-12m_repeat: fix typo (similiar->similar)James Lu
2015-06-06m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...Attila Molnar