Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Use fallback mechanism for proxies. | Remko Tronçon | |
2011-04-18 | Support for SOCKS5 and HTTPConnect proxies. | Thilo Cestonaro | |
automatic proxy settings detection; SOCKS5 proxied connection; HTTPConnect proxied connection; License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon | |
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning | |||
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 | |
Resolves: #653 | |||
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 | |
Resolves: #758 | |||
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 | |
So open chat windows should change their title if you're talking to a contact not in your roster, and then add them. Resolves: #704 | |||
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 | |
Resolves: #627 Release-Notes: The roster header can now be configured to show the JID instead of the nick. | |||
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 | |
Release-Notes: Swift now supports SCRAM-SHA-1-PLUS authentication. | |||
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 | |
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed. | |||
2010-11-17 | Added presence subscription stanza to onPresenceSubscriptionRequest. | Remko Tronçon | |
Removed unused signal on Client. | |||
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 | |
TLSLayer is now independent of TLS implementation. The implementation-specifics are now in TLSContext and TLSContextFactory. | |||
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon | |
The error parameter is optional. |