aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-09Room::setDisplayed(): Don't reset unread countersAlexey Rusakov
2021-08-09Room::toJson(): save the last local user's read receiptAlexey Rusakov
2021-08-09Enhanced logging for read receiptsAlexey Rusakov
2021-07-31Add/update doc-comments on the new/updated methodsAlexey Rusakov
2021-07-30Room::setReadReceipt()Alexey Rusakov
2021-07-30Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-07-30Quotient::ReadReceipt; deprecated readMarker()Alexey Rusakov
2021-07-30Clean up after the previous commitAlexey Rusakov
2021-07-30Use a better type in makeRedactedAlexey Rusakov
2021-07-30Room: drop 0.6 deprecations; deprecate RoomAliasEventAlexey Rusakov
2021-07-30FormattingAlexey Rusakov
2021-07-28Room: fix the read markers/receipts confusionAlexey Rusakov
2021-07-28SyncData: minor update to the cache versionAlexey Rusakov
2021-07-28Room::usersAtEventId(): switch from QMultiHash to QHash of QSetsAlexey Rusakov
2021-07-28setFirst/LastDisplayedEvent(): warn about unloaded eventsAlexey Rusakov
2021-07-24Wrap SyncRoomData counters into OmittablesAlexey Rusakov
2021-07-24Make operator ""_ls constexprAlexey Rusakov
2021-07-18Merge branch 'kitsune-member-state-enum' into masterAlexey Rusakov
2021-07-18Add a missing #includeAlexey Rusakov
2021-07-18Fix bit rot in commentsAlexey Rusakov
2021-07-18Introduce to_array() to fix building on macOSAlexey Rusakov
2021-07-18Fix building with Qt 5.12Alexey Rusakov
2021-07-18MembershipType -> Membership, also used for JoinStateAlexey Rusakov
2021-07-18Re-apply the previous commit and actually fix the breakageAlexey Rusakov
2021-07-18Revert previous commitAlexey Rusakov
2021-07-18Make EventContent::TypedBase() constructor protectedAlexey Rusakov
2021-07-18Room::postFile(): adjust to the changed RoomMessageEvent APIAlexey Rusakov
2021-07-16User::rename(): don't discard the current stateAlexey Rusakov
2021-07-16SyncData::parseJson(): minor optimisationAlexey Rusakov
2021-07-16Log thumbnail requests in their own categoryAlexey Rusakov
2021-07-16UriResolver: fix clang-tidy warningsAlexey Rusakov
2021-07-16Officially drop Qt Multimedia with Qt 6Alexey Rusakov
2021-07-11Fix Room::processAccountDataEvent() return valueAlexey Rusakov
2021-07-02Actually delete BaseJob::QueryAlexey Rusakov
2021-07-02Abandon BaseJob::Query - generated API filesAlexey Rusakov
2021-06-23Re-generate API filesAlexey Rusakov
2021-06-13BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttributeAlexey Rusakov
2021-06-13Uri: Fix ambiguity around QChar constructorsAlexey Rusakov
2021-06-13EncryptionEvent: fix "too perfect forwarding"Alexey Rusakov
2021-06-13Exclude code no more needed with Qt6Alexey Rusakov
2021-06-13Disable the piece depending on Qt Multimedia for Qt 6Alexey Rusakov
2021-06-13Make RequestData compile againAlexey Rusakov
2021-06-13uri.cpp, room.*: Get rid of QStringRefsAlexey Rusakov
2021-06-12connection.cpp: erase_if -> remove_ifAlexey Rusakov
2021-06-12Adjust to new moc/QMetaType requirementsAlexey Rusakov
2021-06-07Connection::joinRoom() shouldn't enforce room stateAlexey Rusakov
2021-05-09Fix joinedRoom signal not being emitted in some casesAlexey Rusakov
2021-04-26Make it possible to load the user metadataCarl Schwan
2021-02-26Apply suggestionCarl Schwan
2021-02-26Add public method to determine if we can change the user passwordCarl Schwan