]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_openssl.cpp
MetaData rework
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
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:
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-10-03 brainPROPAGATE this fix
2007-09-29 specialRemoved extremely verbose debugging from the SSL module...
2007-08-29 peaveyI lose for being slow. also tidyup a bit, still needs...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-05 brainTry this
2007-08-05 brainFix to trigger the write notification on successful...
2007-08-05 peaveyRevert my fix and apply the flushevent, and a bit of...
2007-08-04 peaveyRemove debug again.
2007-08-04 peaveyFix openssl.
2007-08-03 brainSecond part of fix, in theory
2007-08-03 brainAttempt fix for openssl buffer issue (fix was already...
2007-07-24 w00tA few more I missed.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-07 brainImplement /dalinfo, as a joke. Consider this an easter...
2007-07-06 brainWarning: Loads of craq logging in here atm. /connect...
2007-06-18 brainAdd ISUPPORT SSL token requested by tabris.
2007-06-17 brainMore
2007-06-13 brainMe so dummee.
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-04-05 brainAdd feature outlined in bug #192, give a notice showing...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-03-22 brainSome tweaks for gnutls
2007-03-22 brainMore checks in IS_HSDONE event hook
next