index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
room.cpp
Age
Commit message (
Expand
)
Author
2021-09-08
Room: actually initialise read marker when needed
Alexey Rusakov
2021-08-01
Room::setDisplayed(): Don't reset unread counters
Alexey Rusakov
2021-08-01
Room::toJson(): save the last local user's read receipt
Alexey Rusakov
2021-08-01
Enhanced logging for read receipts
Alexey Rusakov
2021-08-01
SyncRoomData: distinguish between omitted and 0 unread counters
Alexey Rusakov
2021-07-25
Room: update cache state if needed after loading history
Alexey Rusakov
2021-07-24
Room::setLastDisplayedEventId: Update local read receipt immediately
Alexey Rusakov
2021-07-24
Fix unread counter left intact after loading backscroll
Alexey Rusakov
2021-07-24
Room::Private::sync/historyEdge()
Alexey Rusakov
2021-07-20
Promote read receipts/marker in addNewMessageEvents()
Alexey Rusakov
2021-07-19
addHistoricalMessageEvents(): restore force-recount logic
Alexey Rusakov
2021-07-19
Fix m.read getting stuck behind m.fully_read
Alexey Rusakov
2021-07-10
Fix Room::processAccountDataEvent() return value
Alexey Rusakov
2021-07-10
Room: refactoring around logging (esp. profile logs)
Alexey Rusakov
2021-07-10
Room: fix the read markers/receipts confusion
Alexey Rusakov
2021-07-02
Room::memberJoinState(): return Leave if user == nullptr
Alexey Rusakov
2021-06-27
Room::processEphemeralEvents(): refactoring
Alexey Rusakov
2021-03-04
Tighten up against malformed user ids in events
Alexey Rusakov
2020-12-28
Cleanup and clang-tidy/clazy fixes
Kitsune Ral
2020-12-24
Room: don't accept . at 0-th position in the tag
Kitsune Ral
2020-12-24
Fix clang-tidy/clazy warnings
Kitsune Ral
2020-12-03
Room: fix breakage in internal member map
Kitsune Ral
2020-11-19
Fix Q_ASSERT failure on sending messages
Kitsune Ral
2020-11-15
Room: add power level events to redaction rules
Kitsune Ral
2020-11-15
Room::P::getCurrentState<>(): bypass the factory chain
Kitsune Ral
2020-11-09
Room: be more robust in Release mode
Kitsune Ral
2020-09-04
More fixing of clazy warnings
Kitsune Ral
2020-09-03
Address clazy warnings
Kitsune Ral
2020-08-22
Cleanup and some extra comments
Kitsune Ral
2020-08-04
User: optimise names/avatars storing and updating
Kitsune Ral
2020-08-04
Room: various minor tweaks and fixes
Kitsune Ral
2020-07-24
Room: send read receipts in a background request
Kitsune Ral
2020-07-23
Room::P::isEventNotable(): edits are not notable
Kitsune Ral
2020-06-20
Room: PostReadMarkersJob should be in background
Kitsune Ral
2020-06-19
Fix FTBFS and warnings with E2EE switched on
Kitsune Ral
2020-06-10
Room: fix messageSent() being emitted too early
Kitsune Ral
2020-06-05
Avoid Qt 5.15 deprecation warning
Kitsune Ral
2020-05-31
room.cpp: clean away unused variables
Kitsune Ral
2020-04-14
Room: emit updatedEvent() on un-reaction
Kitsune Ral
2020-04-12
Room::safeMemberName()
Kitsune Ral
2020-04-12
Room::canSwitchVersions(): refactor and make Q_INVOKABLE
Kitsune Ral
2020-04-07
Room::addNewMessageEvents: fix an assertion failure on empty sender
Kitsune Ral
2020-03-26
Refactoring around Connection::onSyncSuccess()
Kitsune Ral
2020-03-26
Room::aliases(): don't add canonical alias if it's empty
Kitsune Ral
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
emit nameChanged() on AliasesChange
Ram Nad
2020-03-20
dont use this
Ram Nad
2020-03-20
added altAliases()
Ram Nad
2020-03-20
made suggested changes
Ram Nad
[next]