Age | Commit message (Expand) | Author |
2018-01-30 | Modernize OpenSSL crypto backend | Tobias Markmann |
2017-10-02 | Fix Code According to New clang warning (-Wobjc-messaging-id) | Tobias Markmann |
2017-07-24 | Add Channel Join and Leave Capability to MIX | Tarun Gupta |
2017-07-18 | Add MIXUpdateSubscription Element, its Parser and Serializer | Tarun Gupta |
2017-07-14 | Add MIXRegisterNick Element, its Parser and Serializer | Tarun Gupta |
2017-07-13 | Fix LRUCache documentation | Tobias Markmann |
2017-07-13 | Remove Swiften/Base/Override.h | Tobias Markmann |
2017-07-12 | Add MIXSetNick Element, its Parser and Serializer | Tarun Gupta |
2017-07-11 | Add missing SWIFTEN_OVERRIDE statements to dtors | Tobias Markmann |
2017-07-11 | Add MIXPayload, its Parser and Serializer | Tarun Gupta |
2017-07-07 | Make std:: make_unique available in gcc with c++11 | Joanna Hulboj |
2017-07-07 | Add support for authorization identity in SASL EXTERNAL | Alexey Melnikov |
2017-07-07 | Update namespace for MIX Elements | Tarun Gupta |
2017-07-06 | Adds MIXLeave Element, its Parser and Serializerswift-5.0alpha | Tarun Gupta |
2017-07-05 | Adds MIXUserPreference Element, its Parser and Serializer | Tarun Gupta |
2017-07-03 | Adds MIX Create Element, its Parser and Serializer | Tarun Gupta |
2017-06-26 | Adds MIX Join Element, its Parser and Serializer. | Tarun Gupta |
2017-06-26 | Fix FileWriteBytestreamTest under Windows | Vitaly Takmazov |
2017-06-26 | Fix compiler warnings raise by Clang on Linux | Tobias Markmann |
2017-06-26 | Remove unneeded forward declarations from Swiften headers | Tobias Markmann |
2017-06-25 | Adds MIX Destroy Element, its Parser and Serializer. | Tarun Gupta |
2017-06-22 | Add missing SWIFTEN_API declarations | Vitaly Takmazov |
2017-06-22 | Handle badly-formed labels catalogue | Thanos Doukoudakis |
2017-06-22 | Add missing SWIFTEN_API annotation | Tobias Markmann |
2017-06-21 | Add Coala config for whitespace checking | Tobias Markmann |
2017-06-21 | Fix compiler warnings | Kevin Smith |
2017-06-19 | Don't crash when SSL_new fails | Alexey Melnikov |
2017-06-18 | Adds MIX Participant Element, its Parsers and Serializers. | Tarun Gupta |
2017-05-22 | Close changelog for Swift 4.0 RC2swift-4.0rc2 | Tobias Markmann |
2017-05-15 | Add pointer checks in some CoreClient members. | Thanos Doukoudakis |
2017-05-05 | Fix SendFile example heap-use-after-free | Thanos Doukoudakis |
2017-05-04 | Fix recent chat entries being incorrectly displayed | Joanna Hulboj |
2017-04-21 | Bring Swift and Swiften ChangeLog.md files up to date | Tobias Markmann |
2017-04-18 | Support Last Message Correction in multi client scenarios | Tobias Markmann |
2017-04-11 | Simplify algorithm for concatenating using modern c++ | Joanna Hulboj |
2017-04-06 | Reset the chat state to active after a few seconds | Thanos Doukoudakis |
2017-04-04 | Add missing check for initialised pointer | Tobias Markmann |
2017-04-04 | Verify certificates for HTTPS BOSH connections | Tobias Markmann |
2017-03-31 | Use std::random instead of boost::random | Joanna Hulboj |
2017-03-28 | Modified XMLBeautifier to handle split payloads | Joanna Hulboj |
2017-03-23 | Add Client State Indication Element, its Parser and Serializer | Tarun Gupta |
2017-03-15 | Do no emit onXMPPDataRead when the session is terminated | Tobias Markmann |
2017-03-13 | Add LogSerializer for BOSHError | Tobias Markmann |
2017-02-27 | Handle boost::bad_lexical_cast exception in HostAddressPort::toString() | Tobias Markmann |
2017-02-23 | Change the logic of displaying chat room subject | Joanna Hulboj |
2017-02-23 | Disconnect signals in ComponentSessionStanzaChannel dtor | Tobias Markmann |
2017-02-22 | Cache some recently used entity capability lookups in memory | Tobias Markmann |
2017-02-22 | Add LRUCache utility class to Swiften | Tobias Markmann |
2017-02-21 | Add checks to verify if the input data is a valid XML/XMPP | Joanna Hulboj |
2017-02-10 | Display error message in profile window if vCard request failed | Tobias Markmann |