Age | Commit message (Expand) | Author |
2017-12-21 | Connection::logout: supply receiver to connect(job,...) | Kitsune Ral |
2017-12-20 | Connection::accessToken - return QByteArray instead of QString | Kitsune Ral |
2017-12-20 | Clean away legacy settings when possible | Kitsune Ral |
2017-12-19 | Don't use LoginJob::homeServer() anymore | Kitsune Ral |
2017-12-16 | Connection: proactively create a Room object upon joining a room | Kitsune Ral |
2017-12-16 | CMakeLists.txt: Make -Wreturn-type an error | Kitsune Ral |
2017-12-16 | Fix an assertion failure when redacting an unknown event | Kitsune Ral |
2017-12-14 | Another fix for CI on OSX | Kitsune Ral |
2017-12-14 | Add a missing header to fixing building on OSX | Kitsune Ral |
2017-12-14 | Declare SyncRoomData as C++-movable | Kitsune Ral |
2017-12-14 | One more fix for older compilers | Kitsune Ral |
2017-12-14 | Fixed building with older compilers | Kitsune Ral |
2017-12-14 | That virtual ~Event() mentioned in the previous commit message | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-14 | Room::markMessagesAsRead(): Move private overload to pimpl | Kitsune Ral |
2017-12-13 | EventsBatch: document the class | Kitsune Ral |
2017-12-13 | Refactoring around Room::Private::insertEvent(s) | Kitsune Ral |
2017-12-12 | Deduplicate events within a batch | Kitsune Ral |
2017-12-12 | Fix a compiler warning | Kitsune Ral |
2017-12-11 | Whitelist origin_server_ts in redaction logic | Kitsune Ral |
2017-12-10 | Fixed compilation with older Qt | Kitsune Ral |
2017-12-10 | Enable sending requests for redaction to the server | Kitsune Ral |
2017-12-10 | Process incoming redactions | Kitsune Ral |
2017-12-10 | RedactionEvent and RoomEvent::redactedBecause() | Kitsune Ral |
2017-12-10 | Introduce RoomEventsView | Kitsune Ral |
2017-12-10 | EventType: Add more enumeration values | Kitsune Ral |
2017-12-10 | Use the generated PostReceiptJob; don't compile unused job classes | Kitsune Ral |
2017-12-10 | Log room creation only once | Kitsune Ral |
2017-12-10 | Elaborate a deprecation comment | Kitsune Ral |
2017-12-10 | Fix setting the homeserver hostname (not URL) coming from /login | Kitsune Ral |
2017-12-07 | Fix compilation with Qt 5.2 | Kitsune Ral |
2017-12-07 | PasswordLogin: Fix the legacy job class to compile with new BaseJob::Data | Kitsune Ral |
2017-12-07 | New generated jobs for: room directory, 3PIDs, redactions, typing notificatio... | Kitsune Ral |
2017-12-07 | GTAD: Enable content-repo stubs generation | Kitsune Ral |
2017-12-07 | Use new GTAD features: avoid copying of custom schemas; inline body where app... | Kitsune Ral |
2017-12-07 | New generated jobs for: room directory, 3PIDs, redactions, typing notificatio... | Kitsune Ral |
2017-12-07 | Make BaseJob::Data consume QByteArray as well, not only QJsonObject | Kitsune Ral |
2017-12-07 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral |
2017-12-07 | Connection: no more default to matrix.org; update HS URL from /login response | Kitsune Ral |
2017-12-07 | Generated jobs: Apply naming convention to parameters | Kitsune Ral |
2017-12-07 | Generated jobs: Don't dump empty strings to body parameters | Kitsune Ral |
2017-12-07 | converters.h: Use perfect forwarding | Kitsune Ral |
2017-12-07 | Connection: undeprecate joinRoom() | Kitsune Ral |
2017-12-07 | converters.h: support QByteArray | Kitsune Ral |
2017-12-07 | Make BaseJob::Data consume QByteArray as well, not only QJsonObject | Kitsune Ral |
2017-12-06 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral |
2017-12-06 | GTAD pre-0.4, with local data types and parametrised arrays; make avoidCopy? ... | Kitsune Ral |
2017-12-06 | converters.h: Use perfect forwarding | Kitsune Ral |
2017-12-06 | Connection: undeprecate joinRoom() | Kitsune Ral |
2017-12-06 | converters.h: support QByteArray | Kitsune Ral |