Age | Commit message (Expand) | Author |
2018-03-08 | User: Streamline Avatar storage | Kitsune Ral |
2018-03-08 | Avatar: check URLs before fetching, not on updating the URL | Kitsune Ral |
2018-03-07 | User: use std::unique_ptr instead of QScopedPointer | Kitsune Ral |
2018-03-07 | Travis: Small fixes to Valgrind suppressions | Kitsune Ral |
2018-03-07 | Fix resetting the read marker if a read receipt comes from the sync | Kitsune Ral |
2018-03-07 | Travis: experimental Valgrind suppressions file | Kitsune Ral |
2018-03-07 | qmc-example: Fix redaction test to work even if the synced message is already... | Kitsune Ral |
2018-03-07 | qmc-example: Remove no more needed deleteLater | Kitsune Ral |
2018-03-07 | qmc-example: Ensure prerequisites before running the tagging test | Kitsune Ral |
2018-03-06 | CONTRIBUTING.md: add sections on API, doc-comments; update on automatic testing. | Kitsune Ral |
2018-03-06 | Make sure the read marker is reinstated after Quaternion restart | Kitsune Ral |
2018-03-05 | Merge branch 'kitsune-fully-read-marker' | Kitsune Ral |
2018-03-05 | Support server-side read marker (m.full_read) | Kitsune Ral |
2018-03-05 | qmc-example: Logging tweaks | Kitsune Ral |
2018-03-05 | First pieces of server-side read marker support | Kitsune Ral |
2018-03-05 | Travis: added one more parameter to qmc-example | Kitsune Ral |
2018-03-05 | Profile-log if saving state has been interrupted by processEvents for long en... | Kitsune Ral |
2018-03-05 | qmc-example: Rewritten with a QObject for clearer dispatching | Kitsune Ral |
2018-03-05 | Merge branch 'kitsune-save-room-tags' | Kitsune Ral |
2018-03-05 | qmc-example: tests for redaction and tagging; send origin in test messages | Kitsune Ral |
2018-03-05 | Room: addTag() and removeTag() | Kitsune Ral |
2018-03-05 | Room::toJson(): Fix caching of tags | Kitsune Ral |
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral |
2018-03-05 | Use constants instead of hardcoded strings | Kitsune Ral |
2018-03-05 | Support saving account data on the server | Kitsune Ral |
2018-03-05 | converters.h: pass QJsonValue by reference; add support of QHash<QString, T> | Kitsune Ral |
2018-03-05 | jobs/generated: SetAccountDataJob, SetAccountDataPerRoomJob | Kitsune Ral |
2018-03-05 | simplestateevents.h: minor tweaks | Kitsune Ral |
2018-03-05 | Fix a typo leading to cache never working | Kitsune Ral |
2018-03-04 | Connection: allow to choose between binary and text JSON cache | Kitsune Ral |
2018-03-04 | Room::toJson(): Use QJsonObject/Array modern constructors; check execution time | Kitsune Ral |
2018-03-04 | QCoreApplication::processEvents() is static, doesn't need instance() | Kitsune Ral |
2018-03-04 | CMakeLists.txt: indent files with 4 spaces as everywhere else | Kitsune Ral |
2018-03-04 | Merge pull request #180 from Quiark/update_compiler | Kitsune Ral |
2018-03-03 | Caching: switching to binary JSON format; yield to event loop while making a ... | Kitsune Ral |
2018-03-03 | Merge branch 'ci-tweaks' | Kitsune Ral |
2018-03-03 | Improve compatibility with gcc 4.9 to be able to build for Android with QtCre... | Roman Plášil |
2018-03-02 | ISSUE_TEMPLATE.md | Kitsune Ral |
2018-03-02 | Travis CI: run qmc-example on OSX; set valgrind options externally | Kitsune Ral |
2018-03-01 | Connection::tagNames() | Kitsune Ral |
2018-03-01 | Fix tags saving/restoring (finally) | Kitsune Ral |
2018-02-28 | Skip retry interval if the last job attempt timed out | Kitsune Ral |
2018-02-28 | Don't resolve the homeserver port from a user MXID | Kitsune Ral |
2018-02-28 | To the previous commit: µ (mu, micro) is a part of Latin-1 code page. | Kitsune Ral |
2018-02-28 | Profiling logs: added µs, less empty profiling log lines | Kitsune Ral |
2018-02-27 | jobs/generated: SendToDeviceJob | Kitsune Ral |
2018-02-27 | jobs/generated: SearchUserDirectoryJob | Kitsune Ral |
2018-02-27 | jobs/generated: GetRoomTagsJob, SetRoomTagJob, DeleteRoomTagJob | Kitsune Ral |
2018-02-27 | jobs/generated: SendMessageJob (might or might not preempt non-generated Send... | Kitsune Ral |
2018-02-27 | jobs/generated: GetPushersJob, PostPusherJob | Kitsune Ral |