aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-18SsoSession and Connection::prepareForSso()Kitsune Ral
2020-03-15Connection: loginWithToken(); connectWithToken() -> assumeIdentity()Kitsune Ral
2020-03-14Connection: minor cleanupKitsune Ral
2020-03-13Connection: support getting the list of login flowsKitsune Ral
2020-03-13Merge pull request #346 from quotient-im/aa13q-e2ee-encrypted-msgKitsune Ral
2020-03-12E2EE: Make building E2EE optional. Contributes to #369Alexey Andreev
2020-03-09Merge pull request #320 from krkk/roommemberevent-typesKitsune Ral
2020-02-25Room: fix merge regressionAlexey Andreyev
2020-02-25E2EE: implement megolm inbound session decrypt for roomAlexey Andreyev
2020-02-25E2EE: add connection session decrypt, handle to-device and device_one_time_ke...Alexey Andreyev
2020-02-25E2EE: fix olm session decrypt, move to EncryptionManagerAlexey Andreyev
2020-02-25E2EE: EncryptedEvent constructor debug messageAlexey Andreyev
2020-02-25E2EE: implement SyncData::deviceOneTimeKeysCountAlexey Andreyev
2020-02-25E2EE: introduce RoomKeyEventAlexey Andreyev
2020-02-25E2EE: Fix EncryptionManager initialization placeAlexey Andreyev
2020-02-22RoomMemberEvent: add isRejectedInvite(), isBan(), and isUnban()Karol Kosek
2020-02-20Merge pull request #379 from quotient-im/aa13q-quotest-readmeAlexey Andreyev
2020-02-18[quotest] Refactor Cmake files with variable project nameAlexey Andreev
2020-02-18[quotest] Update README.mdAlexey Andreev
2020-02-12Merge pull request #378 from ram-nad/travis-fixKitsune Ral
2020-02-12trying qmake fixRam Nad
2020-02-07Merge pull request #375 from dilinger/big-endianKitsune Ral
2020-02-07Fix build on big-endian systemsAndres Salomon
2020-01-21Merge pull request #371 from quotient-im/bhat-powerlevelBlack Hat
2020-01-12Use parsed RoomPowerLevelsEvent in room upgradingBlack Hat
2020-01-01Fix linux buildBlack Hat
2020-01-01Fix linux buildBlack Hat
2020-01-01Add powerLevelForState()Black Hat
2020-01-01Mark methods as const.Black Hat
2019-12-30Simplify codeBlack Hat
2019-12-29Add missing fileBlack Hat
2019-12-29Merge branch 'master' of https://github.com/quotient-im/libQuotient into bhat...Black Hat
2019-12-29Add RoomPowerLevelEvent typeBlack Hat
2019-12-28isEditing(): fix a bug in replacing eventsBlack Hat
2019-12-24RoomMemberEvent: introduce the reason field (MSC2367)Kitsune Ral
2019-12-23ConnectionData::submit: when not queuing, still submit asynchronouslyKitsune Ral
2019-12-23Connection::forgetRoom: slightly simplify codeKitsune Ral
2019-12-13Room: make downloaded file name building more robustKitsune Ral
2019-12-13Room::postFile(): minor refactoringKitsune Ral
2019-12-13quotest: cleanupKitsune Ral
2019-12-12.travis.yml: use correct environment variablesKitsune Ral
2019-12-12BaseJob::initiate(): fix nullptr dereferencingKitsune Ral
2019-12-12Room::downloadFile: minor cleanupKitsune Ral
2019-12-12BaseJob: prepare() -> initiate() + refactoring around itKitsune Ral
2019-12-12Connection::uploadFile/Content(): refactoring around QIODevice::open()Kitsune Ral
2019-12-12Move FileError definition from DownloadFileJob to BaseJobKitsune Ral
2019-12-12Room::fileNameToDownload(): fix a typo in a check on WindowsKitsune Ral
2019-12-12RequestData: optimise fromData() and preopen the bufferKitsune Ral
2019-12-11Merge branch 'kitsune-better-upgrade-ux'Kitsune Ral
2019-12-11BaseJob::StatusCode: offset first error from ErrorLevelKitsune Ral