summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2010-09-19A zero return from gnutls_record_send is not an errorDaniel De Graaf
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-17Allow STARTTLS to be disabled via <gnutls starttls="no">danieldg
2010-02-17Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is falsedanieldg
2010-02-16Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-03Fix STARTTLS sending the 670 numeric within the SSL session, not prior to itdanieldg
2010-02-02Allow SSL fingerprint hash to be specified, and show fingerprint to client on...danieldg
2010-01-21Put ConfigReader deprecation warning in logsdanieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-11-04Clarify handshake failure messagesdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-13Remove magic path resolution from certificate filesdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-26Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITEdanieldg
2009-09-26Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal...danieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13GnuTLS: Send SSL client certificate when requesteddanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Use a set to mark client SSL ports rather than going by textual IP/port pairsdanieldg
2009-09-02Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...danieldg
2009-09-02Misc removal of pointless Extend stringsdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-02Read multiple GnuTLS records in one RawSocketRead operationdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-07-27Send a failure numeric instead of QuitUser when STARTTLS is used after regist...special
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
2009-07-02Send ssl_cert metadata on signondanieldg