|
66ae5cff58
|
Add event handler for m.room.guest_access
|
2016-03-08 18:18:37 +00:00 |
|
|
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 |
|
|
e93a7675c0
|
Move documentation generating to Valadoc
Generating Vala documentation with GTK-Doc is a bit of PITA. Using
Valadoc is much easier, so we are moving there.
|
2016-03-04 14:52:22 +01: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 |
|
|
1e7c54dd45
|
Define MatrixEvent
|
2016-03-04 14:00:42 +01:00 |
|
|
65d2f39dcd
|
Move MatrixError to 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 |
|
|
05aea948a2
|
Add static documentation install to Makefile
This includes README, ChangeLog and the like.
|
2016-02-28 08:23:23 +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 |
|
|
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 |
|
|
32a694cf23
|
Add GNU Global related files to .gitignore
|
2015-12-14 15:58:20 +01:00 |
|
|
33fb203538
|
Initial commit with empty objects
|
2015-12-10 17:36:37 +01:00 |
|