Age | Commit message (Expand) | Author |
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 |
2017-11-30 | Connection: no more default to matrix.org; update HS URL from /login response | Kitsune Ral |
2017-11-30 | Generated jobs: Apply naming convention to parameters | Kitsune Ral |
2017-11-28 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-11-28 | Bumped up the soname version | Kitsune Ral |
2017-11-26 | Make connectToServer/connectWithToken auto-resolve HS if needed | Kitsune Ral |
2017-11-26 | Deprecated resolved(); grouped signals from the same operations | Kitsune Ral |
2017-11-25 | Make Connection::resolveServer() work as it should | Kitsune Ral |
2017-11-25 | ConnectionData::setBaseUrl() | Kitsune Ral |
2017-11-22 | Undeprecated Connection::getThumbnail(), moved Q_INVOKABLE calls to slots | Kitsune Ral |
2017-11-22 | Use unique_ptr for connectionData | Kitsune Ral |
2017-11-22 | Force-create NAM earlier | Kitsune Ral |
2017-11-21 | Use QStringLiteral instead of bare QString constructors for string constants | Kitsune Ral |
2017-11-21 | Eliminate race condition in Avatar::get() | Kitsune Ral |
2017-11-21 | Mitigate the mess with slashes between base URL and endpoint string | Kitsune Ral |
2017-11-21 | Workaround Qt's poor bearer management | Kitsune Ral |
2017-11-20 | Slightly rearrange code so that the NAM singleton could be configured easier | Kitsune Ral |