aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-20Connection: Fix a race condition in direct chats handling upon initial syncKitsune Ral
2019-05-20Connection::onSyncSuccess(): fix using after move()Kitsune Ral
2019-05-20event.h: add doc-comments; deprecate ptrCast()Kitsune Ral
2019-04-17Bump the version to 0.5.1.2Kitsune Ral
2019-04-16Connection::logout: ignore ContentAccessErrorKitsune Ral
2019-04-16BaseJob: preserve the calculated error code if JSON error code is unknownKitsune Ral
2019-04-15BaseJob: fix a possible crash upon logoutKitsune Ral
2019-04-06CMakeLists.txt: API version should be 0.5.1 instead of 0.5Kitsune Ral
2019-04-06Room::processStateEvent: be more careful with signals handling at user renamesKitsune Ral
2019-04-05Update README.md and CONTRIBUTING.md (attn: LGPL v3 coming)Kitsune Ral
2019-04-04Clean up on clang-tidy/clazy analysisKitsune Ral
2019-04-03Room::postFile: initiate uploading the file even before adding a pending eventKitsune Ral
2019-04-03room.h: more doc-commentsKitsune Ral
2019-03-31CMakeLists.txt: bump the version to 0.5.1Kitsune Ral
2019-03-31Room: track invited users; polish the room naming algorithmKitsune Ral
2019-03-31Room::updateData(): recalculate room name only when state changes occurKitsune Ral
2019-03-31Room::refreshDisplayName() - for debugging purposes onlyKitsune Ral
2019-03-30User::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-29Room::processRedaction(): avoid accidental creation of entries inKitsune Ral
2019-03-27qmc-example: add a couple homeserver data sanity checksKitsune Ral
2019-03-27Connection::domain()Kitsune Ral
2019-03-26Room::canSwitchVersions(): return false on tombstoned roomsKitsune 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-21sanitized(): revert to only dropping Unicode RLO/LRO markers (no HTML escaping)Kitsune Ral
2019-03-21Room::displayName: fix NOTIFY signal for Q_PROPERTYKitsune Ral
2019-03-17prettyPrint: do not apply sanitized()Kitsune Ral
2019-03-17User: strip RLO/LRO markers on renaming as wellKitsune Ral
2019-03-17RoomMemberEvent: sanitize user display namesKitsune Ral
2019-03-14Fix read receipts and redactions on v3 roomsKitsune Ral
2019-03-10Room::checkVersion(): be tolerant to already upgraded roomsKitsune Ral
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