Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-11 | Add convenience function for activating encryption and fix | Tobias Fella | |
EncryptionEvent constructor | |||
2021-06-13 | EncryptionEvent: fix "too perfect forwarding" | Alexey Rusakov | |
Now that QMetaType introspects into types, it reveals hidden problems (which is very nice of it). | |||
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral | |
After going through all the files and the history of commits on them it was clear that some copyright statements are obsolete (the code has been overwritten since) and some are missing. This commit tries best to remedy that, along with adding SPDX tags where they were still not used. Also, a minimal SPDX convention is documented for further contributions. Closes #426. | |||
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan | |
2020-11-15 | Cleanup across event classes | Kitsune Ral | |
In particular: removed unnecessary #includes, deprecated and no more used constructs, replaced stored members with dynamic generation from JSON (TypingEvent and, especially promising for performance, ReceiptEvent) | |||
2019-08-11 | Now that we're C++17, remove old compatibility cruft | Kitsune Ral | |
2019-08-11 | Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macro | Kitsune Ral | |
They've been deprecated for almost a year by now. | |||
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral | |
2019-08-02 | Apply the new brace wrapping to source files | Kitsune Ral | |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral | |
2019-07-06 | EncryptionEvent: Adjust upon merge from master | Kitsune Ral | |
2019-07-04 | Add full EncryptionEvent to room logic. Issue #95 | Alexey Andreyev | |
2019-06-25 | Introduce EncryptionEvent class | Kitsune Ral | |
This allows to detect if a room has been encrypted (no room state, just an event as of yet). Closes #84. |