Age | Commit message (Expand) | Author |
2009-10-19 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-10 | Update Event and Request APIs for this module too. | peavey |
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-10-06 | Make mssql module compile, untested for now. | peavey |
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 |