| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '1.5' | Linus Jahn | 2023-03-17 | 1 | -5/+13 |
| |\ | |||||
| | * | Stream: IQ handling: Accept responses without 'from' attribute (#556) | Melvin Keskin | 2023-03-17 | 1 | -3/+11 |
| | | | | | | | | | See https://xmpp.org/rfcs/rfc6120.html#stanzas-attributes-from-c2s point 3 | ||||
| | * | Client: Don't fill empty 'to' attributes of outgoing IQs | Linus Jahn | 2023-03-14 | 1 | -2/+2 |
| | | | |||||
| * | | Remove Qt < 5.15 compat code | Linus Jahn | 2023-01-31 | 1 | -15/+0 |
| |/ | |||||
| * | Stream: Fix use of moved value | Linus Jahn | 2023-01-28 | 1 | -2/+2 |
| | | |||||
| * | Use QXmppError in all IQ results instead of StanzaError | Linus Jahn | 2023-01-22 | 1 | -6/+3 |
| | | | | | | | | | This allows us to report different error types with more information and makes it possible to distinguish stanza errors and errors generated locally. Part of #501. | ||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -21/+17 |
| | | | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im> | ||||
| * | Replace QXmpp::SendError with QXmppError everywhere | Linus Jahn | 2022-12-30 | 1 | -7/+7 |
| | | | | | Part of #501. | ||||
| * | Stream: Add IQ response sender check | Linus Jahn | 2022-12-28 | 1 | -12/+30 |
| | | | | | | | | Verifies that the sender of the response is correct, so no evil entity can inject responses. Fixes #510. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -4/+8 |
| | | |||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -4/+2 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -23/+4 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | QXmppStream: Allow to use existing future interface | Linus Jahn | 2021-09-28 | 1 | -10/+52 |
| | | |||||
| * | Client: Require moving the packets/iqs for sending | Linus Jahn | 2021-09-28 | 1 | -14/+11 |
| | | |||||
| * | Adapt IQ parsing to new packet sending | Linus Jahn | 2021-09-03 | 1 | -7/+12 |
| | | | | | Remove now unused QXmpp::PacketState. | ||||
| * | Refactor packet sending: Add SendSuccess/SendError | Linus Jahn | 2021-09-03 | 1 | -18/+16 |
| | | |||||
| * | QXmppStream: Refactor and simplify IQ handling | Linus Jahn | 2021-08-31 | 1 | -52/+30 |
| | | |||||
| * | Make it possible to send QXmppNonzas over streams | Linus Jahn | 2021-08-26 | 1 | -2/+2 |
| | | |||||
| * | QXmppStream: Fix memory leak in new IqState | Linus Jahn | 2021-07-06 | 1 | -3/+3 |
| | | | | | The code needs to be improved here. | ||||
| * | Add reporting of IQ responses with QFutures | Linus Jahn | 2021-06-27 | 1 | -1/+132 |
| | | |||||
| * | QXmppStream: Report packet sending result using QFutures | Linus Jahn | 2021-06-27 | 1 | -10/+28 |
| | | |||||
| * | QXmppClient: Reset Stream Management package cache on JID changes | Linus Jahn | 2021-03-11 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | The stream management mechanisms cache sent packages until the client receives an acknowledgement from the server. When the connection gets lost, the client resends all packages from the last connection that have not been acknowledged. And here comes the problem: When connecting with a different JID, the client still resends all packages from the last connection. Packages that were never intended to be sent from another account / to another server. This commit fixes this behaviour by resetting the package cache, when the JID changes. | ||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | QXmppStream: Move stream management into separate class | Linus Jahn | 2021-01-09 | 1 | -123/+22 |
| | | |||||
| * | Clean up QXmppStream (stream management) | Linus Jahn | 2021-01-09 | 1 | -30/+39 |
| | | |||||
| * | Fix empty incoming XML log introduced in 6dce271 | Linus Jahn | 2020-12-27 | 1 | -1/+1 |
| | | |||||
| * | Add extra unit test for QXmppStream | Linus Jahn | 2020-10-10 | 1 | -1/+6 |
| | | |||||
| * | QXmppStream: Refactor XML parsing, Replace deprecated QRegExp | Linus Jahn | 2020-10-10 | 1 | -38/+78 |
| | | | | | QRegExp has been removed from Qt 6 completely. | ||||
| * | Replace deprecated QString::contains(QRegExp) | Linus Jahn | 2020-07-03 | 1 | -2/+2 |
| | | | | | It has been removed in Qt 6.0. | ||||
| * | Replace deprecated QSslSocket::error signal | Linus Jahn | 2020-07-03 | 1 | -0/+4 |
| | | |||||
| * | Add \since tags for QXmpp 1.0 everywhere | Linus Jahn | 2020-04-06 | 1 | -2/+14 |
| | | |||||
| * | Replace deprecated 'qsrand()' and 'qrand()' by QRandomGenerator (#267) | melvo | 2020-03-29 | 1 | -0/+4 |
| | | | | | Since QRandomGenerator is only available since Qt 5.10, the deprecated functions are still used for Qt < 5.10. | ||||
| * | Expand QSL and QBL | Jonah Brüchert | 2020-03-29 | 1 | -3/+3 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -3/+3 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -15/+33 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -13/+10 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -1/+1 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -18/+4 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 1 | -1/+1 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -1/+1 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Set Stream Management to disabled when the socket becomes ready | Niels Ole Salscheider | 2017-04-29 | 1 | -0/+1 |
| | | | | | This is important for reconnects. | ||||
| * | Implement XEP-0198: Stream Management (client only) (#99) | Niels Ole Salscheider | 2017-02-12 | 1 | -3/+119 |
| | | | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate | ||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | QXmppStream : handle end of incoming stream (fixes issue #70) | Jeremy Lainé | 2015-08-27 | 1 | -5/+15 |
| | | |||||
| * | don't try to send stream end if socket is disconnected | Jeremy Lainé | 2015-08-27 | 1 | -4/+7 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
