| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Use generate_export_header() instead of doing manually | Linus Jahn | 2022-12-29 | 1 | -1/+1 |
| | | | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523. | ||||
| * | PubSubEvent: Split up Items type into Items and virtual Retract type | Linus Jahn | 2022-12-28 | 1 | -22/+19 |
| | | | | | | | | | | This makes the handling much easier because you don't have to manually check whether the set 'Items' type means items have been published or retracted. There is no retract type in the XML representation, but that doesn't mean that we cannot distinguish both cases. Closes #521. | ||||
| * | PubSubManager: Add 'own' to PEP function names | Linus Jahn | 2022-12-28 | 1 | -13/+13 |
| | | | | | | | | | | This makes it clear that the functions use the own PEP nodes. This is clear in some cases (createPepNode()), but in others not so clear (requestPepItem()). To keep it consistent all PEP functions get an 'own' now. Closes #520. | ||||
| * | omemo: Fix usage of Qt keywords | Linus Jahn | 2022-12-28 | 2 | -13/+13 |
| | | |||||
| * | OmemoManagerPrivate: Use chain() in setUpDeviceId() | Linus Jahn | 2022-12-22 | 1 | -7/+3 |
| | | |||||
| * | OmemoManagerPrivate: Simplify setUpDeviceId() | Linus Jahn | 2022-12-22 | 2 | -28/+40 |
| | | |||||
| * | OmemoManagerPrivate: Fix device setup | Melvin Keskin | 2022-12-22 | 1 | -9/+29 |
| | | |||||
| * | Improve and update OMEMO documentation | Melvin Keskin | 2022-12-22 | 1 | -21/+5 |
| | | | | | | | * OmemoManager: Use new CarbonManagerV2 and addNewExtension() for class documentation * OmemoManager: Remove unneeded Doxygen references for method documentation * doc: index: Add OmemoManager | ||||
| * | OmemoManagerPrivate: Add colon to error messages (#506) | Melvin Keskin | 2022-10-29 | 1 | -7/+7 |
| | | |||||
| * | OmemoManager: Implement isEncrypted() and decryptMessage() | Linus Jahn | 2022-10-18 | 2 | -0/+45 |
| | | |||||
| * | OmemoManagerPrivate: Capture lambda expression parameters explicitly (#498) | Melvin Keskin | 2022-10-16 | 1 | -1/+8 |
| | | | | Avoids warnings with C++17 and C++20. | ||||
| * | OmemoManager: Use shared QcaInitializer instead of own | Linus Jahn | 2022-09-24 | 1 | -1/+3 |
| | | |||||
| * | Add note about BUILD_SHARED_LIBS=ON for libomemo-c in omemo readme | Linus Jahn | 2022-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix missing license information for READMEs | Linus Jahn | 2022-09-04 | 1 | -0/+6 |
| | | |||||
| * | OmemoLibWrappers: Fix compilation | Linus Jahn | 2022-08-16 | 1 | -0/+19 |
| | | | | | | I don't know why this didn't happen before, but somehow my compiler started trying to use the wrong constructor. | ||||
| * | Describe OMEMO specific dependencies in READMEs | Linus Jahn | 2022-08-16 | 1 | -0/+17 |
| | | |||||
| * | Add README for omemo module | Linus Jahn | 2022-08-13 | 1 | -0/+25 |
| | | |||||
| * | Split up OMEMO into extra module | Linus Jahn | 2022-08-13 | 19 | -0/+7046 |
