Age | Commit message (Expand) | Author |
2019-03-13 | Room: make notificationCount, highlightCount Q_PROPERTYs | Kitsune Ral |
2019-03-10 | Room::checkVersion(): be tolerant to already upgraded rooms | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2019-02-26 | Room::avatarObject | Kitsune Ral |
2019-02-26 | Room: avoid dangling pointers, even if not dereferenced | Kitsune Ral |
2019-02-26 | Room::addNewMessageEvents: fix possible use of an invalid iterator | Kitsune Ral |
2019-02-25 | Have a build-wide macro for compilers that don't handle init-lists right | Kitsune Ral |
2019-02-25 | Room::postHtmlMessage: default message type to m.text | Kitsune Ral |
2019-02-25 | makeRedacted: update the list of preserved parts | Kitsune Ral |
2019-02-22 | Room::setAliases, Connection: roomByAlias, updateRoomAliases | Kitsune Ral |
2019-02-19 | Room::downloadFile: construct the temporary filename more carefully | Kitsune Ral |
2019-02-18 | Room: fix building with MSVC | Kitsune Ral |
2019-02-17 | Room: add isUnstable(); unstableVersion() -> stabilityUpdated() | Kitsune Ral |
2019-02-17 | Room: emit room, not id in upgraded(); add upgradeFailed() | Kitsune Ral |
2019-02-16 | Room::version(): Fallback an empty version to "1" | Kitsune Ral |
2019-02-16 | Room::canSwitchVersions() | Kitsune Ral |
2019-02-16 | Room::checkVersion(): check power levels | Kitsune Ral |
2019-02-16 | Room::switchVersion() | Kitsune Ral |
2019-02-15 | Use Changes enum properly | Kitsune Ral |
2019-02-15 | Room::checkVersion() and Room::unstableVersion() | Kitsune Ral |
2019-02-15 | Room::upgraded() | Kitsune Ral |
2019-02-15 | Disallow sending events to rooms that have been upgraded | Kitsune Ral |
2019-02-15 | Room: version(), predecessorId(), successorId() | Kitsune Ral |
2019-02-15 | Add a FIXME upon the recent failure under Valgrind | Kitsune Ral |
2019-02-15 | Room::baseStateLoaded | Kitsune Ral |
2019-01-13 | Connection: fix/workaround glitches on joining/leaving | Kitsune Ral |
2019-01-13 | Room::Room: initialise display name | Kitsune Ral |
2019-01-13 | Fix Omittables accidentally becoming non-omitted when compared with non-Omitt... | Kitsune Ral |
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 |