Age | Commit message (Expand) | Author |
2010-12-09 | Fixed namespace of stream error children. | Remko Tronçon |
2010-12-09 | Handle stream errors in client session. | Remko Tronçon |
2010-12-09 | Added missing files & fixed stream error namespace. | Remko Tronçon |
2010-12-09 | Added Stream error parserialement. | Remko Tronçon |
2010-12-09 | Don't crash when we don't get a vcard. | Remko Tronçon |
2010-12-08 | Fixed swiften-config on windows. | Remko Tronçon |
2010-12-06 | Added IPv6 test. | Remko Tronçon |
2010-12-06 | Fixed assertion failure on invalid stream start. | Remko Tronçon |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon |
2010-12-05 | Don't mess up avatars after a MUC reconnect. | Kevin Smith |
2010-12-05 | Use make_shared in parsers. | Remko Tronçon |
2010-12-05 | __FILE__ should actually work on windows as well. | Remko Tronçon |
2010-12-05 | Added SWIFT_LOG functionality. | Remko Tronçon |
2010-12-04 | Document custom requests & responders, and components. | Remko Tronçon |
2010-12-04 | Added EchoPayload parserialement. | Remko Tronçon |
2010-12-04 | Added addPayloadParserFactory() and addSerializer() on Entity API. | Remko Tronçon |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon |
2010-11-28 | Added swiften-config. | Remko Tronçon |
2010-11-28 | Replace slightly-too-magic MergeFlags by our own UseFlags. | Remko Tronçon |
2010-11-27 | Introduce SWIFTEN_DEP_FLAGS. | Remko Tronçon |
2010-11-27 | Added missing include. | Remko Tronçon |
2010-11-21 | Added missing file. | Remko Tronçon |
2010-11-21 | Added search parserialement. | Remko Tronçon |
2010-11-18 | Moving out a convenience function for generating XEP-0082 strings from Boost ... | Kevin Smith |
2010-11-17 | Added presence subscription stanza to onPresenceSubscriptionRequest. | Remko Tronçon |
2010-11-16 | Added In-band-registration unsubscribe support to Swiften. | Remko Tronçon |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon |
2010-11-15 | Fixed OpenSSL compilation. | Remko Tronçon |
2010-11-15 | Squelch warnings | Kevin Smith |
2010-11-15 | Fix compilation on OS X | Kevin Smith |
2010-11-15 | Clean MUC joins slightly. | Kevin Smith |
2010-11-13 | Added missing receiver parameter to IBR requests. | Remko Tronçon |
2010-11-12 | Added missing break statements in case switch. | Remko Tronçon |
2010-11-12 | Don't include OpenSSL headers in Swiften.h. | Remko Tronçon |
2010-11-12 | Add Windows trust anchors to OpenSSL context. | Remko Tronçon |
2010-11-11 | Removed obsolete class. | Remko Tronçon |
2010-11-11 | Added CertificateVerificationError::ref. | Remko Tronçon |
2010-11-11 | Commenting getSubjectName test. | Remko Tronçon |
2010-11-11 | Handle null OpenSSL X509 cert pointers better. | Remko Tronçon |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon |
2010-11-11 | Fixed Linux compilation. | Remko Tronçon |
2010-11-11 | Changed misleading test name. | Remko Tronçon |
2010-11-11 | Added server identity check. | Remko Tronçon |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon |
2010-11-10 | Refactored TLS tests. | Remko Tronçon |
2010-11-09 | Added Doxygen documentation for some certificate APIs. | Remko Tronçon |
2010-11-09 | Certificate::getCommonName -> getCommonNames. | Remko Tronçon |
2010-11-09 | Created CertificateFactory. | Remko Tronçon |
2010-11-09 | Implement DER conversion to/from certificates. | Remko Tronçon |