aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-28Room: really fix namesakes assertion failureKitsune Ral
2020-12-28Add a new logging category for room member changesKitsune Ral
2020-12-28Use generated SetReadMarkerJob instead of PostReadMarkersJobKitsune Ral
2020-12-28BaseJob::initiate: add Q_LIKELYKitsune Ral
2020-12-28Cleanup and clang-tidy/clazy fixesKitsune Ral
2020-12-28Connection: refactor the resolve/login codeKitsune Ral
2020-12-28More comments/documentationKitsune Ral
2020-12-28event.h: Minor tweaks around visit<>Kitsune Ral
2020-12-27function_traits<>: define as empty by defaultKitsune Ral
2020-12-27Fix use-after-free of QNetworkReply in BaseJobNicolas Fella
2020-12-24Room: don't accept . at 0-th position in the tagKitsune Ral
2020-12-24Fix clang-tidy/clazy warningsKitsune Ral
2020-12-23BaseJob::Status: add comparison with intKitsune Ral
2020-12-23BaseJob: add [[fallthrough]] as clang-tidy saysKitsune Ral
2020-12-23BaseJob: tolerate unexpected error payloadsKitsune Ral
2020-12-23Connection::resolveServer(): fix error handlingKitsune Ral
2020-12-22Merge pull request #423 from quotient-im/kitsune-fix-namesakes-failureKitsune Ral
2020-12-10Uri: fix a few cases of insufficient escapingKitsune Ral
2020-12-10Fix DELETE jobs with json dataTobias Fella
2020-12-03Room: fix breakage in internal member mapKitsune Ral
2020-11-27Make it compile with QT_NO_KEYWORDSCarl Schwan
2020-11-24csapi/search.*Kitsune Ral
2020-11-19Fix Q_ASSERT failure on sending messagesKitsune Ral
2020-11-15Cleanup across event classesKitsune Ral
2020-11-14Make StateEventBase Q_GADGET tooKitsune Ral
2020-11-14CleanupKitsune Ral
2020-11-14Drop EventFactory<RoomPowerLevelsEvent>Kitsune Ral
2020-11-14ConnectionData: fix defunct jobs stalling the queueKitsune Ral
2020-11-12Room: add power level events to redaction rulesKitsune Ral
2020-11-12More JSON key constantsKitsune Ral
2020-11-10MembershipType: drop warning on empty valuesKitsune Ral
2020-11-08Room: drop setMemberState()Kitsune Ral
2020-11-08More robust member profile data retrievalKitsune Ral
2020-11-08converters.h: add QUrl supportKitsune Ral
2020-11-06ChangePasswordJob: logoutDevices doesn't need OmittableKitsune Ral
2020-11-06Further restrict IPv6 branch of ServerPartRegExKitsune Ral
2020-11-06Uri::toUrl(): fix incorrect matrix.to repKitsune Ral
2020-11-06util.cpp: assert validity of regular expressionsKitsune Ral
2020-11-06More stringent serverpart checks in user idsKitsune Ral
2020-10-27Added filter param to getPreviousContent so that a server side filterJohn
2020-09-04Fixes of clazy warningsKitsune Ral
2020-09-04SyndData::parseJson: use fromJson()Kitsune Ral
2020-09-04csapi/profile.*: require displayname/avatar_urlKitsune Ral
2020-08-23More cleanup; drop Qt bearer management on Qt 5.15+Kitsune Ral
2020-08-22Cleanup and some extra commentsKitsune Ral
2020-08-11Drop unneeded #includeKitsune Ral
2020-08-04Connection: self-delete after emitting loggedOut()Kitsune Ral
2020-08-04User: optimise names/avatars storing and updatingKitsune Ral
2020-08-04BaseJob: go for a retry on IncorrectResponseKitsune Ral
2020-08-04Connection: stop the sync loop on SyncJob::failureKitsune Ral