Age | Commit message (Expand) | Author |
2022-09-05 | Merge pull request #565 from quotient-im/kitsune/streamline-event-types-2 | Alexey Rusakov |
2022-09-04 | SingleKeyValue: use reference for template parameter | Alexey Rusakov |
2022-09-04 | Room::setTags(): skip full-blown TagEvent creation | Alexey Rusakov |
2022-09-04 | StateEventBase -> StateEvent | Alexey Rusakov |
2022-09-04 | concept EventClass | Alexey Rusakov |
2022-09-04 | Disallow direct events construction from JSON | Alexey Rusakov |
2022-09-04 | CallEventBase -> CallEvent; pack up all call events | Alexey Rusakov |
2022-09-04 | RoomStateView::content() | Alexey Rusakov |
2022-09-04 | More cleanup | Alexey Rusakov |
2022-09-04 | Remove #include "logging.h" from event.h | Alexey Rusakov |
2022-09-04 | Regenerate CS API upon GTAD config change | Alexey Rusakov |
2022-09-04 | GTAD: Stop using eventloader.h in generated files | Alexey Rusakov |
2022-09-04 | Streamline event types | Alexey Rusakov |
2022-09-04 | EventMetaType, QUO_EVENT, QUO_BASE_EVENT | Alexey Rusakov |
2022-09-04 | DEFINE_SIMPLE_EVENT: support custom JSON keys | Alexey Rusakov |
2022-09-04 | SingleKeyValue: allow seamless construction from the underlying type | Alexey Rusakov |
2022-09-04 | Fix a typo in cacheLocation() doc-comment | Alexey Rusakov |
2022-09-03 | KeyVerificationDoneEvent: fix copy-pasta in DEFINE_EVENT_TYPEID | Alexey Rusakov |
2022-09-01 | Merge pull request #566 from quotient-im/verificationfix | Alexey Rusakov |
2022-08-26 | Fix device verification | Tobias Fella |
2022-08-26 | Merge #547: Implement device verification | Alexey Rusakov |
2022-08-25 | Cleanup | Alexey Rusakov |
2022-08-25 | .clang-format: put e2ee/ headers in their own section | Alexey Rusakov |
2022-08-25 | Refactor the code handling emoji | Alexey Rusakov |
2022-08-25 | More code reorganisation | Alexey Rusakov |
2022-08-25 | Connection::Private::assembleEncryptedContent() | Alexey Rusakov |
2022-08-25 | KeyVerificationSession: cleanup | Alexey Rusakov |
2022-08-24 | Merge branch 'dev' into device-verification | Alexey Rusakov |
2022-08-11 | Merge #564: Emit Room::newFileTransfer when downloading a file | Alexey Rusakov |
2022-08-10 | Emit Room::newFileTransfer when downloading a file | Tobias Fella |
2022-08-05 | eventloader.h: use basicJson() in a uniform way | Alexey Rusakov |
2022-08-05 | Fix Connection::accountData<>() | Alexey Rusakov |
2022-08-04 | .clang-format: fewer empty lines before access blocks in classes | Alexey Rusakov |
2022-08-01 | EventItem: use doc-comments correctly | Alexey Rusakov |
2022-08-01 | Fix FTBFS | Alexey Rusakov |
2022-08-01 | Pull out common JsonConverter code to JsonObjectUnpacker | Alexey Rusakov |
2022-07-30 | moving eventCast(): disallow passing nullptr | Alexey Rusakov |
2022-07-29 | Moving eventCast() | Alexey Rusakov |
2022-07-26 | ...and the definitive fix | Alexey Rusakov |
2022-07-26 | Another fix attempt | Alexey Rusakov |
2022-07-26 | Hopefully fix building with GCC | Alexey Rusakov |
2022-07-26 | Add missing QUOTIENT_API pieces | Alexey Rusakov |
2022-07-25 | Fix accidentally logging all receipt authors | Alexey Rusakov |
2022-07-25 | Don't redact certain event types even though lib doesn't know them | Alexey Rusakov |
2022-07-16 | Speed up read receipt updates | Alexey Rusakov |
2022-07-16 | Room::decryptIncomingEvents() | Alexey Rusakov |
2022-07-16 | logging.h: suppress clang-tidy warnings | Alexey Rusakov |
2022-07-15 | Connection::user(): validate after lookup, not before | Alexey Rusakov |
2022-07-15 | operator<<(QDebug, QElapsedTimer): always use ms | Alexey Rusakov |
2022-07-15 | Bring back documentation on PROFILE_LOG_USECS | Alexey Rusakov |