Age | Commit message (Expand) | Author |
2020-11-15 | Cleanup across event classes | Kitsune Ral |
2020-11-14 | Make StateEventBase Q_GADGET too | Kitsune Ral |
2020-11-14 | Cleanup | Kitsune Ral |
2020-11-14 | Drop EventFactory<RoomPowerLevelsEvent> | Kitsune Ral |
2020-11-14 | ConnectionData: fix defunct jobs stalling the queue | 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-10 | MembershipType: drop warning on empty values | Kitsune Ral |
2020-11-08 | Room: drop setMemberState() | Kitsune Ral |
2020-11-08 | More robust member profile data retrieval | Kitsune Ral |
2020-11-08 | converters.h: add QUrl support | Kitsune Ral |
2020-11-06 | ChangePasswordJob: logoutDevices doesn't need Omittable | Kitsune Ral |
2020-11-06 | Further restrict IPv6 branch of ServerPartRegEx | Kitsune Ral |
2020-11-06 | Uri::toUrl(): fix incorrect matrix.to rep | Kitsune Ral |
2020-11-06 | util.cpp: assert validity of regular expressions | Kitsune Ral |
2020-11-06 | More stringent serverpart checks in user ids | 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-09-04 | SyndData::parseJson: use fromJson() | Kitsune Ral |
2020-09-04 | csapi/profile.*: require displayname/avatar_url | Kitsune Ral |
2020-08-23 | More cleanup; drop Qt bearer management on Qt 5.15+ | Kitsune Ral |
2020-08-22 | Cleanup and some extra comments | Kitsune Ral |
2020-08-11 | Drop unneeded #include | Kitsune Ral |
2020-08-04 | Connection: self-delete after emitting loggedOut() | Kitsune Ral |
2020-08-04 | User: optimise names/avatars storing and updating | Kitsune Ral |
2020-08-04 | BaseJob: go for a retry on IncorrectResponse | Kitsune Ral |
2020-08-04 | Connection: stop the sync loop on SyncJob::failure | Kitsune Ral |
2020-08-04 | Cleanup around [BaseJob::]IncorrectResponse[Error] | Kitsune Ral |
2020-08-04 | Room: various minor tweaks and fixes | Kitsune Ral |
2020-08-03 | Cleanup | Kitsune Ral |
2020-08-02 | Event::dumpTo: make protected, and RoomEvent override | Kitsune Ral |
2020-08-02 | User: fix FTBFS and access after move | Kitsune Ral |
2020-07-30 | User: minor cleanup; doc-comments | Kitsune Ral |
2020-07-29 | User: only set object name at initialisation | Kitsune Ral |
2020-07-29 | Fix FTBFS | Kitsune Ral |
2020-07-29 | User: don't spend another pointer on Connection | Kitsune Ral |
2020-07-29 | User: deprecate bridged() and rawName() | Kitsune Ral |
2020-07-26 | RoomAvatarEvent: add constructors from content | Kitsune Ral |
2020-07-24 | Room: send read receipts in a background request | Kitsune Ral |
2020-07-24 | csapi/: refresh from the latest matrix-doc | Kitsune Ral |
2020-07-23 | Room::P::isEventNotable(): edits are not notable | Kitsune Ral |
2020-07-22 | Merge pull request #407 from quotient-im/kitsune-resource-resolver | Kitsune Ral |
2020-07-21 | Uri: bare-sigil URIs are invalid | Kitsune Ral |
2020-07-21 | Connection: tolerate an empty set of room versions | Kitsune Ral |
2020-07-21 | converters.*: clean away old cruft | Kitsune Ral |
2020-07-20 | UriResolverBase::visitUser(): add return value | Kitsune Ral |
2020-07-19 | MatrixUri->Uri: Extend to non-Matrix URIs | Kitsune Ral |
2020-07-18 | class MatrixUri; support action=join and via= | Kitsune Ral |
2020-07-18 | Fix building with older Qt | Kitsune Ral |
2020-07-18 | ResourceResolver | Kitsune Ral |