Age | Commit message (Expand) | Author |
2012-08-20 | listensocket: Fix the two aliasing warnings | ChrisTX |
2012-07-26 | m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange... | attilamolnar |
2012-07-21 | m_ssl_gnutls Compile with -Wno-deprecated-declarations | attilamolnar |
2012-07-21 | m_ssl_gnutls Advertise only one ssl port by default in ISUPPORT | attilamolnar |
2012-07-21 | m_ssl_gnutls Move common session initialization code into a function | attilamolnar |
2012-07-21 | m_ssl_gnutls Add a config option that can be used to set the value of the SSL... | attilamolnar |
2012-07-09 | Fixed Windows build, int32_t is already defined in stdint.h. | Adam |
2012-06-01 | m_ssl_gnutls Only generate DH params when dh_params is inited | attilamolnar |
2012-06-01 | m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_pa... | attilamolnar |
2012-05-28 | Use socketengine functions for sending and receiving data instead of plain se... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-08-07 | Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi... | Daniel De Graaf |
2011-06-23 | Remove possibly dangerous skip of VerifyCertificate | Daniel De Graaf |
2011-06-18 | Fix extras compilation under Windows | Adam |
2010-09-19 | A zero return from gnutls_record_send is not an error | Daniel De Graaf |
2010-02-18 | Support multiple certificates in GnuTLS certificate chain | danieldg |
2010-02-17 | Allow STARTTLS to be disabled via <gnutls starttls="no"> | danieldg |
2010-02-17 | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false | danieldg |
2010-02-16 | Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard... | danieldg |
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-06 | Move configuration examples to docs, remove automatic overwrite on make install | danieldg |
2010-02-03 | Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it | danieldg |
2010-02-02 | Allow SSL fingerprint hash to be specified, and show fingerprint to client on... | danieldg |
2010-01-21 | Put ConfigReader deprecation warning in logs | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-17 | Make a ./configure --system to support system-wide installation of inspircd | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-04 | Clarify handshake failure messages | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Compile fixes and message updates | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal... | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | GnuTLS: Send SSL client certificate when requested | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |