aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25Fixed a typo in the logsKitsune Ral
2017-10-20Better support of qmakeKitsune Ral
2017-10-20CleanupKitsune Ral
2017-10-20Merge pull request #103 from Quiark/masterKitsune Ral
2017-10-20Try using wildcard for qmake project fileRoman Plášil
2017-10-19Introduce device_id and initial_device_name support; switch to generated Logi...Kitsune Ral
2017-10-19Don't log renamesKitsune Ral
2017-10-17Avoid leaking access_token in the logsKitsune Ral
2017-10-17Cache the actual user name, not the display nameKitsune Ral
2017-10-17Fixed a blunder leading to users not having namesKitsune Ral
2017-10-15Connection::forgetRoom(): Minor fixesKitsune Ral
2017-10-15Fixed building with clang+libcpp (used on OS X)Kitsune Ral
2017-10-14Actually added generated/profile.* files, needed to change display nameKitsune Ral
2017-10-14LogoutJob is supplied by generated codeKitsune Ral
2017-10-14Support of changing the display nameKitsune Ral
2017-10-14Connection::forgetRoom()Kitsune Ral
2017-10-14Leaving a room now uses a generated Job fileKitsune Ral
2017-10-14Make JoinState (de)serializable library-wideKitsune Ral
2017-10-14Cleanup around Room (potentially breaks API compatibility, beware)Kitsune Ral
2017-10-13Pass universal references in Connection::callApi<>; fixed a typo in util.hKitsune Ral
2017-10-13Support banning and unbanningKitsune Ral
2017-10-13Cleaner generated filesKitsune Ral
2017-10-13Extend the number of types supported by fromJson<>()Kitsune Ral
2017-10-13All jobs: Drop ConnectionData parameter from the constructorKitsune Ral
2017-10-03Room: cache unread indicator inside m.read content, not next to itKitsune Ral
2017-10-02Room::id(): return crefKitsune Ral
2017-10-02Introduce EncryptionEvent classKitsune Ral
2017-09-28Merge pull request #86 from Quiark/masterKitsune Ral
2017-09-23Update qmake build fileRoman Plášil
2017-09-22Use epoch milliseconds instead of std::rand() to seed the txn counterKitsune Ral
2017-09-22BaseJob: Log the sent request more nicelyKitsune Ral
2017-09-21jobs: SetRoomStateJob (with or without state key); setting room topicKitsune Ral
2017-09-21Merge pull request #83 from QMatrixClient/kitsune-invite-kickKitsune Ral
2017-09-21Merge branch 'master' into kitsune-invite-kickKitsune Ral
2017-09-20Room::Private::toJson(): save user avatar URLs as wellKitsune Ral
2017-09-20User: no more croppedAvatar(); added avatarUrl() accessorKitsune Ral
2017-09-20BaseJob: track the outcome of sendRequest() in the logsKitsune Ral
2017-09-20Minor optimisations in sync data parsingKitsune Ral
2017-09-20Room::updateData(): Don't profile empty structuresKitsune Ral
2017-09-19Room: Fixed a special case with invalid-read-marker-becoming-validKitsune Ral
2017-09-19Merge branch 'master' into cache-state-to-jsonKitsune Ral
2017-09-19Room: cache last read event and unread messages flag with the room stateKitsune Ral
2017-09-19Connection::cacheState property, load/saveState() tweaks and fixesKitsune Ral
2017-09-19BaseJob: improved loggingKitsune Ral
2017-09-19Fix a race condition leading to a crash on closeKitsune Ral
2017-09-19Room: Slight optimization of makeErrorStr()Kitsune Ral
2017-09-19Event::originalJsonObject(), RoomEvent validations commented outKitsune Ral
2017-09-19Connection: More deprecations; documented callApi<>()Kitsune Ral
2017-09-16Merge branch 'master' into kitsune-invite-kickKitsune Ral
2017-09-16provideRoom: Added invitedRoom() signal; fixed issues with some transitionsKitsune Ral