Age | Commit message (Expand) | Author |
2021-07-24 | Wrap SyncRoomData counters into Omittables | Alexey Rusakov |
2021-07-18 | MembershipType -> Membership, also used for JoinState | Alexey Rusakov |
2021-07-18 | Room::postFile(): adjust to the changed RoomMessageEvent API | Alexey Rusakov |
2021-07-11 | Fix Room::processAccountDataEvent() return value | Alexey Rusakov |
2021-06-13 | uri.cpp, room.*: Get rid of QStringRefs | Alexey Rusakov |
2021-06-12 | Adjust to new moc/QMetaType requirements | Alexey Rusakov |
2021-05-25 | Fixes | Arnav Rawat |
2021-03-11 | historyedge() a result of findInTimeline() | Arnav Rawat |
2021-03-11 | Support for pinned messages | Arnav Rawat |
2021-01-25 | Room::P::removeMemberFromMap: comment that Q_ASSERT | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2021-01-15 | Merge branch 'master' into dfaure/stricter-flags | Kitsune Ral |
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral |
2021-01-07 | isJobRunning() -> isJobPending() | Kitsune Ral |
2020-12-28 | Room: inline a once-used variable | Kitsune Ral |
2020-12-28 | Room: really fix namesakes assertion failure | Kitsune Ral |
2020-12-28 | Use generated SetReadMarkerJob instead of PostReadMarkersJob | Kitsune Ral |
2020-12-28 | Cleanup and clang-tidy/clazy fixes | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
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-26 | Enable QT_NO_URL_CAST_FROM_STRING and QT_STRICT_ITERATORS. | David Faure |
2020-11-19 | Fix Q_ASSERT failure on sending messages | Kitsune Ral |
2020-11-15 | Cleanup across event classes | Kitsune Ral |
2020-11-14 | Cleanup | Kitsune Ral |
2020-11-12 | Room: add power level events to redaction rules | Kitsune Ral |
2020-11-12 | More JSON key constants | Kitsune Ral |
2020-11-08 | Room: drop setMemberState() | Kitsune Ral |
2020-11-08 | More robust member profile data retrieval | Kitsune Ral |
2020-10-27 | Added filter param to getPreviousContent so that a server side filter | John |
2020-09-04 | Fixes of 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 |