Commit Graph

476 Commits

Author SHA1 Message Date
Gergely Polonkai 8d95dd913c WIP: Refactor GIR creation 2018-03-12 07:59:54 +01:00
Gergely Polonkai 4f630186d7 WIP: Add API methods for listing and fetching devices 2018-03-12 07:59:54 +01:00
Gergely Polonkai 429b1711cd Add API method for /notifications 2018-03-12 07:59:54 +01:00
Gergely Polonkai d3c6760d27 Add API method for /joined_rooms 2018-03-12 07:59:54 +01:00
Gergely Polonkai 723d7c5485 Add API method for email based account registration 2018-03-12 07:59:54 +01:00
Gergely Polonkai cec83e7bae Add API method for /account/whoami 2018-03-12 07:59:54 +01:00
Gergely Polonkai d310f34228 Add MATRIX_RECEIPT_TYPE_UNKNOWN 2018-03-12 07:59:54 +01:00
Gergely Polonkai 4132035bcd Create setter for MatrixAPI.user_id and MatrixAPI.homeserver 2018-03-12 07:59:54 +01:00
Gergely Polonkai c8bc5e7d6b Remove the refresh_token
It was removed from the spec, and from HS implementations for a while.
2018-03-12 07:59:54 +01:00
Gergely Polonkai 3149fff095 Don’t download avatar if it is NULL in test-api-client 2018-03-12 07:59:54 +01:00
Gergely Polonkai 5242549a68 WIP: Completely remove Vala as a dependency 2018-03-12 07:59:54 +01:00
Gergely Polonkai 08f3dc66cd LOCAL ONLY! Add Makefile rule to generate a .dir-locals.el file 2018-03-12 07:59:54 +01:00
Gergely Polonkai b8a98209dd Hide deprecation warnings during library compilation
We now define `__MATRIX_GLIB_SDK_COMPILATION` in `src/Makefile.am`, which in turn disables
deprecation of symbols.
2018-03-12 07:59:54 +01:00
Gergely Polonkai cfa4ec43d9 Make use of configure --enable-maintainer-mode
Currently it adds `-O0` to `CFLAGS`.
2018-03-12 07:59:54 +01:00
Gergely Polonkai 55fcb3cbf7 Move from valadoc generation to GTK-Doc 2018-03-12 07:59:54 +01:00
Gergely Polonkai 8aad092c6f Port MatrixHTTPClient to C 2018-03-12 07:59:54 +01:00
Gergely Polonkai 0f848dec5e Port MatrixClient to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai b03bddd20d Port MatrixHTTPAPI to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 623de1e432 Port MatrixAPI to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 664f3a0ff6 Port MatrixEventCallCandidates to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai d51ab6ec50 Port MatrixEventRoomThirdPartyInvite to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai fffc0a615b Port MatrixEventRoomRedaction to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 2a083ab105 Port MatrixEventRoomGuestAccess to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 25cb2e33d9 Port MatrixEventRoomMessageFeedback to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai e461e05250 Port MatrixEventRoomPowerLevels to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 284e1b7390 Port MatrixEventRoomCreate to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 42ae6bd943 Port MatrixEventRoomCanonicalAlias to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai c5ccfe7a8b Port MatrixEventCallInvite to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 89fe509792 Port MatrixEventCallHangup to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai fc4a0a8433 Port MatrixEventCallAnswer to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai ed579294d2 Port MatrixEventRoomJoinRules to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai b0b1d5d26d Port MatrixEventRoomHistoryVisibility to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 7299d04285 Add parameter descriptions to test-client’s parameters 2018-03-12 07:59:53 +01:00
Gergely Polonkai 5f004a3965 Port MatrixEventRoomMessage to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 358fa883ef Port MatrixMessageNotice to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai aede0eeef9 Port MatrixRoom to C 2018-03-12 07:59:53 +01:00
Gergely Polonkai 0a2d65b0fd Port MatrixMessageVideo to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai d2ec7e9507 Port MatrixMessageAudio to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai a599541184 Port MatrixMessageImage to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai a9cddf4303 Port MatrixMessageFile to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai 3c825c663f Port MatrixEventCall to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai d43f6517d7 Port MatrixEventRoomName to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai 350afd8ca1 Port MatrixEventRoomAvatar to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai a6899e054f Port MatrixMessageEmote to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai 3b61d2997e Port MatrixMessageLocation to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai 49a2bf4aa9 Port MatrixMessageText to C 2018-02-28 15:09:05 +01:00
Gergely Polonkai 81521688e8 Port MatrixMessageBase to C 2018-02-28 15:09:04 +01:00
Gergely Polonkai 10a27bef17 Port MatrixEventRoomAliases to C 2018-02-28 15:09:04 +01:00
Gergely Polonkai 171f76e678 Port MatrixEventRoomTopic to C 2018-02-28 15:09:04 +01:00
Gergely Polonkai 75c255ac9d Port MatrixEventReceipt to C 2018-02-28 15:09:04 +01:00