summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2009-01-17Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha...brain
2009-01-07Readability: pointless construct of a std::string from another std::string fo...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-31Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ...brain
2008-12-28Modify STARTTLS error message to clarify that it may not be sent after regist...w00t
2008-12-18Properly disconnect clients that send STARTTLS after registering; noticed by ...dz
2008-12-13m_ssl_gnutls: Log ssl errorspsychon
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-30Better error message for erroring on loading server cert - give certfile/keyf...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-04We are including tons more than we need to here, its a mess :pbrain
2008-09-26Initialise SSL session pointer to NULL to prevent a potentially unsafe compar...w00t
2008-09-17Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d...brain
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Fix IO hooking modules to use the new (not old) hooking callw00t
2008-08-28this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe...brain
2008-08-28Add CAP REQ tls support, thanks to psychonw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-12Fixed #568 - gnutls does not allow reuse of credentials, which was making /re...special
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
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