Age | Commit message (Expand) | Author |
2020-04-12 | Room::safeMemberName() | Kitsune Ral |
2020-04-12 | Room::canSwitchVersions(): refactor and make Q_INVOKABLE | Kitsune Ral |
2020-03-26 | Refactoring around Connection::onSyncSuccess() | Kitsune Ral |
2020-03-23 | Expose aliases() and altAliases() as properties | Black Hat |
2020-03-21 | Merge pull request #383 from ram-nad/msc2432-fix | Kitsune Ral |
2020-03-20 | added altAliases() | Ram Nad |
2020-03-20 | made suggested changes | Ram Nad |
2020-02-25 | E2EE: implement megolm inbound session decrypt for room | Alexey Andreyev |
2020-02-25 | E2EE: add connection session decrypt, handle to-device and device_one_time_ke... | Alexey Andreyev |
2019-12-11 | Pass action scope to Room::setTags | Kitsune Ral |
2019-12-09 | Room::creation() and Room::tombstone() | Kitsune Ral |
2019-12-09 | Room::predecessor() and Room::successor() | Kitsune Ral |
2019-12-09 | Room: more doc-comments | Kitsune Ral |
2019-12-08 | Remove extraneous qualification | Kitsune Ral |
2019-10-20 | Qualify types in signals and Q_INVOKABLEs | Kitsune Ral |
2019-10-01 | Room::getCurrentState() | Kitsune Ral |
2019-09-29 | Fix formatting weirdness | Kitsune Ral |
2019-09-24 | Room: cleanup | Kitsune Ral |
2019-08-18 | Room::decryptMessage: now with the header file changes | Kitsune Ral |
2019-08-13 | Support for server notices rooms (MSC1452) | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-02 | Apply the new brace wrapping to source files | Kitsune Ral |
2019-08-02 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-08-01 | Merge branch 'master' into kitsune-relations | Kitsune Ral |
2019-07-31 | Room::postReaction() | Kitsune Ral |
2019-07-31 | Support for receiving m.reaction events | Kitsune Ral |
2019-07-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-08 | Room: Set roomId and sender on pending events | Kitsune Ral |
2019-07-06 | Be stricter on usage of stateKey | Kitsune Ral |
2019-07-03 | Room/Connection: make room aliases work properly | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-06-02 | lib/room.*: Spelling fixes in comments | Kitsune Ral |
2019-05-04 | Room::allHistoryLoaded | Kitsune Ral |
2019-04-03 | room.h: more doc-comments | Kitsune Ral |
2019-03-31 | Room::refreshDisplayName() - for debugging purposes only | Kitsune Ral |
2019-03-21 | Room::displayName: fix NOTIFY signal for Q_PROPERTY | Kitsune Ral |
2019-03-13 | Room: make notificationCount, highlightCount Q_PROPERTYs | Kitsune Ral |
2019-03-12 | Make Room::prettyPrint Q_INVOKABLE | 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-25 | Room::postHtmlMessage: default message type to m.text | Kitsune Ral |
2019-02-22 | Room::setAliases, Connection: roomByAlias, updateRoomAliases | 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::canSwitchVersions() | Kitsune Ral |
2019-02-16 | Room::switchVersion() | Kitsune Ral |
2019-02-15 | Fix FTBFS | Kitsune Ral |
2019-02-15 | Use Changes enum properly | Kitsune Ral |
2019-02-15 | Room::checkVersion() and Room::unstableVersion() | Kitsune Ral |