aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-13Connection::resolveServer(): don't connect to loginFlowsJobAlexey Rusakov
2021-10-13connection.h: more doc-commentsAlexey Rusakov
2021-10-13CMakeLists: more robust GTAD_PATH detectionAlexey Rusakov
2021-10-13CMakeLists: don't report that update-api is enabled when it's actually notAlexey Rusakov
2021-10-12Make sure to expose both the flags type and the underlying enumAlexey Rusakov
2021-10-12Omittable: add a deduction guideAlexey Rusakov
2021-10-12RoomMemberEvent::is*(): fix comparison against OmittableAlexey Rusakov
2021-10-11formatJson(QDebug): Drop some very old cruftAlexey Rusakov
2021-10-10Room: actually initialise read marker when neededAlexey Rusakov
2021-10-10ReadReceipt::operator==/!=: Add const where it's dueAlexey Rusakov
2021-10-10Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-10-10Keep the reply when replacing an eventTobias Fella
2021-10-05Quotest: return non-zero when things go really wrongAlexey Rusakov
2021-10-05Connection: fix C++20 warningsAlexey Rusakov
2021-10-05BaseJob: refresh error handlingAlexey Rusakov
2021-10-05BaseJob::StatusCode: officially deprecate most *Error enumeratorsAlexey Rusakov
2021-10-04Room: use more modern Connection APIAlexey Rusakov
2021-10-04Regenerate CS API files upon the previous commitAlexey Rusakov
2021-10-04BaseJob: percent-encode variable path partsAlexey Rusakov
2021-10-04gtad.yaml: make _rightQuote example less trivialAlexey Rusakov
2021-10-04Make connectSingleShot() a tiny wrapper on Qt 6Alexey Rusakov
2021-10-04Drop old compatibility codeAlexey Rusakov
2021-10-04Move away wrap_in_function to private interfaceAlexey Rusakov
2021-10-04quotient_common.h: remove a stray semicolonAlexey Rusakov
2021-10-04Further tighten the linkifier in prettyPrint()Alexey Rusakov
2021-10-04Add tests for prettyPrint()Alexey Rusakov
2021-10-04prettyPrint(): tighten up Matrix identifier regexAlexey Rusakov
2021-10-04AccountRegistry: minor code cleanupAlexey Rusakov
2021-09-28SyncData: drop a shortcut that led to ignoring invitesAlexey Rusakov
2021-09-19Use C++ instead of commentingAlexey Rusakov
2021-09-18Merge pull request #505 from TobiasFella/encryptedfileAlexey Rusakov
2021-09-18Add the encryptedfile to the eventcontentTobias Fella
2021-09-15Merge pull request #507 from TobiasFella/roomcreationtypesAlexey Rusakov
2021-09-14Add room types to RoomCreateEventTobias Fella
2021-09-12Merge pull request #506 from TobiasFella/activateencryptionAlexey Rusakov
2021-09-12Merge pull request #499 from TobiasFella/mxcnamAlexey Rusakov
2021-09-12Fix a memory leak in DownloadRunnerAlexey Rusakov
2021-09-12Fix building with older QtAlexey Rusakov
2021-09-12Connection: update AccountRegistryAlexey Rusakov
2021-09-12MxcReply: make sure to create a Private objectAlexey Rusakov
2021-09-12NAM::createRequest(): more loggingAlexey Rusakov
2021-09-12Add a download test to quotestAlexey Rusakov
2021-09-11Add convenience function for activating encryption and fixTobias Fella
2021-09-11BaseJob: deprecate endpoint accessors; query returns an objectAlexey Rusakov
2021-09-11Further tweaks to MxcReplyAlexey Rusakov
2021-09-11Don't parent NAM to QCoreApplicationAlexey Rusakov
2021-09-10Move URL creation to Room/Connection; use query instead of fragmentAlexey Rusakov
2021-09-10Add "quotient.network" logging categoryAlexey Rusakov
2021-09-10Percent-encode all the thingsTobias Fella
2021-09-10Return a failed MxcReply on invalid requestsTobias Fella