]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_openssl.cpp
Whos been commiting a quarter of a fix?
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
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 ^^