Commit Graph

106 Commits

Author SHA1 Message Date
Gergely Polonkai 6e5c73c6ad Add message handler for m.audio 2016-03-10 19:30:01 +01:00
Gergely Polonkai c7d927e6fe Add message handler for m.image 2016-03-10 19:10:12 +01:00
Gergely Polonkai 275a47b5e8 Add message handler for m.file 2016-03-10 19:10:12 +01:00
Gergely Polonkai 78fc89804c Add message handler for m.notice 2016-03-10 19:10:12 +01:00
Gergely Polonkai 51cbda451c Add message handler for m.emote 2016-03-10 19:10:12 +01:00
Gergely Polonkai 1f1bc94bbd Add message handler for m.text 2016-03-10 19:10:12 +01:00
Gergely Polonkai 19323453a9 Add the skeleton of the message type framework 2016-03-10 19:10:10 +01:00
Gergely Polonkai 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
Gergely Polonkai f1a58f84b8 Add a .pc file 2016-03-10 19:07:33 +01:00
Gergely Polonkai ff6400a94a Create a base call for m.call.* events 2016-03-09 11:43:53 +01:00
Gergely Polonkai 11de94b822 Add event handler for m.call.hangup 2016-03-09 11:20:18 +01:00
Gergely Polonkai b6b5bbf567 Add event handler for m.call.answer 2016-03-09 10:36:55 +01:00
Gergely Polonkai 399105d961 Add event handler for m.call.candidates 2016-03-09 10:04:44 +01:00
Gergely Polonkai be8910b8be Add event handler for m.call.invite 2016-03-09 08:26:53 +00:00
Gergely Polonkai 1f804e0d42 Add event handler for m.room.third_party_invite 2016-03-09 07:22:54 +00:00
Gergely Polonkai e958e0ecc7 Add event handler for m.room.redaction 2016-03-08 20:49:34 +00:00
Gergely Polonkai 66ae5cff58 Add event handler for m.room.guest_access 2016-03-08 18:18:37 +00:00
Gergely Polonkai 3f7bf44989 Add event handler for m.room.message.feedback 2016-03-08 17:41:34 +01:00
Gergely Polonkai 18bff85653 Add event handler for m.room.avatar 2016-03-08 17:39:24 +01:00
Gergely Polonkai d267b9e110 Add the Matrix.ImageInfo type 2016-03-08 17:09:28 +01:00
Gergely Polonkai 529fb29155 Add event handler for m.room.power_levels 2016-03-08 16:21:05 +01:00
Gergely Polonkai 39fd66946e Add event handler for m.room.create 2016-03-08 14:13:02 +01:00
Gergely Polonkai bfc5062f90 Add event handler for m.room.canonical_alias 2016-03-08 14:03:38 +01:00
Gergely Polonkai 69a8dc7954 Add event handler for m.tag 2016-03-08 12:52:42 +00:00
Gergely Polonkai 5c121cef0e Add handler for m.room.name 2016-03-07 22:58:07 +00:00
Gergely Polonkai 82536c650d Add event handler for m.room.join_rules 2016-03-07 18:17:32 +00:00
Gergely Polonkai c581f9e2fb Add event handler for m.room.history_visibility 2016-03-07 17:29:16 +01:00
Gergely Polonkai 13abc13adc Add event handler for m.receipt 2016-03-07 16:38:19 +01:00
Gergely Polonkai 0aaab4af7e Add event handler for m.room.aliases events 2016-03-07 16:38:19 +01:00
Gergely Polonkai 3a39c704f1 Add event handler for m.typing 2016-03-07 16:38:19 +01:00
Gergely Polonkai d4ce1cb06c Add handler for m.room.topic events 2016-03-07 16:38:19 +01:00
Gergely Polonkai 70dfaff080 Move Event types to the Matrix.Event namespace 2016-03-07 16:38:19 +01:00
Gergely Polonkai 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
Gergely Polonkai 6356ead2b2 Add MatrixClient based test client 2016-03-04 14:35:00 +01:00
Gergely Polonkai 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
Gergely Polonkai 1bfd8906b6 Redesign MatrixStateEvent as a GObject 2016-03-04 14:35:00 +01:00
Gergely Polonkai 1073eecb2f Redesign MatrixPresenceEvent
It is now a MatrixEvent subclass.
2016-03-04 14:23:00 +01:00
Gergely Polonkai 3e6a021a0f Add MatrixRoomMemberEvent 2016-03-04 14:22:59 +01:00
Gergely Polonkai 3ba45a1d47 Add MatrixRoomEvent 2016-03-04 14:22:27 +01:00
Gergely Polonkai 1e7c54dd45 Define MatrixEvent 2016-03-04 14:00:42 +01:00
Gergely Polonkai 65d2f39dcd Move MatrixError to Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 141542fe40 Add base class for future compacts 2016-03-04 14:00:06 +01:00
Gergely Polonkai cf8bed1c40 Rework MatrixHTTPClient in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 7d5a10e282 Rework MatrixHTTPAPI in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 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
Gergely Polonkai bd4efee0cf Rework MatrixClient in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai d5833c4cee Rework MatrixAPI in Vala 2016-03-04 14:00:06 +01:00
Gergely Polonkai 2eb4828cdb Update autotools to Vala usage 2016-03-04 14:00:06 +01:00
Gergely Polonkai eb17da9f57 Sanitize marshaler generating 2016-03-02 11:47:12 +01:00
Gergely Polonkai 05aea948a2 Add static documentation install to Makefile
This includes README, ChangeLog and the like.
2016-02-28 08:23:23 +01:00
Gergely Polonkai 19a5ab01a0 Add the MatrixClient::login-finished signal 2016-01-24 15:40:26 +01:00
Gergely Polonkai f2362cffc2 Rename test-client to test-api-client
This is to avoid naming confusions.
2016-01-21 16:37:58 +01:00
Gergely Polonkai 9552136059 Add our own error quark 2016-01-05 15:32:44 +01:00
Gergely Polonkai 10b6296565 Create a test client 2015-12-15 10:08:12 +01:00
Gergely Polonkai 32a694cf23 Add GNU Global related files to .gitignore 2015-12-14 15:58:20 +01:00
Gergely Polonkai 33fb203538 Initial commit with empty objects 2015-12-10 17:36:37 +01:00