Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon | |
Resolves: #588 | |||
2010-09-11 | Fixed some memory leaks. | Remko Tronçon | |
2010-09-03 | Establish stream management after resource bind. | Remko Tronçon | |
2010-08-29 | Added stanza acking support to client. | Remko Tronçon | |
2010-08-01 | Fixed incorrect state check. | Remko Tronçon | |
2010-08-01 | Fixed typo. | Remko Tronçon | |
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon | |
2010-05-08 | Don't allow PLAIN over Non-TLS. | Remko Tronçon | |
2010-05-08 | Added DIGEST-MD5 client authenticator. | Remko Tronçon | |
2010-05-06 | Use UUIDs as nonce when authenticating with SCRAM-SHA-1. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-12-07 | Fixed segfault on disconnect. | Remko Tronçon | |
2009-11-25 | Enabled stream compression again. | Remko Tronçon | |
2009-11-23 | Avoid segfault when using EXTERNAL. | Remko Tronçon | |
2009-11-22 | Added auth success value support. | Remko Tronçon | |
2009-11-21 | Implemented SCRAM-SHA-1 for real now. | Remko Tronçon | |
Still need to do some cleanup and polishing. | |||
2009-11-20 | Implement SCRAM-SHA1. | Remko Tronçon | |
Actually found out that I implemented the old RFC. Need to reimplement SCRAM-SHA1 from scratch based on http://tools.ietf.org/html/draft-ietf-sasl-scram-10 Disabling for now. | |||
2009-11-20 | Abstracting authenticators. | Remko Tronçon | |
2009-11-20 | Added ClientSessionTest. | Remko Tronçon | |
2009-11-10 | Fix error messages. | Remko Tronçon | |
2009-11-10 | Even more Client refactoring. | Remko Tronçon | |
2009-11-09 | Refactoring Client. | Remko Tronçon | |
2009-11-01 | Refactored some degenerate stuff out of base Session. | Remko Tronçon | |
2009-09-11 | Disable WhitespacePingLayer on disconnect + Timer refactoring. | Remko Tronçon | |
Timer now no longer runs in its own thread, but in the main Boost IOService thread. | |||
2009-07-22 | Started refactoring ClientSessionTest. | Remko Tronçon | |
2009-07-19 | Factor out remote & local JID into Session. | Remko Tronçon | |
2009-07-19 | Factor out common session stuff into Session class. | Remko Tronçon | |
2009-07-19 | Rename Session to ClientSession. | Remko Tronçon | |