Age | Commit message (Expand) | Author |
2017-10-20 | Merge pull request #103 from Quiark/master | Kitsune Ral |
2017-10-20 | Try using wildcard for qmake project file | Roman Plášil |
2017-10-19 | Introduce device_id and initial_device_name support; switch to generated Logi... | Kitsune Ral |
2017-10-19 | Don't log renames | Kitsune Ral |
2017-10-17 | Avoid leaking access_token in the logs | Kitsune Ral |
2017-10-17 | Cache the actual user name, not the display name | Kitsune Ral |
2017-10-17 | Fixed a blunder leading to users not having names | Kitsune Ral |
2017-10-15 | Connection::forgetRoom(): Minor fixes | Kitsune Ral |
2017-10-15 | Fixed building with clang+libcpp (used on OS X) | Kitsune Ral |
2017-10-14 | Actually added generated/profile.* files, needed to change display name | Kitsune Ral |
2017-10-14 | LogoutJob is supplied by generated code | Kitsune Ral |
2017-10-14 | Support of changing the display name | Kitsune Ral |
2017-10-14 | Connection::forgetRoom() | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-14 | Make JoinState (de)serializable library-wide | Kitsune Ral |
2017-10-14 | Cleanup around Room (potentially breaks API compatibility, beware) | Kitsune Ral |
2017-10-13 | Pass universal references in Connection::callApi<>; fixed a typo in util.h | Kitsune Ral |
2017-10-13 | Support banning and unbanning | Kitsune Ral |
2017-10-13 | Cleaner generated files | Kitsune Ral |
2017-10-13 | Extend the number of types supported by fromJson<>() | Kitsune Ral |
2017-10-13 | All jobs: Drop ConnectionData parameter from the constructor | Kitsune Ral |
2017-10-03 | Room: cache unread indicator inside m.read content, not next to it | Kitsune Ral |
2017-10-02 | Room::id(): return cref | Kitsune Ral |
2017-10-02 | Introduce EncryptionEvent class | Kitsune Ral |
2017-09-28 | Merge pull request #86 from Quiark/master | Kitsune Ral |
2017-09-23 | Update qmake build file | Roman Plášil |
2017-09-22 | Use epoch milliseconds instead of std::rand() to seed the txn counter | Kitsune Ral |
2017-09-22 | BaseJob: Log the sent request more nicely | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-21 | Merge pull request #83 from QMatrixClient/kitsune-invite-kick | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-20 | Room::Private::toJson(): save user avatar URLs as well | Kitsune Ral |
2017-09-20 | User: no more croppedAvatar(); added avatarUrl() accessor | Kitsune Ral |
2017-09-20 | BaseJob: track the outcome of sendRequest() in the logs | Kitsune Ral |
2017-09-20 | Minor optimisations in sync data parsing | Kitsune Ral |
2017-09-20 | Room::updateData(): Don't profile empty structures | Kitsune Ral |
2017-09-19 | Room: Fixed a special case with invalid-read-marker-becoming-valid | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-19 | Room: cache last read event and unread messages flag with the room state | Kitsune Ral |
2017-09-19 | Connection::cacheState property, load/saveState() tweaks and fixes | Kitsune Ral |
2017-09-19 | BaseJob: improved logging | Kitsune Ral |
2017-09-19 | Fix a race condition leading to a crash on close | Kitsune Ral |
2017-09-19 | Room: Slight optimization of makeErrorStr() | Kitsune Ral |
2017-09-19 | Event::originalJsonObject(), RoomEvent validations commented out | Kitsune Ral |
2017-09-19 | Connection: More deprecations; documented callApi<>() | Kitsune Ral |
2017-09-16 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-16 | provideRoom: Added invitedRoom() signal; fixed issues with some transitions | Kitsune Ral |
2017-09-16 | Better API for clients to catch up on room list changes | Kitsune Ral |
2017-09-15 | MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail() | Kitsune Ral |
2017-09-15 | Merge pull request #82 from QMatrixClient/kitsune-uncouple-factories | Kitsune Ral |