summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2008-06-19Whos been commiting a quarter of a fix?brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-09Slight adjustment to our standard to avoid an obvious race condition found by...brain
2008-06-08Properly ignore second STARTTLS request on same socket, as per our specbrain
2008-05-24Kick the client in the balls if they try STARTTLS after client registrationbrain
2008-05-24Fix memory leak if we send STARTTLS twice, thanks special and psychonbrain
2008-05-19Fix these toobrain
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-05Convert even morepeavey
2008-04-09Fix thesew00t
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-01Some metadata commands were using nicknames to identify the nick to apply the...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ...brain
2008-03-24Should now work with ports bound to all interfacesbrain
2008-03-24openssl should now work toobrain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-24Wheeeeeebrain
2008-03-23CAP TLS now implemented, this needs someone to make a client to test it :pbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-02-02Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-13Add sanity checks to the ssl modules so that theres no possibility of an out ...brain
2007-10-03PROPAGATE this fixbrain
2007-09-29Removed extremely verbose debugging from the SSL modules, as I believe that b...special
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-06Part of our fix didnt make it to here!brain
2007-08-05Fixes from experiences on chatspike. Use the proper OnBufferFlushed event to ...brain
2007-08-05Fix random debian (well, duplicated on debian) breakage with client sockets '...brain
2007-07-24A few more I missed.w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16Made m_ssl_gnutls throw an exception when unable to load the certificate (sin...special
2007-07-06Warning: Loads of craq logging in here atm. /connect with openssl is broken, ...brain
2007-06-18Add ISUPPORT SSL token requested by tabris.brain
2007-06-17Morebrain
2007-06-13Me so dummee.brain
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain