Commit Graph

13 Commits

Author SHA1 Message Date
Gergely Polonkai b6dc8a6b62 Remove the refresh_token
It was removed from the spec, and from HS implementations for a while.
2018-05-10 14:04:47 +02:00
Gergely Polonkai 7658c83143 Don’t download avatar if it is NULL in test-api-client 2018-05-10 14:04:47 +02:00
Gergely Polonkai af87f75338 Port MatrixHTTPAPI to C 2018-05-10 13:35:50 +02:00
Gergely Polonkai b495cdc66a Port MatrixAPI to C 2018-05-10 13:35:50 +02:00
Gergely Polonkai b125086669 Fix test-api-client to correctly instantiate the API class 2016-03-18 22:07:36 +00:00
Gergely Polonkai c9465dc1c0 Move from using Lists to arrays 2016-03-17 10:04:26 +00:00
Gergely Polonkai 04950f8c34 Rename Matrix.API.get_user_presence() to get_presence()
This is for not to clash with future Matrix.Client.get_user_presence()
and to comply with Matrix.API.get_profile() which has similar
functionality.
2016-03-14 23:09:09 +00:00
Gergely Polonkai 7d5a10e282 Rework MatrixHTTPAPI 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 de402cfa92 Fix test-api-client
Now it finishes processing if login was not successful
2016-03-04 13:59:45 +01:00
Gergely Polonkai bf32466112 Fix compiler warnings 2016-02-11 16:43:06 +01:00
Gergely Polonkai e163e73f2c Rename enum types from MatrixAPI* to Matrix* 2016-01-25 16:11:31 +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