Age | Commit message (Expand) | Author |
2009-03-13 | Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroP | danieldg |
2009-02-19 | Remove unneeded "fd" member of issl_session | danieldg |
2009-02-19 | Remove unneeded comment about warnings on 64-bit | danieldg |
2009-02-19 | GnuTLS does not need a double-copy input buffer | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-28 | Remove an incorrect comment | w00t |
2009-01-25 | This is more accurate | brain |
2009-01-25 | Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r... | dz |
2009-01-25 | Try this as the ssl crash fix | brain |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-07 | Readability: pointless construct of a std::string from another std::string fo... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-31 | Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ... | brain |
2008-12-28 | Modify STARTTLS error message to clarify that it may not be sent after regist... | w00t |
2008-12-18 | Properly disconnect clients that send STARTTLS after registering; noticed by ... | dz |
2008-12-13 | m_ssl_gnutls: Log ssl errors | psychon |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-30 | Better error message for erroring on loading server cert - give certfile/keyf... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-04 | We are including tons more than we need to here, its a mess :p | brain |
2008-09-26 | Initialise SSL session pointer to NULL to prevent a potentially unsafe compar... | w00t |
2008-09-17 | Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d... | brain |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-09-07 | Fix IO hooking modules to use the new (not old) hooking call | w00t |
2008-08-28 | this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe... | brain |
2008-08-28 | Add CAP REQ tls support, thanks to psychon | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-07-12 | Fixed #568 - gnutls does not allow reuse of credentials, which was making /re... | special |
2008-06-24 | This is more correct, thanks Phoenix | brain |
2008-06-20 | It is unnecessary and rather less efficient to use memmove() everywhere; it's... | special |
2008-06-19 | Whos been commiting a quarter of a fix? | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-09 | Slight adjustment to our standard to avoid an obvious race condition found by... | brain |
2008-06-08 | Properly ignore second STARTTLS request on same socket, as per our spec | brain |
2008-05-24 | Kick the client in the balls if they try STARTTLS after client registration | brain |
2008-05-24 | Fix memory leak if we send STARTTLS twice, thanks special and psychon | brain |
2008-05-19 | Fix these too | brain |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-05 | Convert even more | peavey |
2008-04-09 | Fix these | w00t |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-01 | Some metadata commands were using nicknames to identify the nick to apply the... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ... | brain |
2008-03-24 | Should now work with ports bound to all interfaces | brain |
2008-03-24 | openssl should now work too | brain |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |