aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-31User::nameForRoom(): null hint is not a hintKitsune Ral
2019-03-30Connection: make sure to mark rooms supposed to be direct chats as suchKitsune Ral
2019-03-30Room::processStateEvent, User: take the previous membership state from oldSta...Kitsune Ral
2019-03-30Room::processRedaction(): avoid accidental creation of entries in currentStat...Kitsune Ral
2019-03-27qmc-example: add a couple homeserver data sanity checksKitsune Ral
2019-03-27Connection::domain()Kitsune Ral
2019-03-26Room::switchVersion(): refuse to switch a version if a tombstone is already t...Kitsune Ral
2019-03-26Room::canSwitchVersions(): return false on tombstoned roomsKitsune Ral
2019-03-24Expose linkifyUrls() into library API for future useKitsune Ral
2019-03-24User: strip RLO/LRO markers on renaming as wellKitsune Ral
2019-03-24RoomMemberEvent: sanitize user display namesKitsune Ral
2019-03-24linkifyUrls(): fix linkification of emails containing "www."Kitsune Ral
2019-03-23Room::downloadFile(): Tighten URL validationsKitsune Ral
2019-03-23Update to the latest CS API definitionsKitsune Ral
2019-03-21Room::displayName: fix NOTIFY signal for Q_PROPERTYKitsune Ral
2019-03-14Fix read receipts and redactions on v3 roomsKitsune Ral
2019-03-13Bump API_VERSION to 0.6Kitsune Ral
2019-03-13Room: make notificationCount, highlightCount Q_PROPERTYsKitsune Ral
2019-03-12Make Room::prettyPrint Q_INVOKABLEKitsune Ral
2019-03-10Room::checkVersion(): be tolerant to already upgraded roomsKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-03-02fixup! fixup! chore: add .clang-formatMarc Deop
2019-03-01fixup! chore: add .clang-formatMarc Deop
2019-03-01chore: add .clang-formatMarc Deop
2019-02-27Refresh CONTRIBUTING.mdKitsune Ral
2019-02-27qmc-example: use Connection::syncLoopKitsune Ral
2019-02-27Connection::stopSync: undo the sync loopKitsune Ral
2019-02-27BaseJob::abandon() fixesKitsune Ral
2019-02-26README.md: use dash instead of tilde in pre-releasesKitsune Ral
2019-02-26README.md: update versioning convention for pre-releasesKitsune Ral
2019-02-26Room::avatarObjectKitsune Ral
2019-02-26Linkify Matrix identifiersKitsune Ral
2019-02-26prettyPrint(): only linkify http(s), ftp, mailto, magnet linksKitsune Ral
2019-02-26Room: avoid dangling pointers, even if not dereferencedKitsune Ral
2019-02-26Merge pull request #287 from a-andreyev/aa13q-fix-5.6-build-qhashKitsune Ral
2019-02-26Room::addNewMessageEvents: fix possible use of an invalid iteratorKitsune Ral
2019-02-25Have a build-wide macro for compilers that don't handle init-lists rightKitsune Ral
2019-02-25RoomMessageEvent: support m.in_reply_to (not spec-compliant yet); optimise aw...Kitsune Ral
2019-02-25Room::postHtmlMessage: default message type to m.textKitsune Ral
2019-02-25makeRedacted: update the list of preserved partsKitsune Ral
2019-02-24Fix Qt<5.7 build for std::hash<StateEventKey>Alexey Andreyev
2019-02-24Merge branch 'kitsune-aliases-map'Kitsune Ral
2019-02-24Merge pull request #285 from Kaffeine/kaffeine/fix_debug_private_apiKitsune Ral
2019-02-23Remove the 'pretty' SupportedRoomVersion vector debug operatorAlexander Akulich
2019-02-22Room::setAliases, Connection: roomByAlias, updateRoomAliasesKitsune Ral
2019-02-22Merge remote-tracking branch 'remotes/origin/kitsune-simpler-simple-content'Kitsune Ral
2019-02-21Travis CI: switch macOS builds to xcode10.1 imageKitsune Ral
2019-02-20.travis.yml: minor improvementsKitsune Ral
2019-02-20BaseJob: M_UNSUPPORTED_ROOM_VERSION & M_INCOMPATIBLE_ROOM_VERSIONKitsune Ral
2019-02-19Room::downloadFile: construct the temporary filename more carefullyKitsune Ral