Age | Commit message (Expand) | Author |
2018-03-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-03-24 | Introduce DirectChatEvent (parse only, no processing yet) | Kitsune Ral |
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral |
2018-03-04 | CMakeLists.txt: indent files with 4 spaces as everywhere else | Kitsune Ral |
2018-02-27 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2018-02-26 | TagEvent: m.tag events parsing | Kitsune Ral |
2018-01-14 | DownloadFileJob | Kitsune Ral |
2018-01-14 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-12 | DownloadFileJob | Kitsune Ral |
2018-01-12 | BaseJob::Data -> RequestData; support QIODevice* input/output | Kitsune Ral |
2018-01-05 | CMakeLists.txt: Exclude more API files from generation | Kitsune Ral |
2018-01-04 | Disable generation of jobs that stand in the way | Kitsune Ral |
2017-12-31 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-12-30 | QMatrixClient::NetworkAccessManager (singleton Qt NAM that remembers ignored ... | Kitsune Ral |
2017-12-26 | NetworkSettings: store proxy configuration | Kitsune Ral |
2017-12-25 | CMakeLists: Add -W to the mix | Kitsune Ral |
2017-12-25 | Polished warnings configuration | Kitsune Ral |
2017-12-25 | Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6 | Kitsune Ral |
2017-12-25 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-12-16 | CMakeLists.txt: Make -Wreturn-type an error | Kitsune Ral |
2017-12-10 | Use the generated PostReceiptJob; don't compile unused job classes | Kitsune Ral |
2017-12-07 | GTAD: Enable content-repo stubs generation | 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-02 | Update the lib version for dynamic linking | Kitsune Ral |
2017-11-01 | StateEvent; EventContent::SimpleContent; event types refactoring | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | 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-19 | Be more friendly to IDE, list the API files | Kitsune Ral |
2017-10-19 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-10-14 | LogoutJob is supplied by generated code | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-08 | Merge branch 'master' into kitsune-gtad | Kitsune Ral |
2017-10-02 | api-generator has been renamed to gtad | Kitsune Ral |
2017-10-02 | Introduce EncryptionEvent class | Kitsune Ral |
2017-10-01 | Merge branch 'master' into kitsune-apigen | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-09 | Collect files from jobs/generated into the list of built sources | Kitsune Ral |
2017-09-03 | CMakeLists: add_custom_target(update-api), aux_source_directory to load files... | Kitsune Ral |
2017-09-01 | Added files to (eventually) generate *Job classes automatically | Kitsune Ral |
2017-08-28 | Use -pedantic with compilers that support it | Kitsune Ral |
2017-07-19 | Restore compatibility with CMake versions below 3.3 | Kitsune Ral |
2017-07-19 | Make sure -Wall is used regardless of the parent project settings | Kitsune Ral |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-13 | Use own copy of MIME database on Windows | Kitsune Ral |
2017-03-20 | Added an example of libqmatrixclient usage | Kitsune Ral |