| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Code formatting | Linus Jahn | 2023-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use QXmppError in all IQ results instead of StanzaError | Linus Jahn | 2023-01-22 | 1 | -3/+5 |
| | | | | | | | | | 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 | -10/+10 |
| | | | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im> | ||||
| * | Replace raw pointers with unique_ptr | Linus Jahn | 2022-09-02 | 1 | -1/+1 |
| | | | | | safer, simpler | ||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -2/+2 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | UploadRequestManager: Add QFuture-based requests | Linus Jahn | 2021-06-27 | 1 | -0/+15 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Make QXmpp work with projects using QT_NO_KEYWORDS | Linus Jahn | 2020-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS' and 'Q_SIGNALS'. This allows for smooth integration with software projects that need QT_NO_KEYWORDS, such as those ones that rely on boost libraries. Closes #115. Co-authored-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it> | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -2/+3 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -0/+1 |
| | | |||||
| * | 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 | -1/+1 |
| | | |||||
| * | Replace emails in copyright headers by entries in the AUTHORS file | Linus Jahn | 2019-12-08 | 1 | -1/+1 |
| | | | | | Mostly this was a mistake by me in earlier contributions. | ||||
| * | Add \since QXmpp 1.1 to all new methods and classes | Linus Jahn | 2019-10-23 | 1 | -0/+2 |
| | | | | | Methods of new classes have no \since tag. | ||||
| * | QXmppUploadRequestManager: Fix doxygen warnings | Linus Jahn | 2019-10-21 | 1 | -8/+6 |
| | | |||||
| * | Add unit tests for QXmppUploadRequestManager | blue | 2019-10-20 | 1 | -1/+0 |
| | | | | | Co-authored-by: Linus Jahn <lnj@kaidan.im> | ||||
| * | Implement XEP-0363: HTTP File Upload: UploadRequestManager | Linus Jahn | 2019-10-20 | 1 | -0/+141 |
| This adds a manager to simplify service discovery and IQ sending for XEP-0363: HTTP File Upload. | |||||
