summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.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-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-10Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/brain
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-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-21Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes...special
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-0164bit fixesom
2006-10-01Now with binary versioning goodnessbrain
2006-09-15Annotationsbrain
2006-09-03Output the certificate hash to the user when they connectbrain
2006-09-03Removal of debugbrain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain
2006-09-03Certificate stuffbrain
2006-09-03Obtaining of ssl cert in gnutls module and placing it into a class which is e...brain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
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-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