aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07New generated jobs for: room directory, 3PIDs, redactions, typing notificatio...Kitsune Ral
2017-12-07GTAD: Enable content-repo stubs generationKitsune Ral
2017-12-07Use new GTAD features: avoid copying of custom schemas; inline body where app...Kitsune Ral
2017-12-07Make BaseJob::Data consume QByteArray as well, not only QJsonObjectKitsune Ral
2017-12-06jobs/generated: don't rely on QString's COW; firmer formattingKitsune Ral
2017-12-06GTAD pre-0.4, with local data types and parametrised arrays; make avoidCopy? ...Kitsune Ral
2017-12-06converters.h: Use perfect forwardingKitsune Ral
2017-12-06Connection: undeprecate joinRoom()Kitsune Ral
2017-12-06converters.h: support QByteArrayKitsune Ral
2017-11-30Connection: no more default to matrix.org; update HS URL from /login responseKitsune Ral
2017-11-30Generated jobs: Apply naming convention to parametersKitsune Ral
2017-11-28Merge branch 'master' into kitsune-gtadKitsune Ral
2017-11-28Bumped up the soname versionKitsune Ral
2017-11-26Make connectToServer/connectWithToken auto-resolve HS if neededKitsune Ral
2017-11-26Deprecated resolved(); grouped signals from the same operationsKitsune Ral
2017-11-25Make Connection::resolveServer() work as it shouldKitsune Ral
2017-11-25ConnectionData::setBaseUrl()Kitsune Ral
2017-11-22Undeprecated Connection::getThumbnail(), moved Q_INVOKABLE calls to slotsKitsune Ral
2017-11-22Use unique_ptr for connectionDataKitsune Ral
2017-11-22Force-create NAM earlierKitsune Ral
2017-11-21Use QStringLiteral instead of bare QString constructors for string constantsKitsune Ral
2017-11-21Eliminate race condition in Avatar::get()Kitsune Ral
2017-11-21Mitigate the mess with slashes between base URL and endpoint stringKitsune Ral
2017-11-21Workaround Qt's poor bearer managementKitsune Ral
2017-11-20Slightly rearrange code so that the NAM singleton could be configured easierKitsune Ral
2017-11-16Fix CIKitsune Ral
2017-11-16Simplify code that loads events from JSON arraysKitsune Ral
2017-11-16Require state_key to be present in all state eventsKitsune Ral
2017-11-16Automate cache resetsKitsune Ral
2017-11-10Add Telegram to the list of bridge suffixesKitsune Ral
2017-11-10Merge pull request #112 from Quiark/masterKitsune Ral
2017-11-10Fix (IRC) bridge detectionRoman Plášil
2017-11-05README.md: Replace some leftover references to QuaternionKitsune Ral
2017-11-04Update README.mdKitsune Ral
2017-11-03Settings: Catch literal "false" values stored by Qt.labs.Settings QML moduleKitsune Ral
2017-11-03Provide facilities to migrate from legacy settings locationKitsune Ral
2017-11-02Document room transitions in .h instead of .cppKitsune Ral
2017-11-02Room: Move away internal methods to not mislead client authorsKitsune Ral
2017-11-02Update the lib version for dynamic linkingKitsune Ral
2017-11-02Fix AppVeyor CIKitsune Ral
2017-11-02Fixed CIKitsune Ral
2017-11-01Imbue RoomMemberEvent with EventContentKitsune Ral
2017-11-01Event::isStateEvent(); fixed StateEvent::_prev always being initialisedKitsune Ral
2017-11-01StateEvent; EventContent::SimpleContent; event types refactoringKitsune Ral
2017-11-01Add TypeId to more eventsKitsune Ral
2017-11-01Add fromJson<QList<QString>> and fromJson<QStringList>Kitsune Ral
2017-11-01ReceiptEvent: Use fromJson<>() from converters.h; add TypeIdKitsune Ral
2017-11-01Drop UnknownEvent files from the source treeKitsune Ral
2017-11-01Move converters.h out of jobs/Kitsune Ral
2017-10-31Streamline EventContent hierarchyKitsune Ral