summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-13Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroPdanieldg
2009-02-19Remove unneeded "fd" member of issl_sessiondanieldg
2009-02-19Remove unneeded comment about warnings on 64-bitdanieldg
2009-02-19GnuTLS does not need a double-copy input bufferdanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-14Nuke trailing spacespeavey
2009-01-28Remove an incorrect commentw00t
2009-01-25This is more accuratebrain
2009-01-25Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r...dz
2009-01-25Try this as the ssl crash fixbrain
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