Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-27 | Cleaning up code paths for rapid disconnect/reconnect. | Kevin Smith | |
This includes a fix in OpensSSLContext that stops assert failures when more data is received on a connection after a write has failed. It's worth investigating why this happens, stopping it doing so, and re-instate the assert. Resolves: #402 | |||
2010-05-24 | Make connector shared to avoid a crash on login. | Remko Tronçon | |
Resolves: #346 | |||
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-30 | Adding manual hosts to SendMessage | 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-31 | Put a timeout of 60s on connecting & resolving. | Remko Tronçon | |
Resolves: #87. | |||
2009-12-07 | Fixed segfault on disconnect. | Remko Tronçon | |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon | |
This means we can now move them to a separate thread. | |||
2009-11-25 | Enabled stream compression again. | Remko Tronçon | |
2009-11-24 | Added PresenceSender object. | Remko Tronçon | |
2009-11-23 | Test whether we have a session before sending stanzas. | 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-12 | Created a TimerFactory, and abstracted Timer. | Remko Tronçon | |
2009-11-12 | Refactored DNS handling. | Remko Tronçon | |
Connections now fallback on other DNS entries upon failure, taking into account SRV priorities. | |||
2009-11-10 | Close connection properly on disconnect and session end. | Remko Tronçon | |
2009-11-10 | Fix error messages. | Remko Tronçon | |
2009-11-10 | Fixed error handling. | Remko Tronçon | |
2009-11-10 | Even more Client refactoring. | Remko Tronçon | |
2009-11-10 | More Client refactoring. | Remko Tronçon | |
2009-11-09 | Refactoring Client. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-11-01 | Refactored some degenerate stuff out of base Session. | Remko Tronçon | |
2009-10-25 | Starting to unit test PresenceOracle. | Kevin Smith | |
2009-09-15 | Reconnect seems to mostly work now. | Kevin Smith | |
It doesn't always re-enable the chat windows, though, so it's not perfect yet. | |||
2009-09-15 | Completely untested. Rewiring the MainController for Client to be ↵ | Kevin Smith | |
reconnectable (won't compile). | |||
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-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-16 | Use global IO service thread in Client. | Remko Tronçon | |
2009-07-24 | Fix uninitialized streamstack. | Remko Tronçon | |
2009-07-22 | Temporarily disable client test. | Remko Tronçon | |
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 | |