| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Qt < 5.15 compat code | Linus Jahn | 2023-01-31 | 1 | -28/+0 |
| | | |||||
| * | Implement XEP-0448: Stateless File Sharing | Jonah Brüchert | 2022-09-29 | 1 | -0/+11 |
| | | | | | | | | | | This adds a file sharing manager that is capable of using multiple back ends. Currently implemented are a normal HTTP File Upload backend and an encrypted HTTP File Upload. Jingle File Transfer could be implemented later. Co-authored-by: Linus Jahn <lnj@kaidan.im> | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -16/+31 |
| | | |||||
| * | Utils_p: Add functions to generate random QByteArray | Linus Jahn | 2022-08-13 | 1 | -0/+67 |
| | | | | | Co-authored-by: Melvin Keskin <melvo@olomono.de> | ||||
| * | 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 |
| | | |||||
| * | Require Qt 5.9 and clean up compatibility code | Linus Jahn | 2021-03-17 | 1 | -4/+0 |
| | | |||||
| * | Fix build with Qt 5.7 | Linus Jahn | 2021-03-17 | 1 | -3/+8 |
| | | | | | We only test 5.9 with the CI... :/ | ||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Port remaining Qt-6-removed APIs | Linus Jahn | 2020-10-10 | 1 | -38/+16 |
| | | |||||
| * | Replace deprecated 'qsrand()' and 'qrand()' by QRandomGenerator (#267) | melvo | 2020-03-29 | 1 | -1/+9 |
| | | | | | 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 | -14/+14 |
| | | | | | So they don't leak into the public API | ||||
| * | Reformat code | Jonah Brüchert | 2020-03-28 | 1 | -1/+2 |
| | | |||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -14/+14 |
| | | | | | | | 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 | -8/+12 |
| | | |||||
| * | utils: Generate UUIDs for stanza hashes by default | Linus Jahn | 2020-02-11 | 1 | -1/+30 |
| | | | | | | | | | | | The QXmppUtils::generateStanzaHash() generates UUIDs by default now. UUIDs are not generated, if the default parameter is changed to a different value (!= 36). The behaviour is not changed for other values than 36. This way all users of QXmpp will automatically start to use UUIDs, if they use the generateStanzaHash() method. | ||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -22/+18 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+3 |
| | | |||||
| * | 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 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | fix some documentation warnings | Jeremy Lainé | 2012-05-10 | 1 | -7/+24 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -14/+14 |
| | | |||||
| * | hide an internal method | Jeremy Lainé | 2012-04-20 | 1 | -30/+0 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+339 |
