Commit graph

81 commits

Author SHA1 Message Date
Kegan Dougal
1e27cddf95 Missed a marker 2015-01-06 15:04:08 +00:00
Kegan Dougal
760fc2e15b Refactor document to be clearer on where the APIs are. Mark each one as either TODO, ONGOING, Draft or Final. 2015-01-06 15:00:28 +00:00
Kegan Dougal
494a691a8c Limit 80; fix RST formatting. 2015-01-06 14:27:44 +00:00
Kegan Dougal
14624607bb Add summary block with high-level view of the proposed APIs. 2015-01-06 13:23:31 +00:00
Kegan Dougal
3996007449 Add a bunch of TODO points. Tweak wording and give more info on some APIs. 2015-01-06 13:06:01 +00:00
Mark Haines
72f0245701 Note that default HS to search is the on the client connects to 2015-01-05 17:54:15 +00:00
Mark Haines
a0063b1143 Add a section for searching for public rooms to the use cases 2015-01-05 17:52:24 +00:00
Mark Haines
4e8713c9ce Add a chat history screen to the im client use case 2015-01-05 16:01:30 +00:00
Kegan Dougal
cf9bdf87fb Add summary 2015-01-05 13:34:52 +00:00
Kegsay
3ec7a27edb Clarify what deleted events look like 2014-12-31 16:12:44 +00:00
Kegsay
9af912eba5 Add capability API 2014-12-31 16:05:24 +00:00
Kegsay
6e8cbb1eba Small HTTP note on message ordering 2014-12-31 13:53:45 +00:00
Kegsay
6904b2868e Update general_api.rst
Add info on smaller APIs / edge cases.
2014-12-31 12:36:56 +00:00
Kegsay
2ae66c661a General VoIP outline 2014-12-30 16:26:27 +00:00
Kegsay
65348aa578 Add more info on sessions, filtering and updates/replies to 2014-12-30 15:37:26 +00:00
Kegan Dougal
fe052ea4f8 Match numbering used in the document 2014-12-30 10:04:33 +00:00
Kegan Dougal
12382bbd85 Add back in the use case bullet points 2014-12-30 10:04:33 +00:00
Kegsay
1a92548b9c Add general API design
Several missing sections: VoIP, presence, typing, but many core ordering and event mapping issues are addressed.
2014-12-29 16:46:48 +00:00
Matthew Hodgson
40424eded9 a few forgotten things 2014-12-24 20:23:39 +00:00
Mark Haines
fc3b135cbb Ascii art for object model 2014-12-23 14:50:34 +00:00
Kegan Dougal
8e3e67fa39 Add stub object model 2014-12-23 14:06:10 +00:00
Kegsay
f92ac373c4 Update data_flows.rst
Add bug tracking.
2014-12-23 14:01:30 +00:00
Kegsay
eb9a8c39e7 Update data_flows.rst
Add some data flows for IM.
2014-12-23 12:04:05 +00:00
Kegan Dougal
2f1d6cc8e2 Add data models. 2014-12-22 16:50:55 +00:00
Kegan Dougal
3fb8eb8cf7 rstify 2014-12-22 15:41:06 +00:00
Kegan Dougal
494b7b9843 Add fundamental client use cases. 2014-12-22 15:39:11 +00:00
Kegan Dougal
8cd5fa822f Add thumbnail API 2014-12-19 17:00:01 +00:00
Kegan Dougal
716a735d5c Add content repository API. 2014-12-19 16:53:16 +00:00
Kegan Dougal
4806deacb3 Add information on m.room.power_levels 2014-12-19 16:37:42 +00:00
Kegan Dougal
d24b465171 Add typing notifications. 2014-12-19 16:25:36 +00:00
Kegan Dougal
950f8b6321 Add invite key to /createRoom 2014-12-19 16:13:54 +00:00
Kegan Dougal
31496deb63 Add c-s use cases: not yet sanitised for human consumption. 2014-12-19 12:53:10 +00:00
Mark Haines
e3b83479a3 Return a mxc URI rather than a token from _matrix/media/v1/upload 2014-12-15 19:22:39 +00:00
Paul "LeoNerd" Evans
01b4dae166 Give m.typing events a toplevel 'content', in which is given the list of user IDs 2014-12-12 11:53:48 +00:00
Paul "LeoNerd" Evans
2edca3ca7f Initial draft hack for typing notification docs 2014-12-11 19:04:18 +00:00
Mark Haines
f52385a1dd Add a draft spec for the media repository 2014-12-11 18:48:17 +00:00
Paul "LeoNerd" Evans
330852988b Have now implemented rooms initialSync 2014-11-18 17:23:30 +00:00
Matthew Hodgson
cef1e784f9 general editing throughout the overview section; merge in bits of erik's model to overview section and split the original back out into drats 2014-11-17 21:08:36 -08:00
Matthew Hodgson
d0dd75a18f general editing throughout the overview section; merge in bits of erik's model to overview section and split the original back out into drats 2014-11-17 21:08:17 -08:00
Matthew Hodgson
e2b49cc20f remove spurious sender_ts info and spec out m.file 2014-11-17 01:11:30 +00:00
Matthew Hodgson
b3f99f9bf7 typo 2014-11-17 01:11:30 +00:00
Erik Johnston
37bbd649c4 Add a section about state/auth querying 2014-11-14 15:19:58 +00:00
Erik Johnston
1ec0c79d9f Badly explain pdu failures 2014-11-14 14:02:15 +00:00
Erik Johnston
1eacc25a18 Talk about how to deal with unauthorized events 2014-11-14 11:30:43 +00:00
Erik Johnston
b8d5fa724c First (WIP) draft on new s-s apis 2014-11-14 10:29:02 +00:00
Mark Haines
6090049c3e Fix formating 2014-11-12 14:43:56 +00:00
Mark Haines
3fd1833bc5 Add more reasonable example for unsigned data in json signing example 2014-11-12 14:23:40 +00:00
Matthew Hodgson
2d5bb01a63 add in version, improve AS API a bit, move eventstream to the right place 2014-11-12 15:32:47 +02:00
Mark Haines
b2295b9bc7 Add docs on server discovery 2014-11-12 12:01:56 +00:00
Mark Haines
b7708a9b88 Move the request signing docs to the right bit of the spec 2014-11-12 11:02:06 +00:00