Age | Commit message (Expand) | Author |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-28 | Update svn:ignore and .gitignore | danieldg |
2009-09-28 | Fix compilation of some extras modules | 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 initial query support to m_mysql [patch by Athenon] | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | 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 | Replace std::deque with std::vector in spanningtree and related modules | 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-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-02 | Fix a few typos in here so it compiles again. | peavey |
2009-08-02 | Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u... | w00t |
2009-08-01 | Reconnect to LDAP server if connection goes away, fixes bug #818. | 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 |
2009-07-02 | Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modules | 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-27 | m_sslinfo does not depend on external libraries, it should not be in extra | danieldg |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-06-06 | Don't display locally bound SSL ports in SSL= (for hidden services and such) | w00t |
2009-06-03 | Use pkg-config to search for gnutls rather than the now-removed libgnutls-config | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-07 | Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutls | danieldg |
2009-05-06 | Fix two compile errors found by Shawn | special |
2009-05-06 | Set errno in openssl when handshake fails | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-05-06 | Set errno properly on GnuTLS sessions that die during the SSL handshake | danieldg |
2009-05-02 | Globally route "a" snotices for more modules. Patch from Milliways. | danieldg |
2009-04-29 | How about we make this compile? | danieldg |
2009-04-29 | Normalize IPv6 addresses when producing SSL port list, fixes bug #853 | danieldg |
2009-04-26 | Correct 005 output of m_ssl_gnutls when used for STARTTLS with no client SSL ... | danieldg |