Age | Commit message (Expand) | Author |
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 |
2009-09-02 | Add Module* creator to Command and ModeHandler | 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-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-02 | Read multiple GnuTLS records in one RawSocketRead operation | 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-08-02 | Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u... | w00t |
2009-07-27 | Send a failure numeric instead of QuitUser when STARTTLS is used after regist... | special |
2009-07-03 | Fix double-send of SSL metadata in openssl, possible segfault in gnutls | danieldg |