]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_openssl.cpp
Catch the ModuleException thrown when AddIOHook fails, so that we can make a port...
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
2007-02-08 brainCatch the ModuleException thrown when AddIOHook fails...
2007-02-07 brainTo be more specific, specify rpath() macro here
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-03 brainBetter logging for openssl, using SSL_print_error_cb...
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-17 brainRemove/fix unused variable warning
2007-01-17 brainIt says something about how excessive our debug output...
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 brainFix m_conn_waitpong not to use base64 uneccessarily.
2006-12-10 brainRename ssl.h -> transport.h, as its now used for ziplinks
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 brainWhoops
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-26 brainAdd a description to an exception in the constructor...
2006-11-24 brainSmarter openssl detection
2006-11-19 brainUse pkg-config to detect lib paths - thanks darix we...
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 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-03 brainCall X509_free() after we're done with the cert
2006-09-03 brainOutput the certificate hash to the user when they connect
2006-09-03 brainRemoval of debug
2006-09-03 brainRemove a ton of debug
2006-09-03 brainAll but cert revocation is now supported by both modules
2006-09-03 brainDont report that the key has expired when it hasnt
2006-09-03 brainOpenSSL gets certs and populates the ssl_cert* now!
2006-09-03 brainCertificate stuff
2006-08-24 brainSomebody forgot one :p
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-11 brainFixed
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainGetExt conversion
2006-06-16 omFix for m_ssl_openssl dying if the DH params file doesn...
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-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-17 omDid the same thing here :/
2006-03-11 brainAnd more
2006-03-11 brainMore const ref fixes
2006-02-11 brainExtra checks to not set the ssl marker twice on re...
2006-02-11 brainAdded a sanity check that was left out, prevents crash...
2006-02-04 omOnly send 320 numeric if the SSL user is on our port
2006-02-03 frostycoolslugI R SECURE CONNECTION! (fix)
2006-01-31 omSome changes to some stuff..
2006-01-30 omChange irritatingly Unreal-ish capitalisation
2006-01-29 brainTidied up intending, oh no, really serious fatal bug...
2006-01-29 omRemove -lcrypto
2006-01-29 omAdd checks for AddIOHook failing
2006-01-29 omChange isin() x2 to pass a const reference instead
2006-01-29 omWheee, two SSL modules :D And they work together ^^