summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-05Added plumbing for persistent certificate trust checking.Remko Tronçon
2010-12-05Don't mess up avatars after a MUC reconnect.Kevin Smith
Resolves: #702
2010-12-05Use make_shared in parsers.Remko Tronçon
2010-12-05__FILE__ should actually work on windows as well.Remko Tronçon
2010-12-05Added SWIFT_LOG functionality.Remko Tronçon
2010-12-04Document custom requests & responders, and components.Remko Tronçon
2010-12-04Added EchoPayload parserialement.Remko Tronçon
2010-12-04Added addPayloadParserFactory() and addSerializer() on Entity API.Remko Tronçon
2010-11-28Change Chat Window titles when contacts are renamed.Kevin Smith
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed.
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
Resolves: #692
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-21Added missing file.Remko Tronçon
2010-11-21Added search parserialement.Remko Tronçon
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-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-15Fixed OpenSSL compilation.Remko Tronçon
2010-11-15Squelch warningsKevin Smith
2010-11-15Fix compilation on OS XKevin Smith
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-13Added missing receiver parameter to IBR requests.Remko Tronçon
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-11Avoided compilation warnings.Remko Tronçon
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