]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Merge pull request #959 from Alef-Burzmali/master+fixcloaking
[user/henk/code/inspircd.git] / src / modules / extra /
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-08 Attila MolnarMerge branch 'master+timeout'
2014-12-07 AdamLink m_ldap against libldap_r
2014-12-07 Attila MolnarMerge pull request #895 from SaberUK/master+configure...
2014-12-07 Peter PowellFix warnings in m_ssl_openssl about the use of `long...
2014-10-27 Attila MolnarMerge insp20
2014-10-27 Attila Molnarm_ssl_openssl Store a pointer to the OpenSSLIOHook...
2014-10-26 Attila MolnarRemove some dead code found by Coverity
2014-10-25 Attila MolnarMerge pull request #944 from SaberUK/insp20+gnutls-rnd
2014-10-25 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option that allows disab...
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option to enable ECDH
2014-10-20 Attila Molnarm_ssl_gnutls Add compile time option for allowing sha25...
2014-10-16 Attila MolnarInitialize all fields of issl_session on module load...
2014-10-16 Attila MolnarAdd interface to SSL modules that allows other modules...
2014-10-16 Attila Molnarm_ssl_gnutls Refcount GnuTLS objects, free them when...
2014-10-15 Attila Molnarm_ssl_openssl Fix debug message
2014-10-15 Attila Molnarm_ssl_openssl Reset data_to_write for new sessions
2014-10-15 Attila Molnarm_ssl_openssl Free the ssl_cert object as soon as the...
2014-10-15 Attila Molnarm_ssl_openssl Remove bogus errno assignment from CloseS...
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-14 Attila Molnarm_ssl_openssl Return an error from the IOHook read...
2014-10-14 Attila Molnarm_ssl_openssl Add user-friendly config options for...
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-10 Attila Molnarm_ssl_openssl Allow configuring raw OpenSSL context...
2014-10-10 Attila Molnarm_ssl_openssl Disable session caching and session tickets
2014-10-10 Attila Molnarm_ssl_openssl Enable single (EC)DH use and disable...
2014-10-08 Attila Molnarm_ssl_openssl Clear the error queue before every SSL_...
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-03 Attila Molnarm_ssl_gnutls Re-set DH params when the gnutls_certifica...
2014-09-01 Attila Molnarm_sqlite3 Fix cleanup of unsuccessful database connections
2014-07-25 Attila Molnarm_ssl_openssl Read the DH params file using the BIO...
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila MolnarMake sure the DN strings obtained from the SSL mods...
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-06-30 Julien VehentSet SSL options to sane default and enfore server ciphe...
2014-06-28 Peter PowellIgnore safe compiler warnings in a more reliable way.
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-07 Attila Molnarm_ssl_openssl Remove unused MAX_DESCRIPTORS define
2014-05-26 Attila Molnarm_ssl_gnutls Don't include cap.h
2014-05-10 Adamm_ldap: time out LDAP queries
2014-04-20 Attila MolnarMerge pull request #832 from SaberUK/insp20+fix-ssl...
2014-04-13 AdamChange Windows libraries to be dynamically linked
2014-04-13 Attila Molnarm_ssl_openssl Avoid Applink on Windows by calling PEM_r...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-02-13 Peter PowellRemove support for advertising the SSL ports in RPL_ISU...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-01-31 Attila MolnarRemove some dead code
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-26 Attila Molnarm_ssl_openssl Fix memory leaks on /rehash ssl, unload...
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-24 AdamSet a session id on our server ssl context in m_ssl_ope...
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-22 Attila MolnarAdd the ability to have multiple SSL profiles
2014-01-22 Attila Molnarm_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 AdamAdd m_starttls and remove it from m_ssl_gnutls, which...
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-11-18 Attila MolnarMerge pull request #685 from SaberUK/master+gnutls-rng
2013-11-18 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-27 Attila MolnarMerge pull request #619 from SaberUK/master+regex-dedupe
2013-08-27 Peter PowellFix various small issues.
2013-08-27 Peter PowellMake all regex modules throw the same exception on...
2013-08-17 Attila MolnarMerge pull request #608 from SaberUK/master+buildprop...
2013-08-15 Peter PowellClean up the build system properties and related code.
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-13 attilamolnarm_ssl_gnutls Fix feature testing and cipher suite relat...
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-16 attilamolnarm_ssl_openssl Fix inverted check that prevented certifi...
2013-07-06 Attila MolnarMerge pull request #578 from SaberUK/master+configure...
2013-07-06 Attila MolnarMerge pull request #573 from ShutterQuick/inspircd...
2013-07-06 Daniel VassdalAllow the user to specify any hashing mechanism support...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-16 Peter PowellAdd RE2 regex module.
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
next