Age | Commit message (Expand) | Author |
2017-11-01 | Add fromJson<QList<QString>> and fromJson<QStringList> | Kitsune Ral |
2017-11-01 | ReceiptEvent: Use fromJson<>() from converters.h; add TypeId | Kitsune Ral |
2017-11-01 | Drop UnknownEvent files from the source tree | Kitsune Ral |
2017-11-01 | Move converters.h out of jobs/ | Kitsune Ral |
2017-10-31 | Streamline EventContent hierarchy | Kitsune Ral |
2017-10-31 | More .gitignored files | Kitsune Ral |
2017-10-31 | Fix Connection::deviceId(): Q_INVOKABLE is incompatible with references | Kitsune Ral |
2017-10-30 | Room::timelineSize() convenience method | Kitsune Ral |
2017-10-27 | Put access token to headers instead of query | Kitsune Ral |
2017-10-27 | Fix room avatars getting lost after restarting Quaternion | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |
2017-10-27 | Fixed building with qmake | Kitsune Ral |
2017-10-26 | Move out the avatar code from User | Kitsune Ral |
2017-10-26 | Move out common message event content classes | Kitsune Ral |
2017-10-25 | Fixed a typo in the logs | Kitsune Ral |
2017-10-20 | Better support of qmake | Kitsune Ral |
2017-10-20 | Cleanup | Kitsune Ral |
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 |