| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move SecurityPolicy, TrustLevel intro extra headers | Linus Jahn | 2022-06-18 | 1 | -4/+6 |
| | | | | | | This avoids the need to include the whole TrustStorage in files like SendStanzaParams.h. | ||||
| * | SendStanzaParams: Add accepted trust levels | Melvin Keskin | 2022-06-18 | 1 | -0/+28 |
| | | |||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -0/+4 |
| | | | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator. | ||||
| * | SendStanzaParams: Fix typo in setter name | Linus Jahn | 2022-05-24 | 1 | -1/+1 |
| | | |||||
| * | Add SendStanzaParams for passing additional parameters | Linus Jahn | 2022-05-22 | 1 | -0/+54 |
| For now only contains a list of JIDs the stanza should be encrypted for. | |||||
