|
3f7bf44989
|
Add event handler for m.room.message.feedback
|
2016-03-08 17:41:34 +01:00 |
|
|
18bff85653
|
Add event handler for m.room.avatar
|
2016-03-08 17:39:24 +01:00 |
|
|
d267b9e110
|
Add the Matrix.ImageInfo type
|
2016-03-08 17:09:28 +01:00 |
|
|
529fb29155
|
Add event handler for m.room.power_levels
|
2016-03-08 16:21:05 +01:00 |
|
|
39fd66946e
|
Add event handler for m.room.create
|
2016-03-08 14:13:02 +01:00 |
|
|
bfc5062f90
|
Add event handler for m.room.canonical_alias
|
2016-03-08 14:03:38 +01:00 |
|
|
69a8dc7954
|
Add event handler for m.tag
|
2016-03-08 12:52:42 +00:00 |
|
|
5c121cef0e
|
Add handler for m.room.name
|
2016-03-07 22:58:07 +00:00 |
|
|
82536c650d
|
Add event handler for m.room.join_rules
|
2016-03-07 18:17:32 +00:00 |
|
|
c581f9e2fb
|
Add event handler for m.room.history_visibility
|
2016-03-07 17:29:16 +01:00 |
|
|
13abc13adc
|
Add event handler for m.receipt
|
2016-03-07 16:38:19 +01:00 |
|
|
0aaab4af7e
|
Add event handler for m.room.aliases events
|
2016-03-07 16:38:19 +01:00 |
|
|
3a39c704f1
|
Add event handler for m.typing
|
2016-03-07 16:38:19 +01:00 |
|
|
d4ce1cb06c
|
Add handler for m.room.topic events
|
2016-03-07 16:38:19 +01:00 |
|
|
70dfaff080
|
Move Event types to the Matrix.Event namespace
|
2016-03-07 16:38:19 +01:00 |
|
|
95084b8e93
|
Move internal vapis to a separate directory
Now it's more maintainable and the config constants are made available
|
2016-03-05 07:35:55 +00:00 |
|
|
6356ead2b2
|
Add MatrixClient based test client
|
2016-03-04 14:35:00 +01:00 |
|
|
444a93bddf
|
Create the MatrixRoomMessageEvent type
Currently it only handles msgtype and body; more complex types like
documents or images are to be implemented soon.
|
2016-03-04 14:35:00 +01:00 |
|
|
1bfd8906b6
|
Redesign MatrixStateEvent as a GObject
|
2016-03-04 14:35:00 +01:00 |
|
|
1073eecb2f
|
Redesign MatrixPresenceEvent
It is now a MatrixEvent subclass.
|
2016-03-04 14:23:00 +01:00 |
|
|
3e6a021a0f
|
Add MatrixRoomMemberEvent
|
2016-03-04 14:22:59 +01:00 |
|
|
3ba45a1d47
|
Add MatrixRoomEvent
|
2016-03-04 14:22:27 +01:00 |
|
|
d79bb0d9ec
|
Add the MatrixClient::event signal
|
2016-03-04 14:00:42 +01:00 |
|
|
1e7c54dd45
|
Define MatrixEvent
|
2016-03-04 14:00:42 +01:00 |
|
|
526da5f114
|
Update Makefile
* .gir file is now generated by Vala
* .vapi now gets installed
|
2016-03-04 14:00:06 +01:00 |
|
|
65d2f39dcd
|
Move MatrixError to Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
a99ec3ba61
|
Rework _json_node_deep_copy in Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
141542fe40
|
Add base class for future compacts
|
2016-03-04 14:00:06 +01:00 |
|
|
cf8bed1c40
|
Rework MatrixHTTPClient in Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
7d5a10e282
|
Rework MatrixHTTPAPI in Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
4d1d6562d0
|
Rework _g_enum_to_string in Vala
Its new name is Matrix._g_enum_value_to_nick
|
2016-03-04 14:00:06 +01:00 |
|
|
bd4efee0cf
|
Rework MatrixClient in Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
d5833c4cee
|
Rework MatrixAPI in Vala
|
2016-03-04 14:00:06 +01:00 |
|
|
2eb4828cdb
|
Update autotools to Vala usage
|
2016-03-04 14:00:06 +01:00 |
|
|
eb17da9f57
|
Sanitize marshaler generating
|
2016-03-02 11:47:12 +01:00 |
|
|
34d77fa2eb
|
Update autogen and toplevel Makefile
This is partly to fix an issue with the INSTALL file missing
|
2016-03-02 11:46:39 +01:00 |
|
|
76068ee2bd
|
Fix .gir file name in src/Makefile.am
|
2016-02-11 15:05:35 +01:00 |
|
|
695f165831
|
Fix Makefile.am to eliminate warnings about duplicate recipes
|
2016-02-11 12:50:13 +01:00 |
|
|
66813be539
|
Create the MatrixHTTPClient skeleton
|
2016-01-26 19:00:11 +01:00 |
|
|
fbb24e3acc
|
Rename matrix-api-types.[ch] to matrix-types.[ch]
|
2016-01-25 16:11:22 +01:00 |
|
|
19a5ab01a0
|
Add the MatrixClient::login-finished signal
|
2016-01-24 15:40:26 +01:00 |
|
|
f2362cffc2
|
Rename test-client to test-api-client
This is to avoid naming confusions.
|
2016-01-21 16:37:58 +01:00 |
|
|
c012b05bac
|
Rework make output for the enumtypes feles
|
2016-01-18 18:22:56 +01:00 |
|
|
4b62305c08
|
Move enum_to_string to utils.c as g_enum_to_string
|
2016-01-15 17:58:35 +01:00 |
|
|
512020a0ea
|
Move MatrixAPIEventFormat enum to matrix-api-types.h
|
2016-01-11 17:42:49 +01:00 |
|
|
e11dbc503d
|
Merge MatrixAPIEventFilter and MatrixAPIPresenceFilter into a boxed type
|
2016-01-11 17:42:48 +01:00 |
|
|
9552136059
|
Add our own error quark
|
2016-01-05 15:32:44 +01:00 |
|
|
10b6296565
|
Create a test client
|
2015-12-15 10:08:12 +01:00 |
|
|
b6c4c8f26d
|
Move MatrixAPI to an interface
|
2015-12-11 14:15:42 +01:00 |
|
|
33fb203538
|
Initial commit with empty objects
|
2015-12-10 17:36:37 +01:00 |
|