Age | Commit message (Expand) | Author |
2018-08-05 | Room: rework processing redactions | Kitsune Ral |
2018-08-05 | eventCast: add an assertion | Kitsune Ral |
2018-08-05 | qmc-example: fixed indentation | Kitsune Ral |
2018-08-04 | Room: avoid overloading postMessage, as QML is bad at resolving overloaded slots | Kitsune Ral |
2018-08-03 | Room: improve logging, add an assertion | Kitsune Ral |
2018-08-03 | RoomEvent: fix wrong JSON key to pick/store transaction id | Kitsune Ral |
2018-08-03 | Room::Private::doSendEvent: more logs | Kitsune Ral |
2018-08-03 | Fix qmc-example building | Kitsune Ral |
2018-08-03 | Room::retryMessage and Room::discardMessage | Kitsune Ral |
2018-08-03 | Refactor event items | Kitsune Ral |
2018-08-03 | Connection::sendMessage: mark as tentative | Kitsune Ral |
2018-08-01 | Event: use Q_DISABLE_COPY | Kitsune Ral |
2018-07-31 | Room::readMarkerMoved: pass 'from' and 'to' ids with the signal | Kitsune Ral |
2018-07-31 | RoomEvent: don't store transactionId separately | Kitsune Ral |
2018-07-29 | csapi: define PushRule more accurately | Kitsune Ral |
2018-07-28 | csapi/third_party_lookup.*: Properly pass a variadic (aka exploded) parameters | Kitsune Ral |
2018-07-28 | Room: validate tags before sending them to the server | Kitsune Ral |
2018-07-27 | Merge branch 'kitsune-local-echo' | Kitsune Ral |
2018-07-27 | Update tests (WIP) | Kitsune Ral |
2018-07-27 | Make Room::postMessage and Room::postHtmlMessage return transactionId | Kitsune Ral |
2018-07-27 | Provide a way to match the echo against the synced event | Kitsune Ral |
2018-07-27 | util.h: findFirstOf | Kitsune Ral |
2018-07-27 | Initial support for local echo | Kitsune Ral |
2018-07-27 | connectSingleShot() | Kitsune Ral |
2018-07-27 | Fix compilation with Clang | Kitsune Ral |
2018-07-27 | makeEvent<>: Add a doc comment | Kitsune Ral |
2018-07-27 | event.h: drop eventCast for references; other cleanup | Kitsune Ral |
2018-07-27 | Omittable<>: use std::decay<>, add assertion | Kitsune Ral |
2018-07-25 | Merge pull request #225 from encombhat/master | Kitsune Ral |
2018-07-24 | Fix compilation issue of qmc-example. | Black Hat |
2018-07-23 | Fix rooms tags being incorrectly set | Kitsune Ral |
2018-07-22 | Switched to GTAD 0.7-pre | Kitsune Ral |
2018-07-22 | gtad.yaml: cleanup | Kitsune Ral |
2018-07-22 | Merge pull request #223 from encombhat/master | Kitsune Ral |
2018-07-22 | Change order data type. | Black Hat |
2018-07-22 | csapi: Minor cleanup in #includes, part 2 | Kitsune Ral |
2018-07-22 | csapi: Minor cleanup in #includes | Kitsune Ral |
2018-07-22 | qmake: use object_parallel_to_source | Kitsune Ral |
2018-07-21 | csapi: add definitions/auth_data.* and optimise out trivial files with the la... | Kitsune Ral |
2018-07-21 | Overload Room:addTag. | Black Hat |
2018-07-21 | Mark Room::addTag() and Room::removeTag() as Q_INVOKABLE. | Black Hat |
2018-07-21 | csapi: Fix indentaton of data structures inside job classes | Kitsune Ral |
2018-07-20 | csapi: Rename entities in application-service/ | Kitsune Ral |
2018-07-19 | ConnectionData: use std::move() | Kitsune Ral |
2018-07-19 | Connection::stateChanged() signal | Kitsune Ral |
2018-07-19 | qmake/CMake: Add lib/application-service/definitions/* | Kitsune Ral |
2018-07-18 | csapi: third_party_lookup.* and its dependencies in application-service/ | Kitsune Ral |
2018-07-18 | csapi: Doxy-comments thanks to the latest GTAD | Kitsune Ral |
2018-07-16 | Connection::uploadFile(): Fix a missing negation | Kitsune Ral |
2018-07-16 | Fix a clazy warning | Kitsune Ral |