Age | Commit message (Expand) | Author |
2018-07-04 | Support ignoring users | Kitsune Ral |
2018-07-04 | lib/csapi: Updated from the latest API definitions | Kitsune Ral |
2018-07-04 | Merge branch 'kitsune-events-rewritten' | Kitsune Ral |
2018-07-04 | Add #include to fix FTBFS with qmake | Kitsune Ral |
2018-07-04 | Break down event.* into smaller files | Kitsune Ral |
2018-07-04 | Use QStringLiteral() and operator"" _ls() in network jobs | Kitsune Ral |
2018-07-04 | Events: use a template structure instead of template variables; rearrange cod... | Kitsune Ral |
2018-07-04 | TimelineItem::operator*() | Kitsune Ral |
2018-07-04 | Event types system remade to be extensible | Kitsune Ral |
2018-07-04 | Merge branch 'kitsune-raw-literal-qstringliteral' | Kitsune Ral |
2018-07-04 | Connection: Trim raw data in emitted signals | Kitsune Ral |
2018-07-04 | Experimental usage of QStringLiteral with a raw string literal | Kitsune Ral |
2018-07-03 | Roll various switch case fallthrough markers into a macro | Kitsune Ral |
2018-07-03 | Provide #include back-compatibility for REGISTER_ENUM | Kitsune Ral |
2018-07-03 | SyncJob: log sync data statistics better | Kitsune Ral |
2018-07-02 | Fix FTBFS | Kitsune Ral |
2018-07-01 | weakPtr -> weakPtrCast | Kitsune Ral |
2018-07-01 | More cleanup and minor tweaks | Kitsune Ral |
2018-07-01 | Cleanup | Kitsune Ral |
2018-06-30 | Try [[gnu::const]] | Kitsune Ral |
2018-06-30 | Use C++14 [[deprecated]] attribute instead of doc-comment | Kitsune Ral |
2018-06-24 | converters.h: Support QSet<> | Kitsune Ral |
2018-06-16 | CMakeLists.txt: Don't build API files list if not needed | Kitsune Ral |
2018-06-16 | Connection::doInDirectChat: "direct chat with self" feature | Kitsune Ral |
2018-06-16 | Connection::createRoom: avoid inviting yourself to the created room | Kitsune Ral |
2018-06-16 | Connection::doInDirectChat: be more careful with cleanup | Kitsune Ral |
2018-06-16 | converters.h: Make it still compile with Qt older than 5.6 | Kitsune Ral |
2018-06-16 | csapi: Use {{>cjoin}} instead of {{>join,}}; fix a typo breaking update-api | Kitsune Ral |
2018-06-11 | Event::toJson(): Return an empty object instead of UB | Kitsune Ral |
2018-06-11 | gtad.yaml: More concise list joining | Kitsune Ral |
2018-06-11 | Update CONTRIBUTING.md | Kitsune Ral |
2018-06-11 | Update README.md | Kitsune Ral |
2018-06-11 | BaseJob: Drop 'error' from methods that work in normal job state too | Kitsune Ral |
2018-06-11 | Connection: InFore/Background -> Fore/BackgroundRequest | Kitsune Ral |
2018-06-09 | converters.h: drop unneeded template<> line | Kitsune Ral |
2018-06-09 | csapi: Now really fix passing query parameters | Kitsune Ral |
2018-06-08 | csapi: Fix boolean query parameters incorrectly passed | Kitsune Ral |
2018-06-08 | SyncJob: Support receiving to_device and presence events | Kitsune Ral |
2018-06-08 | csapi: add jobs for keys management | Kitsune Ral |
2018-06-08 | csapi: add jobs for device management | Kitsune Ral |
2018-06-08 | csapi: Added registration and account management jobs | Kitsune Ral |
2018-06-08 | csapi: add jobs from rooms.yaml | Kitsune Ral |
2018-06-08 | gtad.yaml: Update to the released GTAD 0.6 | Kitsune Ral |
2018-06-08 | csapi: added sync filter definitions and jobs | Kitsune Ral |
2018-06-04 | CMakeLists: Fix build breakage if MATRIX_DOC_PATH is relative | Kitsune Ral |
2018-06-04 | CMakeLists: fix build breakage if GTAD path is relative | Kitsune Ral |
2018-06-04 | Make libQMatrixClient buildable outside of Quaternion | Kitsune Ral |
2018-06-04 | converters.*: Fixes | Kitsune Ral |
2018-06-03 | csapi: jobs to setup push-rules | Kitsune Ral |
2018-06-03 | csapi: PeekEventsJob, ReportContentJob, presence jobs | Kitsune Ral |