]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / modules /
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'
2015-05-01 Attila Molnarm_httpd Fix iteration in OnUnloadModule()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-28 Attila Molnarm_servprotect Remove pointless compare of src and dst...
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-04-16 Attila Molnarm_sasl Update description, SASL is no longer exclusive...
2015-04-16 Attila Molnarm_dccallow Validate tokens before use
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila Molnarm_sasl Add missing validation for server-to-server...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-15 Attila MolnarMerge pull request #1028 from Adam-/master+ipv6dnsbl
2015-04-13 Attila Molnarm_timedbans Notice user when trying to set a ban that...
2015-04-13 Attila Molnarm_timedbans Extract IsBanSet() to a function
2015-04-13 Attila Molnarm_timedbans On channel destruction remove all timed...
2015-04-13 Attila Molnarm_timedbans Store Channel pointer in struct TimedBan
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-04-07 AdamAdd ipv6 dnsbl support
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-06 Attila Molnarm_ssl_gnutls Set a vector push function on GnuTLS 2...
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-06 Attila MolnarMerge branch 'master+sslcleanup'
2015-03-05 Attila Molnarm_ssl_openssl Remove OpenSSLIOHook::outbound and is_out...
2015-03-05 Attila Molnarm_ssl_openssl Specify TLS client/server role on session...
2015-03-05 Attila Molnarm_ssl_gnutls Pass client/server role to GnuTLSIOHook...
2015-03-05 Attila Molnarm_ssl_gnutls Add typedef for second parameter of gnutls...
2015-03-05 Attila Molnarm_ssl_gnutls Move GnuTLSIOHook::InitSession() code...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Deduplicate Handshake(...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Simplify status handling...
2015-03-05 Attila Molnarm_ssl_gnutls, m_ssl_openssl Simplify Handshake() result...
2015-03-05 Attila Molnarm_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with...
2015-03-01 Attila MolnarMerge branch 'master+gnutls-packet-read'
2015-02-28 Attila Molnarm_ssl_gnutls Implement faster reads on GnuTLS 3.3.5...
2015-02-28 Attila Molnarm_ssl_gnutls Move logic that reads data from a session...
2015-02-28 Attila Molnarm_ssl_gnutls Add convenience macro for library version...
2015-02-27 Attila MolnarFix oversights in substr() conversion
2015-02-26 Peter PowellFix various Clang warnings.
2015-02-22 Attila MolnarMerge pull request #916 from ShutterQuick/master+kickre...
2015-02-22 Daniel Vassdalcapab: m_kicknorejoin: Don't advertise upper bound...
2015-02-22 Daniel Vassdalm_kicknorejoin: Advertise upper bound. Closes #913
2015-02-22 Attila MolnarMerge pull request #998 from SaberUK/master+fix-clang...
2015-02-22 Attila MolnarMerge pull request #1000 from ShutterQuick/master+281
2015-02-22 Daniel Vassdalm_sqloper.cpp: Add support for the `active` column
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-15 Attila MolnarConvert mods calling the old compat wrapper of ModuleMa...
2015-02-12 Attila Molnarm_spanningtree Pass Server* to the OnServerLink/OnServe...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-12 Attila Molnarm_httpd_stats Remove days/hours/mins/secs from <uptime>
2015-02-12 Attila Molnarm_httpd_stats Fix pointer being shown instead of server...
2015-02-11 Attila Molnarm_httpd Remove now unused variable "claimed"
2015-02-11 Attila MolnarConvert the spanningtree events to use the new cross...
2015-02-11 Attila MolnarRemove unused parameters from HTTPRequest constructor
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2015-02-11 Attila MolnarConvert the HTTPd ACL event to use the new cross-module...
2015-02-11 Attila MolnarConvert the SASL fallback event to use the new cross...
2015-02-11 Attila MolnarConvert the CAP event to use the new cross-module event...
2015-02-11 Attila MolnarAllow enabling/disabling caps via GenericCap::SetActive()
2015-02-11 Attila MolnarConvert the account login event to use the new cross...
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #986 from StevenVanAcker/fix-initscript2
next