summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-28Rebind chat dialogs on just about anything.Kevin Smith
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided.
2010-11-28Added swiften-config.Remko Tronçon
2010-11-28Replace slightly-too-magic MergeFlags by our own UseFlags.Remko Tronçon
2010-11-27Introduce SWIFTEN_DEP_FLAGS.Remko Tronçon
2010-11-27Added missing include.Remko Tronçon
2010-11-27Fixed build error.Remko Tronçon
2010-11-27Split incoming ccflags if they are a string.Remko Tronçon
2010-11-27Prefix 3rdParty bundled libs with Swiften_.Remko Tronçon
2010-11-25Split up source and binary debian generation.Remko Tronçon
2010-11-25Fixed debian sections, priorities & distributions.Remko Tronçon
2010-11-24Removed unused header.Remko Tronçon
2010-11-24Upgraded Boost to 1.45.0.Remko Tronçon
2010-11-21Clearing the chat window won't break continuation elements.Kevin Smith
Resolves: #642 Resolves: #643 Release-Notes: Clearing the chat windows should now work correctly.
2010-11-21Changed Debian packager to "Swift Package Maintainer"Remko Tronçon
2010-11-21Added missing file.Remko Tronçon
2010-11-21Added search parserialement.Remko Tronçon
2010-11-20Logo should stay in the centre when login window is resized.Kevin Smith
Resolves: #675 Release-Notes: The Swift logo will now remain in the centre when the login window is resized.
2010-11-20Include date for MUC context older than today.Kevin Smith
Resolves: #641 Release-Notes: MUC context for days other than today is now annotated.
2010-11-18Moving out a convenience function for generating XEP-0082 strings from Boost ↵Kevin Smith
ptimes
2010-11-17Added presence subscription stanza to onPresenceSubscriptionRequest.Remko Tronçon
Removed unused signal on Client.
2010-11-17Fix build on VS2008Kevin Smith
2010-11-16Remember previous MUC service searches.Kevin Smith
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services.
2010-11-16Added In-band-registration unsubscribe support to Swiften.Remko Tronçon
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-11-15Don't show unread events after signout.Kevin Smith
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages.
2010-11-15Fixed OpenSSL compilation.Remko Tronçon
2010-11-15Squelch warningsKevin Smith
2010-11-15Fix compilation on OS XKevin Smith
2010-11-15Sanitise the Roster widget on signout.Kevin Smith
This will hopefully avoid crashes in the RosterDelegate due to Qt believing that the RosterItems still exist and that it can read them. Unverified as I can't reproduce the crash on this machine, but hopefully Resolves: #678
2010-11-15Clean MUC joins slightly.Kevin Smith
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms.
2010-11-15Ask for confirmation before removing contacts.Kevin Smith
Resolves: #628 Release-Notes: You'll now be asked for confirmation before removing contacts.
2010-11-13Added missing receiver parameter to IBR requests.Remko Tronçon
2010-11-12Persist toggle show offline.Kevin Smith
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts.
2010-11-12Added missing break statements in case switch.Remko Tronçon
2010-11-12Don't include OpenSSL headers in Swiften.h.Remko Tronçon
2010-11-12Add Windows trust anchors to OpenSSL context.Remko Tronçon
2010-11-11Removed obsolete class.Remko Tronçon
2010-11-11Added CertificateVerificationError::ref.Remko Tronçon
2010-11-11Commenting getSubjectName test.Remko Tronçon
2010-11-11Handle null OpenSSL X509 cert pointers better.Remko Tronçon
2010-11-11Avoid scons error when OpenSSL is not found.Remko Tronçon
2010-11-11Avoided compilation warnings.Remko Tronçon
2010-11-11Fixed compilation for newer versions of boost.Remko Tronçon
This may break VS2008 compilation. If it does, we should add a conditional include path with stdint.h in it.
2010-11-11Fixed Linux compilation.Remko Tronçon
2010-11-11Changed misleading test name.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon
2010-11-10Added InBandRegistration classes.Remko Tronçon
2010-11-10Refactored TLS tests.Remko Tronçon
2010-11-09Added Doxygen documentation for some certificate APIs.Remko Tronçon
2010-11-09Certificate::getCommonName -> getCommonNames.Remko Tronçon