]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Eliminate duplicate names between user and channel modes
[user/henk/code/inspircd.git] / src / modules / extra /
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-03 danieldgFix STARTTLS sending the 670 numeric within the SSL...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-01-21 danieldgPut ConfigReader deprecation warning in logs
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgMake a ./configure --system to support system-wide...
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-04 danieldgClarify handshake failure messages
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-22 peaveyRemove the intercomm system since sqlite is synchronous.
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 peaveyNuke VF_SERVICEPROVIDER from here too.
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-10 peaveyUpdate Event and Request APIs for this module too.
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 peaveyMake mssql module compile, untested for now.
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-28 danieldgUpdate svn:ignore and .gitignore
2009-09-28 danieldgFix compilation of some extras modules
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgTake advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgGnuTLS: Send SSL client certificate when requested
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgAdd initial query support to m_mysql [patch by Athenon]
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-02 peaveyFix a few typos in here so it compiles again.
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-08-01 w00tReconnect to LDAP server if connection goes away, fixes...
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
2009-07-02 danieldgMerge m_ssl_oper_cert into m_sslinfo to reduce the...
2009-07-02 danieldgSend ssl_cert metadata on signon
2009-07-02 danieldgRemove memory-wasting map in ssl_cert
2009-07-02 danieldgMigrate SSL metadata and visible information (/whois...
2009-07-02 danieldgFix backport compile error: m_ssl_* uses ServerInstance...
2009-06-27 danieldgm_sslinfo does not depend on external libraries, it...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
2009-06-03 danieldgUse pkg-config to search for gnutls rather than the...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-07 danieldgCompile fix: openssl does not have an ISSL_CLOSING...
2009-05-06 specialFix two compile errors found by Shawn
2009-05-06 danieldgSet errno in openssl when handshake fails
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-05-06 danieldgSet errno properly on GnuTLS sessions that die during...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-29 danieldgHow about we make this compile?
2009-04-29 danieldgNormalize IPv6 addresses when producing SSL port list...
2009-04-26 danieldgCorrect 005 output of m_ssl_gnutls when used for STARTT...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-03 w00tUse 'c' snomask instead of 'A' snomask for ldap auth...
2009-03-27 peaveyGive pgsql some needed love. Dont use DNS, remove some...
2009-03-27 peaveyFix potential crash on uninitialised var
2009-03-23 peaveyMake this compile.
2009-03-23 danieldgFix compile error due to mismerge
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-18 brainFix for bug #791, if an error is set treat this as...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-02-23 specialm_uninvite and m_ssl_oper_cert should be marked as...
2009-02-23 specialForward port r11142: Commands that only give a response...
2009-02-22 peaveyForward port r11137 from stable:
2009-02-19 danieldgRemove unneeded "fd" member of issl_session
2009-02-19 danieldgRemove unneeded comment about warnings on 64-bit
2009-02-19 danieldgGnuTLS does not need a double-copy input buffer
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
next