Age | Commit message (Expand) | Author |
2019-01-05 | Room: findPendingEvent; fixes for postFile() | Kitsune Ral |
2019-01-05 | Support file events in Room::retryMessage/discardMessage | Kitsune Ral |
2019-01-05 | Room::postFile() and supplementary things in Room::Private | Kitsune Ral |
2019-01-05 | Room::fileSource | Kitsune Ral |
2019-01-05 | FileTransferInfo: new properties: isUpload and started | Kitsune Ral |
2018-12-16 | Room: messageSent(), better pendingEventAboutToAdd(), more doc-comments | Kitsune Ral |
2018-12-16 | Room::getAllMembers: revert off-by-one "bugfix" | Kitsune Ral |
2018-12-13 | Room::getAllMembers: fix off-by-one error | Kitsune Ral |
2018-12-12 | Room::allMembersLoaded(); more doc-comments | Kitsune Ral |
2018-12-11 | Make Room::setDisplayed() trigger loading all members | Kitsune Ral |
2018-12-10 | Room::getPreviousContent: use early return | Kitsune Ral |
2018-12-09 | Room: defer memberListChanged(); track room summary changes | Kitsune Ral |
2018-12-09 | Room: track more changes; fix cache smashing upon restart | Kitsune Ral |
2018-12-09 | MSC 688: MSC-compliant RoomSummary; update Room::calculateDisplayname() | Kitsune Ral |
2018-12-08 | Room summaries | Kitsune Ral |
2018-11-23 | Room::setLastReadEvent: save room state when updating own read marker | Kitsune Ral |
2018-11-23 | Room: track more Changes | Kitsune Ral |
2018-11-23 | Room/Connection: don't save the just loaded room cache | Kitsune Ral |
2018-11-22 | Save state cache per-room | Kitsune Ral |
2018-11-22 | Room: Change enum, Changes flag set, and changed() signal | Kitsune Ral |
2018-11-20 | Make SyncData more self-contained and prepare for cache splitting | Kitsune Ral |
2018-11-19 | Don't cache empty events; prepare for lazy-loading | Kitsune Ral |
2018-11-19 | Room: process new state events after applying redactions | Kitsune Ral |
2018-11-19 | Room: expose eventsHistoryJob as a Q_PROPERTY | Kitsune Ral |
2018-11-19 | Room: profile addHistoricalMessageEvents (+cleanup) | Kitsune Ral |
2018-11-17 | Room: cleanup | Kitsune Ral |
2018-11-17 | Room::processStateEvent: process banning correctly | Kitsune Ral |
2018-11-14 | Room: fix incorrect handling of state event redactions | Kitsune Ral |
2018-11-14 | Room: historyEdge(), syncEdge, Private::timelineBase() | Kitsune Ral |
2018-11-14 | Improvements in comments | Kitsune Ral |
2018-11-14 | Room: ensure proper error signalling on event sending failures | Kitsune Ral |
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 |