]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
[user/henk/code/inspircd.git] / src / modules / extra /
2010-04-17 Daniel De GraafPossible fix for OpenSSL SendQ processing halts
2010-03-22 danieldgFix MySQL crash on module unload with empty query queue
2010-03-13 danieldgFix uninit pointer on MySQL initial connection
2010-03-13 danieldgHandle database not present a bit better, add missing...
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgAdd OnUnloadModule hook to MySQL
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-13 danieldgImplement OnUnloadModule for postgres
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgAdd column names to SQLv3, allow sqloper to specify...
2010-03-06 danieldgConvert SQLite driver to SQLv3
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-03-02 danieldgFix some more incorrect socket use
2010-02-21 danieldgAdd Base64 encode/decode functions to the core
2010-02-18 danieldgCompile fix for m_ldapauth
2010-02-18 danieldgSupport multiple certificates in GnuTLS certificate...
2010-02-17 w00tCheck for <user>:<password> for ldap auth in /PASS...
2010-02-17 danieldgAllow STARTTLS to be disabled via <gnutls starttls...
2010-02-17 danieldgHide SSL= line of 005 if <gnutls:showports>/<openssl...
2010-02-16 danieldgBug #645 was correct behavior on the client's part...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-14 danieldgRemove unused exports; counting is not for programmers
2010-02-13 danieldgFix inverted return on ldapoper
2010-02-13 danieldgChange GeoIP to be a connect block matcher
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-03 danieldgFix STARTTLS sending the 670 numeric within the SSL...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-01-21 danieldgPut ConfigReader deprecation warning in logs
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgMake a ./configure --system to support system-wide...
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-04 danieldgClarify handshake failure messages
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-22 peaveyRemove the intercomm system since sqlite is synchronous.
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 peaveyNuke VF_SERVICEPROVIDER from here too.
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-10 peaveyUpdate Event and Request APIs for this module too.
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 peaveyMake mssql module compile, untested for now.
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-28 danieldgUpdate svn:ignore and .gitignore
2009-09-28 danieldgFix compilation of some extras modules
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgTake advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgGnuTLS: Send SSL client certificate when requested
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgAdd initial query support to m_mysql [patch by Athenon]
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-02 peaveyFix a few typos in here so it compiles again.
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-08-01 w00tReconnect to LDAP server if connection goes away, fixes...
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
2009-07-02 danieldgMerge m_ssl_oper_cert into m_sslinfo to reduce the...
2009-07-02 danieldgSend ssl_cert metadata on signon
2009-07-02 danieldgRemove memory-wasting map in ssl_cert
2009-07-02 danieldgMigrate SSL metadata and visible information (/whois...
2009-07-02 danieldgFix backport compile error: m_ssl_* uses ServerInstance...
2009-06-27 danieldgm_sslinfo does not depend on external libraries, it...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
2009-06-03 danieldgUse pkg-config to search for gnutls rather than the...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-07 danieldgCompile fix: openssl does not have an ISSL_CLOSING...
2009-05-06 specialFix two compile errors found by Shawn
2009-05-06 danieldgSet errno in openssl when handshake fails
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
next