Age | Commit message (Expand) | Author |
2020-03-17 | MSC1849 compatible edited messages (#373) | Roland Pallai |
2020-03-15 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral |
2020-03-14 | Connection: minor cleanup | Kitsune Ral |
2020-03-13 | Connection: support getting the list of login flows | Kitsune Ral |
2020-03-13 | Merge pull request #346 from quotient-im/aa13q-e2ee-encrypted-msg | Kitsune Ral |
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-02-25 | E2EE: fix olm session decrypt, move to EncryptionManager | Alexey Andreyev |
2020-02-25 | E2EE: EncryptedEvent constructor debug message | Alexey Andreyev |
2020-02-25 | E2EE: implement SyncData::deviceOneTimeKeysCount | Alexey Andreyev |
2020-02-25 | E2EE: introduce RoomKeyEvent | Alexey Andreyev |
2020-02-25 | E2EE: Fix EncryptionManager initialization place | Alexey Andreyev |
2020-02-22 | RoomMemberEvent: add isRejectedInvite(), isBan(), and isUnban() | Karol Kosek |
2020-02-10 | Add EventContent::replacementOf() helper | Roland Pallai |
2020-02-10 | TextContent: use MSC-1849 compatible `m.relates_to` field | Roland Pallai |
2020-02-10 | Edit (transmit): fix asterisk marking for dumb clients | Roland Pallai |
2020-02-10 | Edit (transmit): fix json struct of `m.new_content` | Roland Pallai |
2020-02-07 | Fix build on big-endian systems | Andres Salomon |
2020-01-12 | Use parsed RoomPowerLevelsEvent in room upgrading | Black Hat |
2020-01-01 | Fix linux build | Black Hat |
2020-01-01 | Fix linux build | Black Hat |
2020-01-01 | Add powerLevelForState() | Black Hat |
2020-01-01 | Mark methods as const. | Black Hat |
2019-12-30 | Simplify code | Black Hat |
2019-12-29 | Add missing file | Black Hat |
2019-12-29 | Merge branch 'master' of https://github.com/quotient-im/libQuotient into bhat... | Black Hat |
2019-12-29 | Add RoomPowerLevelEvent type | Black Hat |
2019-12-28 | isEditing(): fix a bug in replacing events | Black Hat |
2019-12-24 | RoomMemberEvent: introduce the reason field (MSC2367) | Kitsune Ral |
2019-12-23 | ConnectionData::submit: when not queuing, still submit asynchronously | Kitsune Ral |
2019-12-23 | Connection::forgetRoom: slightly simplify code | Kitsune Ral |
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 | BaseJob::initiate(): fix nullptr dereferencing | Kitsune Ral |
2019-12-12 | Room::downloadFile: minor cleanup | Kitsune Ral |
2019-12-12 | BaseJob: prepare() -> initiate() + refactoring around it | Kitsune Ral |
2019-12-12 | Connection::uploadFile/Content(): refactoring around QIODevice::open() | Kitsune Ral |
2019-12-12 | Move FileError definition from DownloadFileJob to BaseJob | Kitsune Ral |
2019-12-12 | Room::fileNameToDownload(): fix a typo in a check on Windows | Kitsune Ral |
2019-12-12 | RequestData: optimise fromData() and preopen the buffer | Kitsune Ral |
2019-12-11 | Merge branch 'kitsune-better-upgrade-ux' | Kitsune Ral |
2019-12-11 | BaseJob::StatusCode: offset first error from ErrorLevel | Kitsune Ral |
2019-12-11 | Pass action scope to Room::setTags | Kitsune Ral |
2019-12-09 | Room::creation() and Room::tombstone() | Kitsune Ral |
2019-12-09 | Room::predecessor() and Room::successor() | Kitsune Ral |
2019-12-09 | RoomEvent::timestamp() -> originTimestamp() | Kitsune Ral |
2019-12-09 | Code cleanup | Kitsune Ral |