Age | Commit message (Expand) | Author |
2020-01-12 | Use parsed RoomPowerLevelsEvent in room upgrading | Black Hat |
2019-12-28 | isEditing(): fix a bug in replacing events | Black Hat |
2019-12-13 | Room: make downloaded file name building more robust | Kitsune Ral |
2019-12-13 | Room::postFile(): minor refactoring | Kitsune Ral |
2019-12-12 | Room::downloadFile: minor cleanup | Kitsune Ral |
2019-12-12 | Room::fileNameToDownload(): fix a typo in a check on Windows | Kitsune Ral |
2019-12-11 | Pass action scope to Room::setTags | Kitsune Ral |
2019-12-09 | Room::predecessor() and Room::successor() | Kitsune Ral |
2019-12-09 | Code cleanup | Kitsune Ral |
2019-12-09 | Initialise read marker if none is found in the whole timeline | Kitsune Ral |
2019-12-09 | Merge branch 'kitsune-look-further-for-redactions' | Kitsune Ral |
2019-12-08 | Room::addNewMessageEvents: search the whole sync batch for events to | Kitsune Ral |
2019-12-06 | MSC1954: Remove prev_content from the essential keys list | Alexey Andreyev |
2019-11-10 | makeRedacted: fix code formatting | Kitsune Ral |
2019-11-01 | Omittable: get rid of value() | Kitsune Ral |
2019-11-01 | Derive Omittable<> from std::optional<> | Kitsune Ral |
2019-10-02 | Fix Room::localAliases() | Black Hat |
2019-10-01 | Room::getCurrentState() | Kitsune Ral |
2019-09-24 | Room: cleanup | Kitsune Ral |
2019-09-12 | Introduce HashQ<> and UnorderedMap<> | Kitsune Ral |
2019-08-29 | Merge pull request #348 from quotient-im/kitsune-better-basejob | Kitsune Ral |
2019-08-26 | Room::calculateDisplayname: use local aliases for room naming | Kitsune Ral |
2019-08-20 | BaseJob/ConnectionData: connection-wide rate-limiting | Kitsune Ral |
2019-08-19 | Room::Private::doSendEvent: fix too early change in BaseJob signals | Kitsune Ral |
2019-08-18 | room.cpp: applied clang-format with updated penalty values | Kitsune Ral |
2019-08-18 | Room: use new logging categories | Kitsune Ral |
2019-08-18 | Merge pull request #345 from rpallai/UnreadNotifsChange | Kitsune Ral |
2019-08-18 | Room::decryptMessage: fix memory leaks and dangling pointers | Kitsune Ral |
2019-08-17 | Update the cache for sure if unread counters were changed | Roland Pallai |
2019-08-13 | Support for server notices rooms (MSC1452) | Kitsune Ral |
2019-08-11 | Now that we're C++17, remove old compatibility cruft | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-02 | Room: avoid assertion crashes; name variables better | Kitsune Ral |
2019-08-02 | Room/qmc-example: consider fake state event rejection as valid | 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-31 | Room::postReaction() | Kitsune Ral |
2019-07-31 | Support for receiving m.reaction events | Kitsune Ral |
2019-07-31 | Initial support for edited messages (receive only) | Kitsune Ral |
2019-07-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-08 | Room: Set roomId and sender on pending events | Kitsune Ral |
2019-07-06 | Merge branch 'master' into e2ee-enc-mng | Kitsune Ral |
2019-07-06 | Be stricter on usage of stateKey | Kitsune Ral |
2019-07-06 | Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson() | Kitsune Ral |
2019-07-06 | Room::setLocalAliases: now actually working (with a caveat) | Kitsune Ral |
2019-07-04 | Add full EncryptionEvent to room logic. Issue #95 | Alexey Andreyev |
2019-07-03 | Room/Connection: make room aliases work properly | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |