summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-09Created CertificateFactory.Remko Tronçon
2010-11-09Implement DER conversion to/from certificates.Remko Tronçon
2010-11-09Only request new MUC context when rejoining.Kevin Smith
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed.
2010-11-09Fixed windows compilation.Remko Tronçon
2010-11-08Brute force application of presence to roster items on add/modify.Kevin Smith
Resolves: #655 Resolves: #672 Release-Notes: The roster should no longer sometimes show online users as offline.
2010-11-07Refactoring certificates & certificate checking.Remko Tronçon
2010-11-07Added missing files.Remko Tronçon
2010-11-07Added security error handling to Swiften.Remko Tronçon
2010-11-07Removed obsolete member var.Remko Tronçon
2010-11-07Added certificate verification API to TLS context.Remko Tronçon
2010-11-07Fixed build on linux.Remko Tronçon
2010-11-07Refactored TLS handling.Remko Tronçon
TLSLayer is now independent of TLS implementation. The implementation-specifics are now in TLSContext and TLSContextFactory.
2010-11-06Use EntityCapsProvider in Swiften.Remko Tronçon
2010-11-06Added boost libdir and includedir flags.Remko Tronçon
2010-11-06Revert boost auto-detection.Remko Tronçon
2010-11-06Make expat libname a config option.Remko Tronçon
2010-11-06Added Expat configuration flags.Remko Tronçon
2010-11-03Added incoming IBB session.Remko Tronçon
2010-11-03Centralizing predefined features in DiscoInfo.Remko Tronçon
2010-11-03Give later IQ handlers precedence over older IQ handlers.Remko Tronçon
2010-11-03Added JIDDiscoInfoResponder + Added "to" parameter to responder callback.Remko Tronçon
2010-11-03Added ClientDiscoManager.Remko Tronçon
2010-11-03Refactoring Presence & MUC handling.Remko Tronçon
2010-11-02Copy uuid/ dir in packaging script.swift-1.0beta8Remko Tronçon
2010-11-01Disable bookmarks when offline.Kevin Smith
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline.
2010-11-01Small tweaks to DummySystemTray & MemoryStoragesFactory.Remko Tronçon
2010-11-01Added dummy sound player & system tray.Remko Tronçon
2010-10-31Include colons in labels.Kevin Smith
Resolves: #605
2010-10-31Tweak the group triangles a bit.Remko Tronçon
2010-10-31Fix triangle drawing.Remko Tronçon
Resolves: #634
2010-10-31Don't clip group header text.Remko Tronçon
Resolves: #659
2010-10-31Remove pending events from a Timer when the timer is stopped.Remko Tronçon
2010-10-31Make Timer one-shot.Remko Tronçon
2010-10-30Rename swift Debian package to swift-im.Remko Tronçon
2010-10-30When MUC notifications are clicked, open the MUC.Remko Tronçon
Release-Notes: When clicking notifications coming from rooms, bring up the room dialog. Resolves: #674
2010-10-30Disconnect client cleanly before quitting.Remko Tronçon
Resolves: #671, #420
2010-10-30Changed CoreClient::onError to CoreClient::onDisconnected.Remko Tronçon
The error parameter is optional.
2010-10-30Register default Growl notifications correctly.Remko Tronçon
Release-Notes: When registering with Growl, we now request incoming message popups to be enabled by default.
2010-10-29Make ChatStateNotifier use StanzaChannel directly.Remko Tronçon
2010-10-29Make Qt non-mandatory for global build.Remko Tronçon
2010-10-29Use canonical-append hint for FreeDesktop notifications.Remko Tronçon
This merges notifications on Ubuntu.
2010-10-28Only match against Boost MT library.Remko Tronçon
2010-10-28Tweaked boost detection a bit.Remko Tronçon
2010-10-28Auto-detect boost on windows.Remko Tronçon
2010-10-28Fixed SCons error.Remko Tronçon
2010-10-28Added boost prefix flag.Remko Tronçon
2010-10-28Add some more modules to Doxygen.Remko Tronçon
2010-10-28Correctly mark roster items with the highest priority status.Kevin Smith
Resolves: #668
2010-10-27Fixed Linux compilation.Remko Tronçon
2010-10-27Starting to test getHighestPriorityPresenceKevin Smith