Age | Commit message (Expand) | Author |
2011-04-22 | Fixed segfault when passing NULL storages to Client. | Remko Tronçon |
2011-04-20 | Added missing struct. | Remko Tronçon |
2011-04-20 | Introduce ClientOptions struct. | Remko Tronçon |
2011-04-18 | Use fallback mechanism for proxies. | Remko Tronçon |
2011-04-18 | Support for SOCKS5 and HTTPConnect proxies. | Thilo Cestonaro |
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon |
2011-04-18 | Jingle refactoring. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-03-12 | Remove dependency on boost::property_tree again. | Remko Tronçon |
2011-03-11 | Store JID->Avatar mappings. | Remko Tronçon |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon |
2011-02-26 | Added an option to not use stream compression. | Remko Tronçon |
2011-02-24 | Fixed compilation. | Remko Tronçon |
2011-02-24 | Added Sluift client test script and the necessary infrastructure. | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-02-06 | Only assume we are logged in when we have bound our resource. | Remko Tronçon |
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon |
2011-01-22 | Close connection properly before quitting. | Remko Tronçon |
2011-01-22 | Renaming SessionStream::onError to SessionStream::onClosed. | Remko Tronçon |
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon |
2010-12-27 | Fixed crash on disconnect. | Remko Tronçon |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon |
2010-12-27 | Avoid more valgrind warnings. | Remko Tronçon |
2010-12-18 | Move domain name resolver in the network factories. | Remko Tronçon |
2010-12-18 | Added initial BenchTool. | Remko Tronçon |
2010-12-15 | Emit nickname change signal when adding to the roster. | Kevin Smith |
2010-12-13 | Added debug output to connector. | Remko Tronçon |
2010-12-12 | Remove obsolete Client::connect(JID). | Remko Tronçon |
2010-12-12 | Added menu to switch between 'show nickname' and 'show JID' in roster header. | Remko Tronçon |
2010-12-12 | Removing nickname change functionality from roster header. | Remko Tronçon |
2010-12-12 | Refactored own nickname handling. | Remko Tronçon |
2010-12-11 | Added SCRAM-SHA-1-PLUS support. | Remko Tronçon |
2010-12-10 | Added TLS channel binding support to SCRAMSHA1ClientAuthenticator. | Remko Tronçon |
2010-12-09 | Handle stream errors in client session. | Remko Tronçon |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon |
2010-12-04 | Added addPayloadParserFactory() and addSerializer() on Entity API. | Remko Tronçon |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith |
2010-11-17 | Added presence subscription stanza to onPresenceSubscriptionRequest. | Remko Tronçon |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon |
2010-11-12 | Added missing break statements in case switch. | Remko Tronçon |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon |
2010-11-11 | Added server identity check. | Remko Tronçon |
2010-11-09 | Added Doxygen documentation for some certificate APIs. | Remko Tronçon |
2010-11-09 | Created CertificateFactory. | Remko Tronçon |
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon |
2010-11-07 | Added security error handling to Swiften. | Remko Tronçon |
2010-11-07 | Refactored TLS handling. | Remko Tronçon |
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon |