]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Merge pull request #109 from Justasic/insp20
[user/henk/code/inspircd.git] / src / modules / extra /
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-12 Robin BurchellMerge pull request #43 from Shawn-Smith/insp20+whoisfix
2012-04-12 Robin BurchellMerge pull request #41 from SaberUK/configure-cleanup
2012-04-12 Peter PowellRemove references to old configure commands.
2012-04-10 Pierre Carrierextras/m_ldapauth: CIDR-based whitelisting
2012-04-10 AdamFixed linking m_sqlite3 on Windows
2011-08-07 Daniel De GraafAdd -lgcrypt to m_ssl_gnutls because this is no longer...
2011-06-24 Daniel De GraafRemove possibly dangerous skip of VerifyCertificate
2011-06-24 Daniel De GraafFix initialization of SSL certificate field on connect
2011-06-18 AdamFix extras compilation under Windows
2010-12-02 JackmcbarnSimplify ClearAllConnections code and fix possible...
2010-10-15 Dennis FriisRemove m_sqlv2.h from these modules, they both use...
2010-09-19 Daniel De GraafA zero return from gnutls_record_send is not an error
2010-08-04 Daniel De GraafFix $md5pass and $sha256pass in SQL queries
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...
next