]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Fix extras compilation under Windows
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
2011-06-18 AdamFix extras compilation under Windows
2010-09-19 Daniel De GraafA zero return from gnutls_record_send is not an error
2010-02-18 danieldgSupport multiple certificates in GnuTLS certificate...
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-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-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
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-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
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 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 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-02 w00tChange all non-fatal GNUTLS initialisation notices...
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 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-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-06 specialFix two compile errors found by Shawn
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-05-06 danieldgSet errno properly on GnuTLS sessions that die during...
2009-04-29 danieldgHow about we make this compile?
2009-04-29 danieldgNormalize IPv6 addresses when producing SSL port list...
2009-04-26 danieldgCorrect 005 output of m_ssl_gnutls when used for STARTT...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-02-19 danieldgRemove unneeded "fd" member of issl_session
2009-02-19 danieldgRemove unneeded comment about warnings on 64-bit
2009-02-19 danieldgGnuTLS does not need a double-copy input buffer
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-01-28 w00tRemove an incorrect comment
2009-01-25 brainThis is more accurate
2009-01-25 dzProperly check if the SSL handshake is completed in...
2009-01-25 brainTry this as the ssl crash fix
2009-01-17 brainFix for bug #679 reported by Namegduf, based on suggest...
2009-01-07 brainReadability: pointless construct of a std::string from...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-31 brainChange numeric 671, starttls failure to 691. 671 confli...
2008-12-28 w00tModify STARTTLS error message to clarify that it may...
2008-12-18 dzProperly disconnect clients that send STARTTLS after...
2008-12-13 psychonm_ssl_gnutls: Log ssl errors
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-30 w00tBetter error message for erroring on loading server...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-04 brainWe are including tons more than we need to here, its...
2008-09-26 w00tInitialise SSL session pointer to NULL to prevent a...
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-20 specialIt is unnecessary and rather less efficient to use...
2008-06-19 brainWhos been commiting a quarter of a fix?
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-09 brainSlight adjustment to our standard to avoid an obvious...
next