summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
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