Age | Commit message (Expand) | Author |
2020-12-28 | Cleanup and clang-tidy/clazy fixes | Kitsune Ral |
2020-12-28 | BaseJob::initiate: add Q_LIKELY | Kitsune Ral |
2020-12-27 | Fix use-after-free of QNetworkReply in BaseJob | Nicolas Fella |
2020-12-27 | More comments/documentation | Kitsune Ral |
2020-12-24 | Room: don't accept . at 0-th position in the tag | Kitsune Ral |
2020-12-24 | Fix clang-tidy/clazy warnings | Kitsune Ral |
2020-12-23 | BaseJob: add [[fallthrough]] as clang-tidy says | Kitsune Ral |
2020-12-23 | BaseJob: tolerate unexpected error payloads | Kitsune Ral |
2020-12-23 | Connection::resolveServer(): fix error handling | Kitsune Ral |
2020-12-10 | Uri: fix a few cases of insufficient escaping | Kitsune Ral |
2020-12-10 | Fix DELETE jobs with json data | Tobias Fella |
2020-12-03 | Room: fix breakage in internal member map | Kitsune Ral |
2020-11-19 | Fix Q_ASSERT failure on sending messages | Kitsune Ral |
2020-11-15 | Room: add power level events to redaction rules | Kitsune Ral |
2020-11-15 | MembershipType: drop warning on empty values | Kitsune Ral |
2020-11-15 | Room::P::getCurrentState<>(): bypass the factory chain | Kitsune Ral |
2020-11-14 | ConnectionData: fix defunct jobs stalling the queue | Kitsune Ral |
2020-11-09 | Room: be more robust in Release mode | Kitsune Ral |
2020-11-08 | User: take profile data from prevContent when main content omits them | Kitsune Ral |
2020-09-11 | Uri::toUrl(): fix incorrect matrix.to rep | Kitsune Ral |
2020-09-11 | util.cpp: assert validity of regular expressions | Kitsune Ral |
2020-09-11 | More stringent serverpart checks in user ids | Kitsune Ral |
2020-09-04 | More fixing of clazy warnings | Kitsune Ral |
2020-09-04 | csapi/profile.h: require displayname/avatar_url | Kitsune Ral |
2020-09-03 | Code formatting fix | Kitsune Ral |
2020-09-03 | Address clazy warnings | Kitsune Ral |
2020-09-03 | SyndData::parseJson: use fromJson() | Kitsune Ral |
2020-08-23 | User: displayname() should fallback to name() | Kitsune Ral |
2020-08-23 | csapi/profile.cpp: fix setting empty name/avatar | Kitsune Ral |
2020-08-23 | More cleanup; drop Qt bearer management on Qt 5.15+ | Kitsune Ral |
2020-08-22 | Cleanup and some extra comments | Kitsune Ral |
2020-08-17 | Fetch user profile when needed | Kitsune Ral |
2020-08-04 | BaseJob: go for a retry on IncorrectResponse | Kitsune Ral |
2020-08-04 | Connection: stop the sync loop on SyncJob::failure | Kitsune Ral |
2020-08-04 | Cleanup around [BaseJob::]IncorrectResponse[Error] | Kitsune Ral |
2020-08-04 | User: optimise names/avatars storing and updating | Kitsune Ral |
2020-08-04 | Room: various minor tweaks and fixes | Kitsune Ral |
2020-08-03 | Cleanup | Kitsune Ral |
2020-08-02 | User: fix FTBFS and access after move | Kitsune Ral |
2020-07-30 | User: minor cleanup; doc-comments | Kitsune Ral |
2020-07-29 | User: only set object name at initialisation | Kitsune Ral |
2020-07-29 | Fix FTBFS | Kitsune Ral |
2020-07-29 | User: don't spend another pointer on Connection | Kitsune Ral |
2020-07-29 | User: deprecate bridged() and rawName() | Kitsune Ral |
2020-07-26 | RoomAvatarEvent: add constructors from content | Kitsune Ral |
2020-07-24 | Room: send read receipts in a background request | Kitsune Ral |
2020-07-24 | csapi/: refresh from the latest matrix-doc | Kitsune Ral |
2020-07-23 | Room::P::isEventNotable(): edits are not notable | Kitsune Ral |
2020-07-22 | Merge pull request #407 from quotient-im/kitsune-resource-resolver | Kitsune Ral |
2020-07-21 | Uri: bare-sigil URIs are invalid | Kitsune Ral |