Age | Commit message (Expand) | Author |
2018-08-29 | Use local QHash. | Black Hat |
2018-08-25 | Set state event | Josip Delic |
2018-08-25 | Update make it compile | Josip Delic |
2018-08-25 | Update to the recent CS API (watch out for breakage) | Kitsune Ral |
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-20 | Settings: get<>(); pass arguments more efficiently | Kitsune Ral |
2018-08-13 | Room::tagsChanged(): elaborate additions/removals along with the signal | Kitsune Ral |
2018-08-13 | accountdataevents.h: Drop useless(?) static declarations for tag names | Kitsune Ral |
2018-08-13 | ConnectionsGuard: Fix clazy warning | Kitsune Ral |
2018-08-12 | Revert JoinState::Any introduction | Kitsune Ral |
2018-08-12 | Fix FTBFS (in a hacky way, needs a proper fix) | Kitsune Ral |
2018-08-12 | Fix building with older Qt versions | Kitsune Ral |
2018-08-11 | Reverse direct chats map | Kitsune Ral |
2018-08-11 | Connection::doInDirectChat: don't remove invite/left rooms from direct chats | Kitsune Ral |
2018-08-11 | JoinStates: add JoinState::Any to match any state | Kitsune Ral |
2018-08-11 | Connection: don't crash on invalid user ids coming from the server | Kitsune Ral |
2018-08-11 | Connection::*DirectChat(): add overloads accepting User* | Kitsune Ral |
2018-08-11 | Connection: drop extraneous Q_INVOKABLE | Kitsune Ral |
2018-08-06 | Room: addedMessages passes timeline indices | Kitsune Ral |
2018-08-06 | RoomMemberEvent: a set of is*() facility methods | 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-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 |