Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
Swift Contributors Repository
catalinb/history
catalinb/history2
dknn/rtp
dreijer/schannel
ephraim/SOCKS5Unittests
ephraim/chatview
ephraim/german
kev/forvlad
ks/asyncsqlite
ks/boost1.47
ks/luasocket
ks/spell_checker
ks/tlserrors
master
pielas/branch
pielas/whiteboard
pielas/whiteboardnew
remko/libvnc
swift-1.x
tobias/cocoa-ssl
tobias/jingle
tobias/notification-center
tobias/openssl_crl
tobias/unbound
tobias/vcard
vladv/history
vladv/spell_checker
Swift Repository used by contributors
Swift Contributors
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Client
/
CoreClient.cpp
Age
Commit message (
Expand
)
Author
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
Allow disabling of 198-acks in Swiften
Kevin Smith
2011-09-25
Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...
Tobias Markmann
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-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-13
Removed some explicit new's.
Remko Tronçon
2011-04-30
Replace #icnlude "" by #include <> in Swiften.
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
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
Fixed crash on disconnect.
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-13
Added debug output to connector.
Remko Tronçon
2010-12-12
Remove obsolete Client::connect(JID).
Remko Tronçon
2010-12-09
Handle stream errors in client session.
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-12
Added missing break statements in case switch.
Remko Tronçon
2010-11-11
Avoided compilation warnings.
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-15
Added Component parser, serializer, element, and connector.
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