Commit Graph

98 Commits

Author SHA1 Message Date
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
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
e23a177851 Port MatrixEventRoomMember to C 2018-02-28 15:09:04 +01:00
68058c60ff Port MatrixEventPresence to C 2018-02-28 15:09:04 +01:00
3dcaf44540 Port MatrixEventTag to C 2018-02-28 15:09:04 +01:00
149c9fec36 Port MatrixEventState to C 2018-02-28 15:09:04 +01:00
64d1674816 Port MatrixEventRoom to C 2018-02-28 15:09:04 +01:00
552a36d65d Port MatrixEventBase to C 2018-02-28 15:09:04 +01:00
89376c0890 Port _matrix_json_node_deep_copy() to C 2018-02-28 15:09:04 +01:00
41295e4b33 Port MatrixProfile to C 2018-02-28 08:01:22 +01:00
bd06d8d14a Port MatrixVideoInfo to C 2018-02-28 08:01:22 +01:00
51a4b1492c Port MatrixError to C 2017-12-05 16:05:39 +01:00
f6df2200b7 Add Matrix.Room to hold room data 2016-03-16 17:09:30 +00:00
f1d1eda2e4 Create the Profile object 2016-03-14 23:09:08 +00:00
595d93412b Add message handler for m.location 2016-03-10 20:03:17 +01:00
4c9a79758a Add message handler for m.video 2016-03-10 19:47:57 +01:00
6e5c73c6ad Add message handler for m.audio 2016-03-10 19:30:01 +01:00
c7d927e6fe Add message handler for m.image 2016-03-10 19:10:12 +01:00
275a47b5e8 Add message handler for m.file 2016-03-10 19:10:12 +01:00
78fc89804c Add message handler for m.notice 2016-03-10 19:10:12 +01:00
51cbda451c Add message handler for m.emote 2016-03-10 19:10:12 +01:00
1f1bc94bbd Add message handler for m.text 2016-03-10 19:10:12 +01:00
19323453a9 Add the skeleton of the message type framework 2016-03-10 19:10:10 +01:00
d99cb8b589 Move namespace-info.vala to namespace-info.vala.in
This makes it possible for the .gir file to contain the dynamic API version.
2016-03-10 19:08:33 +01:00