]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Change httpd modules to use the MODNAME constant in headers.
[user/henk/code/inspircd.git] / src / modules / extra /
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
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
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
2013-06-01 attilamolnarm_mysql Fix escaping strings longer than MAXBUF/2
2013-05-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-22 attilamolnarm_mysql Fix crash on rehash when the database tags...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 attilamolnarDeduplicate hex string creation code
2013-05-18 attilamolnarm_geoip Set cc in OnSetConnectClass to the newly create...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-05-02 attilamolnarm_ssl_gnutls Call gnutls_transport_set_errno() on Windo...
2013-05-02 AdamFix gnutls (again) on Windows by using gnutls_transport...
2013-04-27 attilamolnarMerge insp20
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-29 attilamolnarm_ldapoper Make the module actually work
2013-03-29 attilamolnarm_ldapoper Fix memory leak
2013-03-14 attilamolnarm_ssl_openssl Make it clear that a CA file is not mandatory
2013-02-17 attilamolnarm_ssl_gnutls Fix null pointer dereference in case gnutl...
2013-01-28 attilamolnarm_ssl_gnutls Fix build with GnuTLS 1.x
2012-12-25 attilamolnarm_ldapoper Fix typo spotted by @lordsith49
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 Attila MolnarMerge pull request #374 from rburchell/ldapauth_vhosts
2012-11-29 Robin Burchellldapauth: register both extensions
2012-11-29 Robin Burchellldapauth: RAII returned ldap message.
2012-11-29 Robin Burchellldapauth: fix memory leak
2012-11-29 Robin Burchellldapauth: Allow setting virtual hosts on identification...
2012-11-29 Robin Burchellldapauth: Add missing verbose logging to required attri...
2012-11-29 Robin Burchellldapauth: Rework required attributes code to use only...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-11-28 Peter PowellSilence OpenSSL deprecation warnings on OS X.
2012-11-19 attilamolnarm_ssl_gnutls Dynamically detect the number of certifica...
2012-11-19 Peter PowellFix m_ssl_gnutls under GCC on recent versions of GnuTLS.
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-11-09 attilamolnarm_ssl_gnutls, m_ssl_openssl Set error message for the...
2012-11-09 attilamolnarm_ssl_openssl Remove unused variables
2012-11-08 Peter PowellFix m_ssl_gnutls when using non-standard include/lib...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-19 Adrien Bustanym_ldapauth Allow filtering on arbitrary LDAP attributes
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 ChrisTXm_ssl_gnutls: Resolve deprecation warnings properly
2012-10-13 attilamolnarm_ssl_gnutls Cast pointer difference to an unsigned...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-11 AdamCompare the result of ldap_search_ext_s to LDAP_SUCCESS....
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-22 ChrisTXm_regex_stdlib: A regex provider for the C++11 containe...
2012-09-13 AdamFixed crash in m_mysql if a module is unloaded while...
2012-08-20 ChrisTXlistensocket: Fix the two aliasing warnings
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 attilamolnarm_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls...
2012-07-26 attilamolnarm_ssl_gnutls Allow setting the priorities to use on...
2012-07-21 attilamolnarm_ssl_gnutls Compile with -Wno-deprecated-declarations
2012-07-21 attilamolnarm_ssl_gnutls Advertise only one ssl port by default...
2012-07-21 attilamolnarm_ssl_gnutls Move common session initialization code...
2012-07-21 attilamolnarm_ssl_gnutls Add a config option that can be used to...
2012-07-13 attilamolnarm_ssl_openssl Use the system default cipher list if...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-09 AdamFixed Windows build, int32_t is already defined in...
2012-07-07 attilamolnarm_ldapoper Say what the module actually does in the...
next