Age | Commit message (Expand) | Author |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-24 | m_ssl_gnutls Add ability to load DH params from file | attilamolnar |
2013-04-16 | Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE... | Adam |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-02-17 | m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur... | attilamolnar |
2013-01-28 | m_ssl_gnutls Fix build with GnuTLS 1.x | attilamolnar |
2012-12-17 | Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i... | Adam |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-11-19 | m_ssl_gnutls Dynamically detect the number of certificates in the certfile | attilamolnar |
2012-11-19 | Fix m_ssl_gnutls under GCC on recent versions of GnuTLS. | Peter Powell |
2012-11-09 | m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c... | attilamolnar |
2012-11-08 | Fix m_ssl_gnutls when using non-standard include/lib paths. | Peter Powell |
2012-10-14 | m_ssl_gnutls: Resolve deprecation warnings properly | ChrisTX |
2012-10-13 | m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
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 |