]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Change the SQLutils and SQL providers to also use interfaces for proper unload order...
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
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 brainRename ssl.h -> transport.h, as its now used for ziplinks
2006-12-10 brainFix for end of handshake detection, HANDSHAKEN is a...
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 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-21 specialFixed gnutls_rpath.pl to do rpath for all paths, not...
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 om64bit fixes
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-03 brainOutput the certificate hash to the user when they connect
2006-09-03 brainRemoval of debug
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-09-03 brainCertificate stuff
2006-09-03 brainObtaining of ssl cert in gnutls module and placing...
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
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-10 brainInherit just about everything from classbase
2006-07-10 brainTemplated GetExt()
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-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omGiving printf formats and not giving it arguments for...
2006-03-17 omAMD64 warning 'fix' which tested fine when I added...
2006-03-14 omExperimental change to avoid warning on 64bit systems...
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 brainAdded gnutls_rpath.pl. This works out the lib dir and...
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-30 brainWrong userrec var used
2006-01-30 brainMoved metadata code into into OnGlobalConnect
2006-01-30 brainAdded new event into m_spanningtree, event id send_meta...
2006-01-30 omChange irritatingly Unreal-ish capitalisation
2006-01-29 omMissing delete for config reader
2006-01-29 omAdd checks for AddIOHook failing
2006-01-29 omChange isin() x2 to pass a const reference instead
2006-01-27 omRemove unused includes and rename classes from ModuleSS...
2006-01-25 omAnd making m_ssl_gnutls require an 'ssl' parameter...
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...
2006-01-23 omUse libgnutls-config --libs to configure linker options
2006-01-23 omUse IS_LOCAL() macro
2006-01-23 omDon't try and kill off remote ssl users
2006-01-23 omremoving the rest of a redundant and dangerour OnUserQuit
2006-01-23 om...and stop it segfaulting when you do unload it, ty...
2006-01-23 omAdding ability to unload module
2006-01-23 brainFixed OnUserQuit... again.
2006-01-23 omMake relative paths in the config file tags be relative...
2006-01-23 brainDon't try and CloseSession remote users!
2006-01-22 omAllow for <bind> tags with no or empty type, as well...
2006-01-22 omSet vendor and static module flags...even though the...
2006-01-22 omMake errors loading certificates DEFAULT level
2006-01-22 omInital commit of the first SSL module \o/ \o/ \o/ Also...