Age | Commit message (Expand) | Author |
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 |
2020-07-21 | Connection: tolerate an empty set of room versions | Kitsune Ral |
2020-07-21 | converters.*: clean away old cruft | Kitsune Ral |
2020-07-20 | UriResolverBase::visitUser(): add return value | Kitsune Ral |
2020-07-19 | MatrixUri->Uri: Extend to non-Matrix URIs | Kitsune Ral |
2020-07-18 | class MatrixUri; support action=join and via= | Kitsune Ral |
2020-07-18 | Fix building with older Qt | Kitsune Ral |
2020-07-18 | ResourceResolver | Kitsune Ral |
2020-06-26 | Disable HTTP2; enable pipelining | Kitsune Ral |
2020-06-20 | Room: PostReadMarkersJob should be in background | Kitsune Ral |
2020-06-19 | Fix FTBFS and warnings with E2EE switched on | Kitsune Ral |
2020-06-19 | Revert adding a pause between syncs, use sane timeout defaults | Kitsune Ral |
2020-06-19 | csapi/: generated using the latest GTAD and matrix-doc | Kitsune Ral |
2020-06-14 | quotient_common.h for common namespace things | Kitsune Ral |
2020-06-12 | The previous commit is incomplete, this completes it | Kitsune Ral |
2020-06-12 | Connection::isLoggedIn() and more robust logout() | Kitsune Ral |
2020-06-12 | Connection::syncLoop: give a pause between syncs | Kitsune Ral |
2020-06-12 | BaseJob: fail early if the job needs token and there's none | Kitsune Ral |
2020-06-12 | Connection: add (STORED false) to derived Q_PROPERTYs | Kitsune Ral |
2020-06-11 | BaseJob::prepareError(): be more tolerant to empty error payloads | Kitsune Ral |
2020-06-10 | syncdata.h: fix an old warning about operator<< | Kitsune Ral |
2020-06-10 | Room: fix messageSent() being emitted too early | Kitsune Ral |
2020-06-10 | More comments refresh | Kitsune Ral |
2020-06-09 | Comments refresh | Kitsune Ral |
2020-06-09 | Merge pull request #405 from quotient-im/kitsune-basejob-store-json-response | Kitsune Ral |
2020-06-07 | Small updates to match the new generated definitions | Kitsune Ral |
2020-06-07 | Update generated files according to gtad/* changes | Kitsune Ral |
2020-06-07 | SsoSession: let Private be a class everywhere | Kitsune Ral |