]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_openssl.cpp
Fix extras compilation under Windows
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
2011-06-18 AdamFix extras compilation under Windows
2010-04-17 Daniel De GraafPossible fix for OpenSSL SendQ processing halts
2010-02-17 danieldgHide SSL= line of 005 if <gnutls:showports>/<openssl...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgMake a ./configure --system to support system-wide...
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-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
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 danieldgChange Extensible to use strongly typed entries
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-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
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-07 danieldgAllow SSL fingerprint-based server authentication
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
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 danieldgSet errno in openssl when handshake fails
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-04-29 danieldgHow about we make this compile?
2009-04-29 danieldgNormalize IPv6 addresses when producing SSL port list...
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-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-25 brainThis is more accurate
2009-01-25 dzProperly check if the SSL handshake is completed in...
2009-01-25 brainTry this as the ssl crash fix
2009-01-17 brainFix for bug #679 reported by Namegduf, based on suggest...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-15 specialm_ssl_openssl is sending log messages and calling itsel...
2008-10-04 brainWe are including tons more than we need to here, its...
2008-09-07 w00tFix missing semicolon in m_ssl_openssl [danieldg]
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-18 brainApply to clictx too
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-20 specialIt is unnecessary and rather less efficient to use...
2008-06-19 brainWhos been commiting a quarter of a fix?
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainFix these too
2008-05-16 brainMD_update causes valgrind warnings, remove it........
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-09 w00tFix these
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-01 brainSome metadata commands were using nicknames to identify...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainShould now work with ports bound to all interfaces
2008-03-24 brainopenssl should now work too
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-24 brainWheeeeee
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-02-05 braindz, you cant delete a nonpointer!
2008-02-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
2008-01-31 fezapplink.c should be included in the link command, not...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 brainMake install list list automatically generated from...
2007-10-24 brain/usr/local/include/openssl/pqueue.h:73: error: ISO...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-21 brainRemove debug
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
next