Age | Commit message (Expand) | Author |
2021-11-27 | Merge pull request #518 from Smittyvb/room-stateEvents | Alexey Rusakov |
2021-11-26 | Add Room::{stateEventsOfType,currentState} | Smitty |
2021-11-26 | Room::processEphemeralEvents: Fix updatedCount always being zero | Alexey Rusakov |
2021-11-21 | Document Room::Change and its enumerators | Alexey Rusakov |
2021-11-21 | EventStats and Room::partiallyRead/unreadStats() | Alexey Rusakov |
2021-11-21 | Room::Private::postprocessChanges() | Alexey Rusakov |
2021-11-21 | SyncData: support MSC2654; partiallyReadCount | Alexey Rusakov |
2021-11-21 | Room: isEventNotable, notificationFor, checkForNotifications | Alexey Rusakov |
2021-11-18 | Make Room::Changes an enum class; simplify enumerators | Alexey Rusakov |
2021-11-17 | Room: lastLocalReadReceipt(), localReadReceiptMarker() | Alexey Rusakov |
2021-11-17 | Room: doc-comments cleanup | Alexey Rusakov |
2021-11-17 | Bind read receipts to userIds, not to User* values | Alexey Rusakov |
2021-11-11 | Merge branch 'dev' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-11-08 | Room::Change: deprecate AccountDataChange, ReadMarkerChange | Alexey Rusakov |
2021-11-07 | Add method to get all state events in a room | Smitty |
2021-10-17 | Room: qualify signal parameters | Alexey Rusakov |
2021-10-12 | Make sure to expose both the flags type and the underlying enum | Alexey Rusakov |
2021-10-10 | ReadReceipt::operator==/!=: Add const where it's due | Alexey Rusakov |
2021-10-10 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-09-12 | Merge pull request #506 from TobiasFella/activateencryption | Alexey Rusakov |
2021-09-12 | Merge pull request #499 from TobiasFella/mxcnam | Alexey Rusakov |
2021-09-11 | Add convenience function for activating encryption and fix | Tobias Fella |
2021-09-10 | Move URL creation to Room/Connection; use query instead of fragment | Alexey Rusakov |
2021-09-09 | Straighten up file transfer cancellation | Alexey Rusakov |
2021-08-30 | Room: displayNameForHtml | Alexey Rusakov |
2021-08-23 | Room: isMember(); memberState() only needs user id | Alexey Rusakov |
2021-08-22 | Use Q_DECL_DEPRECATED_X instead of \deprecated doc-comment | Alexey Rusakov |
2021-07-31 | Room: Mark dependent Q_PROPERTYs as STORED false | Alexey Rusakov |
2021-07-31 | Add/update doc-comments on the new/updated methods | Alexey Rusakov |
2021-07-30 | Room::setReadReceipt() | Alexey Rusakov |
2021-07-30 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-07-30 | Quotient::ReadReceipt; deprecated readMarker() | Alexey Rusakov |
2021-07-30 | Room: drop 0.6 deprecations; deprecate RoomAliasEvent | Alexey Rusakov |
2021-07-30 | Formatting | Alexey Rusakov |
2021-07-28 | Room::usersAtEventId(): switch from QMultiHash to QHash of QSets | 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-06-13 | uri.cpp, room.*: Get rid of QStringRefs | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-11-27 | Make it compile with QT_NO_KEYWORDS | Carl Schwan |
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-08-04 | User: optimise names/avatars storing and updating | Kitsune Ral |
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 |