Commit Graph

475 Commits

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