Age | Commit message (Expand) | Author |
2012-11-28 | Silence OpenSSL deprecation warnings on OS X. | Peter Powell |
2012-11-09 | m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c... | attilamolnar |
2012-11-09 | m_ssl_openssl Remove unused variables | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-27 | m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261 | attilamolnar |
2012-07-13 | m_ssl_openssl Use the system default cipher list if no cipher list is specifed | attilamolnar |
2012-06-27 | m_ssl_openssl: Allow the list of available ciphers to be customized. | Robby- |
2012-06-27 | m_ssl_openssl: Show the SSL cipher used after connecting. | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-06-23 | Remove possibly dangerous skip of VerifyCertificate | Daniel De Graaf |
2011-06-23 | Fix initialization of SSL certificate field on connect | Daniel De Graaf |
2011-06-18 | Fix extras compilation under Windows | Adam |
2010-04-16 | Possible fix for OpenSSL SendQ processing halts | Daniel De Graaf |
2010-02-17 | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false | 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-06 | Move configuration examples to docs, remove automatic overwrite on make install | danieldg |
2010-02-02 | Allow SSL fingerprint hash to be specified, and show fingerprint to client on... | 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-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-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 | 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 | 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 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | Use a set to mark client SSL ports rather than going by textual IP/port pairs | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-07-03 | Fix double-send of SSL metadata in openssl, possible segfault in gnutls | danieldg |
2009-07-02 | Send ssl_cert metadata on signon | danieldg |
2009-07-02 | Remove memory-wasting map in ssl_cert | danieldg |
2009-07-02 | Migrate SSL metadata and visible information (/whois line) to single module | danieldg |
2009-07-02 | Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ... | danieldg |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |