Age | Commit message (Expand) | Author |
2021-12-02 | visit(Event, ...) -> switchOnType() | Alexey Rusakov |
2021-11-28 | Comment on const return types in event.h | Alexey Rusakov |
2021-11-28 | Event::unsignedPart() | Alexey Rusakov |
2021-11-27 | basicEventJson(): dismiss with the template | Alexey Rusakov |
2021-11-27 | Event::content() -> contentPart() | Alexey Rusakov |
2021-11-26 | Revert "Drop #include "logging.h" from event.h" | Alexey Rusakov |
2021-11-26 | Event: deprecate originalJson[Object]() | Alexey Rusakov |
2021-11-26 | Drop #include "logging.h" from event.h | Alexey Rusakov |
2021-11-26 | Drop Q_GADGET from most uncopyable classes; other minor cleanup | Alexey Rusakov |
2021-11-08 | Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONS | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral |
2020-12-28 | event.h: Fix breakage of AppVeyor CI | Kitsune Ral |
2020-12-28 | event.h: Minor tweaks around visit<> | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-11-15 | Cleanup across event classes | Kitsune Ral |
2020-11-12 | More JSON key constants | Kitsune Ral |
2020-08-02 | Event::dumpTo: make protected, and RoomEvent override | Kitsune Ral |
2020-03-26 | Refactoring around Connection::onSyncSuccess() | Kitsune Ral |
2019-09-29 | Simplify visit() signature | Kitsune Ral |
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 |
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-08-02 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-08-01 | Merge branch 'master' into kitsune-relations | Kitsune Ral |
2019-07-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-06 | Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson() | Kitsune Ral |
2019-07-06 | Fix clazy warnings | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-05-18 | event.h: add doc-comments; deprecate ptrCast() | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2019-01-06 | visit(): pass decayed event types to is() | Kitsune Ral |
2018-11-14 | Improvements in comments | Kitsune Ral |
2018-11-04 | Support dumping Events to QDebug | Kitsune Ral |
2018-10-04 | events.h: #ifndef DISABLE_EVENTTYPE -> #ifdef ENABLE_EVENTTYPE_ALIAS | Kitsune Ral |
2018-10-04 | Modernise and fix code dealing with call events | Kitsune Ral |
2018-08-05 | eventCast: add an assertion | Kitsune Ral |
2018-08-01 | Event: use Q_DISABLE_COPY | Kitsune Ral |
2018-07-31 | RoomEvent: don't store transactionId separately | Kitsune Ral |
2018-07-27 | makeEvent<>: Add a doc comment | Kitsune Ral |
2018-07-27 | event.h: drop eventCast for references; other cleanup | Kitsune Ral |
2018-07-11 | Introduce DISABLE_EVENTTYPE flag | Kitsune Ral |
2018-07-11 | EventFactory::make() should return nullptr in case of failure | Kitsune Ral |
2018-07-11 | event.h: protect from readding factory methods | Kitsune Ral |
2018-07-11 | EventTypeRegistry::getMatrixType(): move implementation to .cpp | Kitsune Ral |
2018-07-09 | Add a missing #include | Kitsune Ral |
2018-07-09 | Fix legacy EventType values being incorrectly initialised | Kitsune Ral |
2018-07-08 | Use constexpr functions instead of variables | Kitsune Ral |