Age | Commit message (Expand) | Author |
2020-04-07 | Room::addNewMessageEvents: fix an assertion failure on empty sender | Kitsune Ral |
2020-03-26 | Refactoring around Connection::onSyncSuccess() | Kitsune Ral |
2020-03-26 | Room::aliases(): don't add canonical alias if it's empty | Kitsune Ral |
2020-03-21 | Merge pull request #383 from ram-nad/msc2432-fix | Kitsune Ral |
2020-03-21 | Update aliases code lib/room.cpp | Ram Nad |
2020-03-20 | emit nameChanged() on AliasesChange | Ram Nad |
2020-03-20 | dont use this | Ram Nad |
2020-03-20 | added altAliases() | Ram Nad |
2020-03-20 | made suggested changes | Ram Nad |
2020-03-17 | MSC1849 compatible edited messages (#373) | Roland Pallai |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev |
2020-03-08 | fixing msc2432 | Ram Nad |
2020-02-25 | Room: fix merge regression | Alexey Andreyev |
2020-02-25 | E2EE: implement megolm inbound session decrypt for room | Alexey Andreyev |
2020-02-25 | E2EE: add connection session decrypt, handle to-device and device_one_time_ke... | Alexey Andreyev |
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 |