Age | Commit message (Expand) | Author |
2018-11-05 | isEchoEvent: check the pending event for ids, not the synced one | Kitsune Ral |
2018-11-04 | Profiler logging fixes and improvements | Kitsune Ral |
2018-11-04 | Room: store state events in a unified way | Kitsune Ral |
2018-10-26 | Use tr() for plurals | Kitsune Ral |
2018-10-12 | Room::addTag: use float instead of Omittable<float> | Kitsune Ral |
2018-10-05 | Room: fix a blunder leading to accessing data after move | Kitsune Ral |
2018-10-04 | Modernise and fix code dealing with call events | Kitsune Ral |
2018-09-30 | Room: Unify tags both when getting and setting | Kitsune Ral |
2018-09-30 | Room: use csapi/tags.h; fix tagsChanged() double-emission | Kitsune Ral |
2018-09-25 | Room::addTag: fix the QML-friendly overload's parameter | Kitsune Ral |
2018-09-17 | return false in processStateEvent; make processCall private | Josip Delic |
2018-09-16 | Merge remote-tracking branch 'upstream/master' | Josip Delic |
2018-09-16 | Introduce Room::displaynameAboutToChange() | Kitsune Ral |
2018-09-12 | Merge pull request #1 from QMatrixClient/master | Black Hat |
2018-09-02 | Switch tag order from strings to floats, as The Spec preaches | Kitsune Ral |
2018-08-30 | Add signal for read receipt. | Black Hat |
2018-08-30 | Remove unused check. | Black Hat |
2018-08-29 | Use QMultiHash. | Black Hat |
2018-08-29 | Use local QHash. | Black Hat |
2018-08-25 | Update make it compile | Josip Delic |
2018-08-25 | Update marius voip to new libqtmc | Josip Delic |
2018-08-20 | Room::displaynameChanged() should pass the old name too | Kitsune Ral |
2018-08-13 | Room::tagsChanged(): elaborate additions/removals along with the signal | Kitsune Ral |
2018-08-11 | Reverse direct chats map | Kitsune Ral |
2018-08-06 | Room: addedMessages passes timeline indices | Kitsune Ral |
2018-08-05 | Room: add redaction events to the timeline | Kitsune Ral |
2018-08-05 | Room: rework processing redactions | 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 | Room::Private::doSendEvent: more logs | Kitsune Ral |
2018-08-03 | Room::retryMessage and Room::discardMessage | Kitsune Ral |
2018-08-03 | Refactor event items | Kitsune Ral |
2018-07-31 | Room::readMarkerMoved: pass 'from' and 'to' ids with the signal | Kitsune Ral |
2018-07-28 | Room: validate tags before sending them to the server | 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 | Initial support for local echo | Kitsune Ral |
2018-07-23 | Fix rooms tags being incorrectly set | Kitsune Ral |
2018-07-22 | Change order data type. | Black Hat |
2018-07-21 | Overload Room:addTag. | Black Hat |
2018-07-11 | Room: (optionally) keep redaction events in the timeline | Kitsune Ral |
2018-07-11 | Room::isRedaction: disallow empty pointers | Kitsune Ral |
2018-07-10 | Room::postHtmlMessage() - a facility method to send HTML messages | Kitsune Ral |
2018-07-09 | Room: Revert from visit() to a combination of ifs and eventCasts | Kitsune Ral |
2018-07-08 | visit<>(): drop the overload for pointer-like objects | Kitsune Ral |
2018-07-04 | Events: use a template structure instead of template variables; rearrange cod... | Kitsune Ral |
2018-07-04 | Event types system remade to be extensible | Kitsune Ral |
2018-07-01 | More cleanup and minor tweaks | Kitsune Ral |
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral |
2018-06-02 | Room::dropDuplicateEvents(): use a reference instead of a pointer | Kitsune Ral |