Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Client
/
CoreClient.h
Age
Commit message (
Expand
)
Author
2016-04-05
Migrate to Boost.Signals2 from Boost.Signals
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-01-15
Add missing virtual keyword to some destructors
Tobias Markmann
2014-12-15
Update Copyright in Swiften
Kevin Smith
2013-08-15
Make (Core)Component constructor consistent with (Core)Client.
Remko Tronçon
2012-12-31
Fix more warnings.
Remko Tronçon
2012-07-14
Initial DLL support for Swiften.
Remko Tronçon
2012-06-17
Allow different connection methods for Client.
Remko Tronçon
2012-05-11
Showing stream encryption status in the roster header. Provide native certifi...
Tobias Markmann
2012-03-04
Pass along errors about DNS resolution.
Kevin Smith
2012-03-03
Unit tests for SettingsProviderHierachy
Kevin Smith
2012-02-22
Fix up for previous CAPI patch
Kevin Smith
2012-02-22
Initial implementation of using CAPI certificates with Schannel.
Alexey Melnikov
2011-12-13
BOSH Support for Swiften
Kevin Smith
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-09-25
Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...
Tobias Markmann
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
Eagle mode.
Kevin Smith
2011-05-18
Introduce safe containers for storing passwords.
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
Cleaned up includes.
swift-2.0alpha
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-14
Removed Swift::String.
Remko Tronçon
2011-02-02
Removing unused parameter from Client constructor.
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-12
Remove obsolete Client::connect(JID).
Remko Tronçon
2010-12-04
Added addPayloadParserFactory() and addSerializer() on Entity API.
Remko Tronçon
2010-11-16
Pass NetworkFactories as an explicit dependency into client.
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-10-30
Disconnect client cleanly before quitting.
Remko Tronçon
2010-10-30
Changed CoreClient::onError to CoreClient::onDisconnected.
Remko Tronçon
2010-10-27
Remove MainEventLoop singleton.
Remko Tronçon
2010-10-25
Updated doxygen.
Remko Tronçon
2010-10-25
Remove the use of Shared<>.
Remko Tronçon
2010-10-10
Move SoftwareVersion responder from Swift to Client.
Remko Tronçon
2010-10-10
Separate CoreClient out of Client.
Remko Tronçon
2010-03-28
Removing submodules.
Remko Tronçon
2010-03-28
Moved Swiften to a separate module.
Remko Tronçon