Age | Commit message (Expand) | Author |
2011-12-13 | BOSH implementation started | Thilo Cestonaro |
2011-11-03 | Quick brush up after previous patch. | Kevin Smith |
2011-10-18 | Use the oldest error when closing streams. | Kevin Smith |
2011-10-16 | Hoist ProxyProvider creation out of Client. | Remko Tronçon |
2011-10-16 | Hoist TLSContextFactory creation out of Client. | Remko Tronçon |
2011-10-10 | Force disconnect signals when calling connect() shortly after disconnect(). | Remko Tronçon |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon |
2011-10-01 | Update IQRouter JID after session was authenticated. | Remko Tronçon |
2011-09-26 | Fixed compilation warnings & errors. | Remko Tronçon |
2011-09-26 | Allow disabling of 198-acks in Swiften | Kevin Smith |
2011-09-25 | File transfer changes. | Remko Tronçon |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ... | Tobias Markmann |
2011-09-20 | Added ClientBlockListManager. | Remko Tronçon |
2011-09-20 | Swiften support for requiring TLS | Kevin Smith |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon |
2011-07-03 | Fix for a SIGABRT when reconnecting | Thilo Cestonaro |
2011-06-13 | Fixed some CppCheck warnings. | Remko Tronçon |
2011-06-08 | Added AllowPlainOverNONTLS option to ClientOptions. | Remko Tronçon |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon |
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon |
2011-05-22 | Removing unnecessary purgePassword() calls in CoreClient. | Remko Tronçon |
2011-05-22 | Eagle mode. | Kevin Smith |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon |
2011-05-14 | Ack pending stanzas on logout. | Remko Tronçon |
2011-05-13 | Removed some explicit new's. | Remko Tronçon |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon |
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 |