]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the recent...
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
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-07 brainReadability: pointless construct of a std::string from...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-31 brainChange numeric 671, starttls failure to 691. 671 confli...
2008-12-28 w00tModify STARTTLS error message to clarify that it may...
2008-12-18 dzProperly disconnect clients that send STARTTLS after...
2008-12-13 psychonm_ssl_gnutls: Log ssl errors
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-30 w00tBetter error message for erroring on loading server...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-04 brainWe are including tons more than we need to here, its...
2008-09-26 w00tInitialise SSL session pointer to NULL to prevent a...
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
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-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
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-06-09 brainSlight adjustment to our standard to avoid an obvious...
2008-06-08 brainProperly ignore second STARTTLS request on same socket...
2008-05-24 brainKick the client in the balls if they try STARTTLS after...
2008-05-24 brainFix memory leak if we send STARTTLS twice, thanks speci...
2008-05-19 brainFix these too
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-05 peaveyConvert even more
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 brainAllow activation of TLS via STARTTLS even if CAP REQ...
2008-03-24 brainShould now work with ports bound to all interfaces
2008-03-24 brainopenssl should now work too
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-24 brainWheeeeee
2008-03-23 brainCAP TLS now implemented, this needs someone to make...
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-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
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-23 brainAll of insp now builds with -pedantic (theres some...
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-28 omMove everything module-related out of InspIRCd and...
2007-08-06 brainPart of our fix didnt make it to here!
2007-08-05 brainFixes from experiences on chatspike. Use the proper...
2007-08-05 brainFix random debian (well, duplicated on debian) breakage...
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-16 specialMade m_ssl_gnutls throw an exception when unable to...
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 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
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-25 brainRemove excessive debugging
2007-03-22 brainEAGAIN fixes for gnutls
2007-03-22 brainWe're checking for non-null session->sess in VerifyCert...
2007-03-22 brainSome tweaks for gnutls
2007-03-22 brainMore checks in IS_HSDONE event hook
2007-03-22 brainFix crashes in ipv6 ssl using gnutls, and crashes when...
2007-02-27 brainFix for small display issue, when both ssl modules...
2007-02-08 brainAnd change this to gnutls in the debug message.
2007-02-08 brainCatch the ModuleException thrown when AddIOHook fails...
2007-02-06 brainExtra safety checks while exchanging certs, just in...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-03 brainBetter error reporting of failures to read certs in...
2007-01-28 brainFix this so that it works with outbound connects again.
2007-01-17 brainRemove/fix unused variable warning
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-14 brainI forgot to exec("gnutls-config --libs") in the configu...
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-06 brainFix crash when unloading ssl module on shutdown --...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
next