]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix build errors on CentOS 6 and OpenBSD.
[user/henk/code/inspircd.git] / src / modules /
2016-02-20 Attila MolnarMerge pull request #1127 from SaberUK/master+testnet
2016-02-20 Peter PowellRemove the useless testnet module.
2016-02-19 Attila MolnarMerge pull request #1135 from SaberUK/master+starttls
2016-02-19 Attila MolnarMerge pull request #1133 from SaberUK/master+tempfix
2016-02-19 Attila MolnarMerge pull request #1130 from SaberUK/master+capnew
2016-02-19 Attila MolnarMerge pull request #1126 from SaberUK/master+gcc6
2016-02-19 Peter PowellRemove the STARTTLS token from ISUPPORT.
2016-02-19 Peter PowellFix cap-notify sending ADD instead of NEW.
2016-02-19 Peter PowellFix warnings when building under GCC 6.
2016-01-06 Attila MolnarAdd rewritten m_watch module
2016-01-06 Attila MolnarAdd m_monitor which implements the MONITOR command...
2016-01-06 Attila MolnarNuke m_watch
2016-01-06 Attila Molnarm_spanningtree Ignore SVSWATCH from 2.0 servers
2016-01-06 Attila Molnarm_spanningtree Add compatibility hack that allows modul...
2015-12-29 Attila MolnarConvert remaining NOTICEs implemented using WriteServ...
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-28 Attila Molnarm_cap Fix incorrect syntax of empty CAP LIST reply
2015-12-18 Attila Molnarm_xline_db Don't flush database when an xline expires
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-12-07 Attila MolnarDo not insert FakeUsers into UserManager::uuidlist
2015-12-07 Attila Molnarm_spanningtree Try FindServerID() first if the prefix...
2015-12-06 Attila Molnarm_spanningtree Change allocation of ModuleSpanningTree...
2015-12-06 Attila Molnarm_spanningtree Implement ServerCommand::RegisterService()
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd m_ircv3_invitenotify which implements the IRCv3...
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-06 Attila MolnarAdd m_ircv3_echomessage which implements the IRCv3...
2015-12-06 Attila MolnarMerge branch 'master+cap'
2015-12-05 Attila MolnarAdd m_ircv3_chghost which implements the IRCv3.2 chghos...
2015-12-05 Attila Molnarm_ircv3 Make WriteNeighborsWithCap() available for...
2015-12-05 Attila Molnarm_cap Make Capability objects compatible with dynamic_r...
2015-12-05 Attila MolnarAdd m_ircv3_capnotify which implements the IRCv3.2...
2015-12-05 Attila Molnarm_cap Save and restore the cap state of a module when...
2015-12-05 Attila Molnarm_cap Specialize extension item
2015-12-05 Attila Molnarm_sasl Advertise SASL mechanism list to supporting...
2015-12-05 Attila Molnarm_cap Provide the OnCapValueChange event and add Cap...
2015-12-05 Attila Molnarm_cap Provide the OnCapAddDel() event
2015-12-05 Attila Molnarm_cap Add Capability::GetCapValue(), list capabilities...
2015-12-05 Attila Molnarm_cap Reject CAP CLEAR from clients newer than 3.1
2015-12-05 Attila Molnarm_cap Learn the supported capability negotiation protoc...
2015-12-05 Attila Molnarm_cap Add Capability::OnList() hook
2015-12-05 Attila Molnarm_sasl Create SASLCap which subclasses Cap::Capability...
2015-12-05 Attila Molnarm_cap Add Capability::OnRequest() hook
2015-12-05 Attila MolnarAdd rewritten m_cap module
2015-12-05 Attila Molnarm_sasl Enforce usage of uuids in server-to-server SASL...
2015-12-05 Attila MolnarNuke m_cap
2015-12-05 Attila Molnarm_ircv3 Change signature of WriteNeighboursWithExt...
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-11-26 Attila Molnarm_services_account Handle FORMAT_INTERNAL when unserial...
2015-11-26 Attila MolnarHandle module reloading in core_reloadmodule entirely
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-12 Attila MolnarMerge branch 'master+gnutlsprio'
2015-11-11 Attila Molnarm_ssl_gnutls Disable SSL v3 and when acting as a server...
2015-11-11 Attila Molnarm_ssl_gnutls Strip unrecognized tokens from the priorit...
2015-11-11 Attila Molnarm_ssl_gnutls Add GnuTLS::Priority::GetDefault()
2015-11-10 Attila Molnarm_ssl_gnutls Remove DH parameter generation
2015-11-10 Attila Molnarm_ssl_openssl Disable compression and SSL v3 by default
2015-11-10 Attila Molnarm_ssl_openssl Add workaround for a memory leak in OpenSSL
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-03 Attila MolnarAdd UserManager::NextAlreadySentId() and convert all...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila MolnarRewrite invite system
2015-10-14 Attila MolnarMerge pull request #1093 from SaberUK/master+tsc
2015-07-07 Attila Molnarm_ssl_openssl Implement custom BIO methods that call...
2015-07-07 Attila Molnarm_ssl_openssl Remove NULL check of the session in OpenS...
2015-07-06 Attila Molnarm_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available
2015-07-06 Attila Molnarm_ssl_openssl Enable ECDH when acting as a server on...
2015-07-06 Attila Molnarm_ssl_openssl Unconditionally compile code for detectin...
2015-07-02 Attila MolnarMerge pull request #1069 from del6597/patch-1
2015-07-01 David Lamontm_blockcaps Reword error message to indicate 'greater...
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-22 Attila Molnarm_ssl_gnutls, m_ssl_openssl Log library version informa...
2015-06-13 James Lum_repeat: fix typo (similiar->similar)
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila Molnarm_ssl_gnutls Implement corking on GnuTLS 3.1.9 and...
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarAdd max outgoing record size option to sslprofile config
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-06-03 Attila MolnarMerge pull request #1044 from SaberUK/master+multichar...
2015-06-03 Peter PowellAdd support for channel alias prefixes with multiple...
2015-06-03 Attila Molnarm_silence Change silencelist type to vector
2015-06-03 Attila Molnarm_silence Remove unused parameters from OnBuildExemptLi...
2015-06-03 Attila Molnarm_callerid Prioritize after other mods for the OnUserPr...
2015-06-03 Attila MolnarMerge pull request #1054 from SaberUK/master+fix-linkin...
2015-06-02 Attila MolnarFix incomplete conversion to the new whois system notic...
2015-05-23 Attila Molnarm_spanningtree Log nick collisions more verbosely and...
2015-05-19 Attila Molnarm_spanningtree Fix harmless valgrind warning about...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-18 AdamNew m_ldap from Anope
2015-05-17 Attila MolnarFix incorrect iterator use leading to prematurely exiti...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Use uint64_t for the burst start time...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge pull request #1039 from SaberUK/insp20+fix-restri...
2015-05-10 Peter PowellFix not being able to message ulines when m_restrictmsg...
2015-05-09 Attila Molnarm_ssl_gnutls Hold users in pre-registration state until...
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
next