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-04-08 | EventStatus::Replaced | Kitsune Ral |
2020-04-07 | BaseJob: don't finish and re-try at the same time | Kitsune Ral |
2020-04-07 | Room::addNewMessageEvents: fix an assertion failure on empty sender | Kitsune Ral |
2020-04-06 | BaseJob: disable pipelining | Kitsune Ral |
2020-04-06 | Revert changes accidentally sneaked in with the previous commit | Kitsune Ral |
2020-04-06 | CMakeLists: install header files to a subdirectory | Kitsune Ral |
2020-04-05 | RequestData: create empty QByteArray by default | Kitsune Ral |
2020-03-31 | Reparent all jobs to their connections | Kitsune Ral |
2020-03-30 | Connection::resolveServer(): refactor | Kitsune Ral |
2020-03-30 | BaseJob: check the connection even harder | Kitsune Ral |
2020-03-30 | BaseJob: shutdown timers on abandoning and destruction | Kitsune Ral |
2020-03-27 | Fix FTBFS with Quotient_ENABLE_E2EE | Kitsune Ral |
2020-03-26 | Refactoring around Connection::onSyncSuccess() | Kitsune Ral |
2020-03-26 | AliasesEventContent::toJson(): optimise generated JSON | Kitsune Ral |
2020-03-26 | Room::aliases(): don't add canonical alias if it's empty | Kitsune Ral |
2020-03-24 | Connection: fix a deprecation warning | 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-21 | Update aliases code lib/room.cpp | Ram Nad |
2020-03-20 | Merge branch 'msc2432-fix' of github.com:ram-nad/libQuotient into msc2432-fix | Ram Nad |
2020-03-20 | emit nameChanged() on AliasesChange | Ram Nad |
2020-03-20 | Make rvalue constructor explicit Update lib/events/roomcanonicalaliasevent.h | Ram Nad |
2020-03-20 | Make constructor explicit lib/events/roomcanonicalaliasevent.h | Ram Nad |
2020-03-20 | dont use this | Ram Nad |
2020-03-20 | added altAliases() | Ram Nad |
2020-03-20 | Merge pull request #389 from quotient-im/kitsune-login-flows | Kitsune Ral |
2020-03-20 | made suggested changes | Ram Nad |
2020-03-20 | Add warranty in lib/events/roomcanonicalaliasevent.h | Ram Nad |
2020-03-19 | Merge pull request #376 from rpallai/editing-fixes | Kitsune Ral |
2020-03-18 | SsoSession and Connection::prepareForSso() | Kitsune Ral |
2020-03-17 | Use constant | Roland Pallai |
2020-03-17 | MSC1849 compatible edited messages (#373) | Roland Pallai |
2020-03-15 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral |
2020-03-14 | Connection: minor cleanup | Kitsune Ral |
2020-03-13 | Connection: support getting the list of login flows | Kitsune Ral |
2020-03-13 | Merge pull request #346 from quotient-im/aa13q-e2ee-encrypted-msg | Kitsune Ral |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev |
2020-03-08 | fixing msc2432 | Ram Nad |
2020-02-25 | Room: fix merge regression | Alexey Andreyev |
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 |
2020-02-25 | E2EE: fix olm session decrypt, move to EncryptionManager | Alexey Andreyev |
2020-02-25 | E2EE: EncryptedEvent constructor debug message | Alexey Andreyev |
2020-02-25 | E2EE: implement SyncData::deviceOneTimeKeysCount | Alexey Andreyev |
2020-02-25 | E2EE: introduce RoomKeyEvent | Alexey Andreyev |
2020-02-25 | E2EE: Fix EncryptionManager initialization place | Alexey Andreyev |
2020-02-22 | RoomMemberEvent: add isRejectedInvite(), isBan(), and isUnban() | Karol Kosek |
2020-02-10 | Add EventContent::replacementOf() helper | Roland Pallai |