Age | Commit message (Expand) | Author |
2019-11-10 | makeRedacted: fix code formatting | Kitsune Ral |
2019-11-01 | Omittable: get rid of value() | Kitsune Ral |
2019-11-01 | Derive Omittable<> from std::optional<> | Kitsune Ral |
2019-10-02 | Fix Room::localAliases() | Black Hat |
2019-10-01 | Room::getCurrentState() | Kitsune Ral |
2019-09-24 | Room: cleanup | Kitsune Ral |
2019-09-12 | Introduce HashQ<> and UnorderedMap<> | Kitsune Ral |
2019-08-29 | Merge pull request #348 from quotient-im/kitsune-better-basejob | Kitsune Ral |
2019-08-26 | Room::calculateDisplayname: use local aliases for room naming | Kitsune Ral |
2019-08-20 | BaseJob/ConnectionData: connection-wide rate-limiting | Kitsune Ral |
2019-08-19 | Room::Private::doSendEvent: fix too early change in BaseJob signals | Kitsune Ral |
2019-08-18 | room.cpp: applied clang-format with updated penalty values | Kitsune Ral |
2019-08-18 | Room: use new logging categories | Kitsune Ral |
2019-08-18 | Merge pull request #345 from rpallai/UnreadNotifsChange | Kitsune Ral |
2019-08-18 | Room::decryptMessage: fix memory leaks and dangling pointers | Kitsune Ral |
2019-08-17 | Update the cache for sure if unread counters were changed | Roland Pallai |
2019-08-13 | Support for server notices rooms (MSC1452) | Kitsune Ral |
2019-08-11 | Now that we're C++17, remove old compatibility cruft | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-02 | Room: avoid assertion crashes; name variables better | Kitsune Ral |
2019-08-02 | Room/qmc-example: consider fake state event rejection as valid | 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-31 | Initial support for edited messages (receive only) | 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 | Merge branch 'master' into e2ee-enc-mng | Kitsune Ral |
2019-07-06 | Be stricter on usage of stateKey | Kitsune Ral |
2019-07-06 | Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson() | Kitsune Ral |
2019-07-06 | Room::setLocalAliases: now actually working (with a caveat) | Kitsune Ral |
2019-07-04 | Add full EncryptionEvent to room logic. Issue #95 | Alexey Andreyev |
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-06 | Room::processStateEvent: be more careful with signals handling at user renames | Kitsune Ral |
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral |
2019-04-03 | Room::postFile: initiate uploading the file even before adding a pending event | Kitsune Ral |
2019-03-31 | Room: track invited users; polish the room naming algorithm | Kitsune Ral |
2019-03-31 | Room::updateData(): recalculate room name only when state changes occur | Kitsune Ral |
2019-03-31 | Room::refreshDisplayName() - for debugging purposes only | Kitsune Ral |
2019-03-30 | Room::processStateEvent, User: take the previous membership state from oldSta... | Kitsune Ral |
2019-03-30 | Room::processRedaction(): avoid accidental creation of entries in currentStat... | Kitsune Ral |
2019-03-26 | Room::switchVersion(): refuse to switch a version if a tombstone is already t... | Kitsune Ral |
2019-03-26 | Room::canSwitchVersions(): return false on tombstoned rooms | Kitsune Ral |
2019-03-23 | Room::downloadFile(): Tighten URL validations | Kitsune Ral |