summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
AgeCommit message (Expand)Author
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
2006-03-17Did the same thing here :/om
2006-03-11And morebrain
2006-03-11More const ref fixesbrain
2006-02-11Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wa...brain
2006-02-11Added a sanity check that was left out, prevents crash on invalid fd (e.g. vi...brain
2006-02-04Only send 320 numeric if the SSL user is on our portom
2006-02-03I R SECURE CONNECTION! (fix)frostycoolslug
2006-01-31Some changes to some stuff..om
2006-01-30Change irritatingly Unreal-ish capitalisationom
2006-01-29Tidied up intending, oh no, really serious fatal bug right there :pbrain
2006-01-29Remove -lcryptoom
2006-01-29Add checks for AddIOHook failingom
2006-01-29Change isin() x2 to pass a const reference insteadom
2006-01-29Wheee, two SSL modules :D And they work together ^^om