summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-13Remove magic path resolution from certificate filesdanieldg
2009-10-10Update Event and Request APIs for this module too.peavey
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-06Make mssql module compile, untested for now.peavey
2009-09-30Fix compilation of SQL modules, use GlobalCulls to clean up deleted modulesdanieldg
2009-09-28Update svn:ignore and .gitignoredanieldg
2009-09-28Fix compilation of some extras modulesdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-26Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITEdanieldg
2009-09-26Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal...danieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13GnuTLS: Send SSL client certificate when requesteddanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02Add initial query support to m_mysql [patch by Athenon]danieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Use a set to mark client SSL ports rather than going by textual IP/port pairsdanieldg
2009-09-02Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...danieldg
2009-09-02Misc removal of pointless Extend stringsdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-02Read multiple GnuTLS records in one RawSocketRead operationdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-08-02Fix a few typos in here so it compiles again.peavey
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-08-01Reconnect to LDAP server if connection goes away, fixes bug #818.w00t
2009-07-27Send a failure numeric instead of QuitUser when STARTTLS is used after regist...special
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
2009-07-02Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modulesdanieldg
2009-07-02Send ssl_cert metadata on signondanieldg
2009-07-02Remove memory-wasting map in ssl_certdanieldg
2009-07-02Migrate SSL metadata and visible information (/whois line) to single moduledanieldg
2009-07-02Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ...danieldg
2009-06-27m_sslinfo does not depend on external libraries, it should not be in extradanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-06-06Don't display locally bound SSL ports in SSL= (for hidden services and such)w00t
2009-06-03Use pkg-config to search for gnutls rather than the now-removed libgnutls-configdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-07Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutlsdanieldg
2009-05-06Fix two compile errors found by Shawnspecial