]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Convert remaining InspIRCd::Log() calls to new logging system
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
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...
2007-01-01 brainFix this so it works properly, and removes the descript...
2007-01-01 brainAdd port type identifiers
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-11 brainSomeone forgot to add the copyright headers here :p
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-10 brainRename ssl.h -> transport.h, as its now used for ziplinks
2006-12-10 brainFix for end of handshake detection, HANDSHAKEN is a...
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainRename ssl_cert.h to ssl.h, it will contain the interfa...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-04 brainMore $ModDep stuff
2006-11-21 specialFixed gnutls_rpath.pl to do rpath for all paths, not...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-10-28 brainFix these too!
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-19 brainInsert massive change here.
2006-10-01 om64bit fixes
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-03 brainOutput the certificate hash to the user when they connect
2006-09-03 brainRemoval of debug
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-09-03 brainCertificate stuff
2006-09-03 brainObtaining of ssl cert in gnutls module and placing...
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainTemplated GetExt()
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-17 omTidy up around the ex AMD64 'fix'
next