summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
AgeCommit message (Expand)Author
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
2006-09-03Certificate stuffbrain
2006-08-24Somebody forgot one :pbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08Improve Write functions, and change some stuff from char* to const char*brain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-07-11Fixedbrain
2006-07-10Inherit just about everything from classbasebrain
2006-07-10GetExt conversionbrain
2006-06-16Fix for m_ssl_openssl dying if the DH params file doesn't exist, compiles but...om
2006-06-01Fixed logic for OnWhois "is using SSL" numeric. Was broken: required the user...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t