summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Templated GetExt()brain
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-03-17Tidy up around the ex AMD64 'fix'om
2006-03-17Giving printf formats and not giving it arguments for them != cunningom
2006-03-17AMD64 warning 'fix' which tested fine when I added it seems to now...stop thi...om
2006-03-14Experimental change to avoid warning on 64bit systems, this is a simple one-l...om
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-04Added gnutls_rpath.pl. This works out the lib dir and does: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-30Wrong userrec var usedbrain
2006-01-30Moved metadata code into into OnGlobalConnectbrain
2006-01-30Added new event into m_spanningtree, event id send_metadata, which allows arb...brain
2006-01-30Change irritatingly Unreal-ish capitalisationom
2006-01-29Missing delete for config readerom
2006-01-29Add checks for AddIOHook failingom
2006-01-29Change isin() x2 to pass a const reference insteadom
2006-01-27Remove unused includes and rename classes from ModuleSSL to ModuleSSLGnuTLS s...om
2006-01-25And making m_ssl_gnutls require an 'ssl' parameter to /rehash to reload certi...om
2006-01-25Adding the +e and +I modules m_banexception and m_inviteexception, also addin...om
2006-01-23Use libgnutls-config --libs to configure linker optionsom
2006-01-23Use IS_LOCAL() macroom
2006-01-23Don't try and kill off remote ssl usersom
2006-01-23removing the rest of a redundant and dangerour OnUserQuitom
2006-01-23...and stop it segfaulting when you do unload it, ty Brainom
2006-01-23Adding ability to unload moduleom
2006-01-23Fixed OnUserQuit... again.brain
2006-01-23Make relative paths in the config file tags be relative to the insp config di...om
2006-01-23Don't try and CloseSession remote users!brain
2006-01-22Allow for <bind> tags with no or empty type, as well as 'clients' onesom
2006-01-22Set vendor and static module flags...even though the booms from trying to unl...om
2006-01-22Make errors loading certificates DEFAULT levelom
2006-01-22Inital commit of the first SSL module \o/ \o/ \o/ Also Ommeh's first official...om