| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix discovery manager incoming request handling | Linus Jahn | 2023-01-22 | 1 | -1/+5 |
| | | | | | Fixes #529. | ||||
| * | Introduce QXmppTask & QXmppPromise | Linus Jahn | 2023-01-03 | 1 | -0/+13 |
| | | | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im> | ||||
| * | Add multithreaded hashing functions | Linus Jahn | 2022-09-16 | 1 | -1/+2 |
| | | |||||
| * | tests: utils: Add missing <memory> include | Linus Jahn | 2022-09-14 | 1 | -0/+1 |
| | | |||||
| * | tests: util: wait: Check whether spy.wait() succeeded | Linus Jahn | 2022-09-12 | 1 | -1/+1 |
| | | |||||
| * | tests: util: Add wait(QFuture) function | Linus Jahn | 2022-09-09 | 1 | -0/+12 |
| | | | | | | | | The function uses a QSignalSpy and a QFutureWatcher to wait for the future's result. It blocks until the result is there. However it still runs the event loop, so processing of the future can be done in the background. | ||||
| * | tests: util: Add expectVariant() helper | Linus Jahn | 2022-09-09 | 1 | -8/+17 |
| | | | | | | | We had expectFutureVariant() which is useful for futures with a variant type. This new function can check the type of just a variant and outputs the value. | ||||
| * | Apply 'clang-format' (#429) | Melvin Keskin | 2022-05-28 | 1 | -1/+3 |
| | | |||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -24/+5 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | tests: util: Allow using ' instead of " in xml | Linus Jahn | 2021-08-01 | 1 | -3/+8 |
| | | | | | serializePacket now accepts both `'` and `"`. | ||||
| * | tests: util: Add new packetToXml() function | Linus Jahn | 2021-08-01 | 1 | -6/+13 |
| | | |||||
| * | tests: TestClient: Add both QString & QByteArray packet injection | Linus Jahn | 2021-08-01 | 1 | -1/+2 |
| | | |||||
| * | tests: Add TestClient class for client testing with QFutures | Linus Jahn | 2021-07-06 | 1 | -1/+19 |
| | | |||||
| * | tests: util: Add xmlToDom() helper | Linus Jahn | 2021-06-30 | 1 | -4/+14 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | tests: util: Add writePacketToDom() helper | Linus Jahn | 2020-04-01 | 1 | -0/+14 |
| | | | | | It is used in multiple places now. | ||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -1/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -4/+3 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -2/+2 |
| | | | | | | | | | 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 |
| | | |||||
| * | move TestPasswordChecker to test utilities | Jeremy Lainé | 2015-08-15 | 1 | -0/+31 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | start splitting tests | Jeremy Lainé | 2012-09-27 | 1 | -0/+48 |
