summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
AgeCommit message (Expand)Author
2007-04-05Add feature outlined in bug #192, give a notice showing cipher on connect to ...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-03-22Some tweaks for gnutlsbrain
2007-03-22More checks in IS_HSDONE event hookbrain
2007-03-22Fix crashes in ipv6 ssl using gnutls, and crashes when linking ssl to non-ssl...brain
2007-02-27Fix for small display issue, when both ssl modules are loaded, both output a ...brain
2007-02-08Catch the ModuleException thrown when AddIOHook fails, so that we can make a ...brain
2007-02-07To be more specific, specify rpath() macro herebrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-02-03Better logging for openssl, using SSL_print_error_cb() which calls a callback...brain
2007-01-28Remove debug, add a few commentsbrain
2007-01-28Fix broken openssl outbound connects.brain
2007-01-21Add check for openssl >= 0.9.7, and fix for if the library cant be found at allbrain
2007-01-17Remove/fix unused variable warningbrain
2007-01-17It says something about how excessive our debug output is when the ssl module...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-06Fix crash when unloading ssl module on shutdown -- there are no port objects ...brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2007-01-01Fix this so it works properly, and removes the descriptions on unload (when t...brain
2007-01-01Add port type identifiersbrain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-11Someone forgot to add the copyright headers here :pbrain
2006-12-11Debug stuff, and some minor fixesbrain
2006-12-10Fix m_conn_waitpong not to use base64 uneccessarily.brain
2006-12-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-09Make it all work properly. Have it wait for handshake to complete before send...brain
2006-12-09It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Whoopsbrain
2006-12-09Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc...brain
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-04More $ModDep stuffbrain
2006-11-26Add a description to an exception in the constructor, also reformat all the i...brain
2006-11-24Smarter openssl detectionbrain
2006-11-19Use pkg-config to detect lib paths - thanks darix we've been looking for this...brain
2006-11-11Dont allow overlapped ports in these filesbrain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-11Make these properly detect port ranges.brain
2006-10-28Fix these too!brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-15Annotationsbrain
2006-09-03Call X509_free() after we're done with the certbrain
2006-09-03Output the certificate hash to the user when they connectbrain
2006-09-03Removal of debugbrain
2006-09-03Remove a ton of debugbrain
2006-09-03All but cert revocation is now supported by both modulesbrain
2006-09-03Dont report that the key has expired when it hasntbrain
2006-09-03OpenSSL gets certs and populates the ssl_cert* now!brain