aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-07Travis: Small fixes to Valgrind suppressionsKitsune Ral
2018-03-07Fix resetting the read marker if a read receipt comes from the syncKitsune Ral
2018-03-07Travis: experimental Valgrind suppressions fileKitsune Ral
2018-03-07qmc-example: Fix redaction test to work even if the synced message is already...Kitsune Ral
2018-03-07qmc-example: Remove no more needed deleteLaterKitsune Ral
2018-03-07qmc-example: Ensure prerequisites before running the tagging testKitsune Ral
2018-03-06CONTRIBUTING.md: add sections on API, doc-comments; update on automatic testing.Kitsune Ral
2018-03-06Make sure the read marker is reinstated after Quaternion restartKitsune Ral
2018-03-05Merge branch 'kitsune-fully-read-marker'Kitsune Ral
2018-03-05Support server-side read marker (m.full_read)Kitsune Ral
2018-03-05qmc-example: Logging tweaksKitsune Ral
2018-03-05First pieces of server-side read marker supportKitsune Ral
2018-03-05Travis: added one more parameter to qmc-exampleKitsune Ral
2018-03-05Profile-log if saving state has been interrupted by processEvents for long en...Kitsune Ral
2018-03-05qmc-example: Rewritten with a QObject for clearer dispatchingKitsune Ral
2018-03-05Merge branch 'kitsune-save-room-tags'Kitsune Ral
2018-03-05qmc-example: tests for redaction and tagging; send origin in test messagesKitsune Ral
2018-03-05Room: addTag() and removeTag()Kitsune Ral
2018-03-05Room::toJson(): Fix caching of tagsKitsune Ral
2018-03-05ReadMarkerEvent; TagEvent remade with less boilerplate codeKitsune Ral
2018-03-05Use constants instead of hardcoded stringsKitsune Ral
2018-03-05Support saving account data on the serverKitsune Ral
2018-03-05converters.h: pass QJsonValue by reference; add support of QHash<QString, T>Kitsune Ral
2018-03-05jobs/generated: SetAccountDataJob, SetAccountDataPerRoomJobKitsune Ral
2018-03-05simplestateevents.h: minor tweaksKitsune Ral
2018-03-05Fix a typo leading to cache never workingKitsune Ral
2018-03-04Connection: allow to choose between binary and text JSON cacheKitsune Ral
2018-03-04Room::toJson(): Use QJsonObject/Array modern constructors; check execution timeKitsune Ral
2018-03-04QCoreApplication::processEvents() is static, doesn't need instance()Kitsune Ral
2018-03-04CMakeLists.txt: indent files with 4 spaces as everywhere elseKitsune Ral
2018-03-04Merge pull request #180 from Quiark/update_compilerKitsune Ral
2018-03-03Caching: switching to binary JSON format; yield to event loop while making a ...Kitsune Ral
2018-03-03Merge branch 'ci-tweaks'Kitsune Ral
2018-03-03Improve compatibility with gcc 4.9 to be able to build for Android with QtCre...Roman Plášil
2018-03-02ISSUE_TEMPLATE.mdKitsune Ral
2018-03-02Travis CI: run qmc-example on OSX; set valgrind options externallyKitsune Ral
2018-03-01Connection::tagNames()Kitsune Ral
2018-03-01Fix tags saving/restoring (finally)Kitsune Ral
2018-02-28Skip retry interval if the last job attempt timed outKitsune Ral
2018-02-28Don't resolve the homeserver port from a user MXIDKitsune Ral
2018-02-28To the previous commit: µ (mu, micro) is a part of Latin-1 code page.Kitsune Ral
2018-02-28Profiling logs: added µs, less empty profiling log linesKitsune Ral
2018-02-27Travis CI: Fix a typoKitsune Ral
2018-02-27Room: Save tags in the cache; isFavourite() and isLowPriority()Kitsune Ral
2018-02-26qmc-example: Temporarily comment out the code that uses uncommitted featuresKitsune Ral
2018-02-26TagEvent: drop unneeded methods; add a license block to the .cpp fileKitsune Ral
2018-02-26qmc-example: Optionally send a test message; don't dump incoming messages to ...Kitsune Ral
2018-02-26Travis CI: Skip valgrind on OSX; send a message to a test room on every runKitsune Ral
2018-02-26Deal with memory more carefullyKitsune Ral
2018-02-26Fix on the previous fix (sorry for the mess)Kitsune Ral