Commit Graph

246 Commits (5800dcb6540d562111b155f0aad1d11f49273cc0)

Author SHA1 Message Date
David Baker a39ad63a0b SYN-270 Spec enable/disable API for push rules. 9 years ago
Kegan Dougal 42857df26f Syntax fixes 10 years ago
Kegsay 94352a6d68 Merge pull request #10 from matrix-org/push
Push HTTP API
10 years ago
Kegsay b8e5dc9e37 Merge pull request #7 from matrix-org/as-http-api
HTTP API for Application Services
10 years ago
Kegsay 8aae3e5842 Add TODO section 10 years ago
Kegsay 5ef9d52702 Merge pull request #5 from matrix-org/application-services
Application Service General API doc
10 years ago
Kegsay 3ce1e55954 Move TODO comments into the doc in prep for merging 10 years ago
David Baker f0cc0e082c Add room_id in push poke to spec. 10 years ago
Matthew Hodgson f3a498d0bb document the concept of a standard `external_url` field for gatewayed events 10 years ago
Kegsay bcba42651a Add support for exclusive namespaces
As per https://github.com/matrix-org/matrix-doc/pull/5#issuecomment-73071259
10 years ago
David Baker 7a0f7b4b43 Add that rules with no conditions always match. 10 years ago
Matthew Hodgson b02f2aa364 never upscale images 10 years ago
Matthew Hodgson 7c65e4748e typo 10 years ago
Matthew Hodgson 246531813b typo 10 years ago
Kegan Dougal 2b4641d1f0 Merge branch 'master' into v2-presence 10 years ago
Kegan Dougal 0131543f00 Merge branch 'master' into human-id-rules 10 years ago
Kegan Dougal 56f4467ced Fix syntax error 10 years ago
Kegan Dougal 7a59d401f6 Fix syntax errors 10 years ago
Kegan Dougal 2740e50a9f Merge branch 'master' into push 10 years ago
Kegan Dougal 74225013c5 Merge branch 'as-http-api' of github.com:matrix-org/matrix-doc into as-http-api 10 years ago
Kegan Dougal fa055e14ad Merge branch 'master' into as-http-api 10 years ago
Kegan Dougal 65b3cf3740 Merge branch 'master' into application-services 10 years ago
Matthew Hodgson 2c8b875cf1 typoe 10 years ago
Matthew Hodgson 6c5d07a0d1 typoe 10 years ago
Kegan Dougal 6c21f499e8 Final syntax fixes 10 years ago
Kegan Dougal 047355b5c9 More syntax fixes 10 years ago
Kegan Dougal 3b696878f5 Fix a bunch of rst syntax errors. 10 years ago
Kegsay 36395c2611 Add info on M_EXCLUSIVE 10 years ago
Kegsay e7c522b606 Add information on exclusive namespaces 10 years ago
David Baker 7c0d1c86d8 How to tell server default rules from other rules. 10 years ago
David Baker 8360be247b Leave out what characters are allowed in a rule ID as we allow most thigs in matrix usernames currently. 10 years ago
David Baker 94af47ffd4 Server default riules will have a rule_id when you need it to work out what the rule does. 10 years ago
David Baker e6c9e77d35 Change server default rules. 10 years ago
David Baker 8184855d5a add note about scope of rule_ids. 10 years ago
David Baker dbbf9626b4 Fix various incorreect examples in the doc. 10 years ago
David Baker f24e951b02 s/instance_handle/profile_tag/ 10 years ago
David Baker 91d12dc955 Replace set_sound with more generic set_tweaks. 10 years ago
David Baker 8920d58cc4 Strongly recommend standard URI scheme for notification pokes. 10 years ago
David Baker 067e4bb777 Add docs for http notification poke protocol. 10 years ago
David Baker 1a5678786f Doc deleting & getting rules. 10 years ago
David Baker c40b97aaf5 Rule adding API with examples 10 years ago
David Baker 88178e376e Oops, before is *more* important. 10 years ago
David Baker 0c79798f70 More WIP API docs and remove spurious line. 10 years ago
David Baker b7a6e8f7b5 Finish non-API doc parts of push rules. 10 years ago
David Baker f68fa8d6f8 Push rules c/s spec. 10 years ago
David Baker c27fb8a262 Add WIP docs for the client-server bit of push. 10 years ago
David Baker 0a07d68818 Add overview on push. 10 years ago
Kegan Dougal 0e2a3a892f Presence modifications from MatrixPresence notes.
- Idle is no longer a flag but a full state like online|offline.
- Clarify status examples.
- Add device ID to presence state API given it is per device.
- Add note on device specificity on event stream presence parameter.
- Add global appear-offline API.
10 years ago
Kegsay bd48e4ab6d Move invite data to a note
Done in order to clarify that this API "should probably have something like this" rather than "will have this".
10 years ago
Kegsay e309db547a Specifically reference join_rules
In reference to SPEC-63
10 years ago
Kegsay 03eaa21508 Add blurb on invites for initialSync 10 years ago
Kegsay 51a7681ece Merge pull request #4 from matrix-org/use-cases
Add Client-Server v2 General API Design
10 years ago
Kegsay fcbdc39674 Add section on device IDs for reg/login
Final cleanup before merge
10 years ago
Kegsay ccf8408e92 More tweaks from comments 10 years ago
Kegsay 31deddccdf Add presence API from notes 10 years ago
Kegsay 90dfee1c27 Remove TODO note on regex 10 years ago
Kegsay 23d3e50812 Add use case justification for regex 10 years ago
Kegsay 7a2b6abee5 Flesh out ID conventions
Going down the API route.
10 years ago
Erik Johnston 5279541c28 Update erikj_federation.rst
Update state resolution rules to indicate what you should do if none of the merged events are allowed by the newly merged auth events.
10 years ago
Kegsay 3b35e95630 Tweaks based on feedback 10 years ago
Kegsay 61b8664286 Clarify profile propagation section more 10 years ago
Kegsay a1964b466b Add profile propagation notes
After much IRL discussion
10 years ago
Kegsay ef0091f3f2 Remove session section
This is no longer required.
10 years ago
Kegsay ae0fb938ad Update IRC example to reflect new room ID 10 years ago
Kegsay 117b090192 Add registration API extension.
For AS provisioning of users with its namespace.
10 years ago
Kegsay 603361bfd6 Update user and room query APIs
Expect the AS to create these entities, rather than the HS.
10 years ago
Erik Johnston 38efa9c5c2 Reword auth resolution section 10 years ago
Erik Johnston 91aba39fe7 Reword note about auth chains 10 years ago
Erik Johnston 5f99858575 Mention possible types for auth events. 10 years ago
Erik Johnston bb968e5bdd Clarify m.room.create auth 10 years ago
Kegsay 828d6992e5 Small thoughts about the IRC example. 10 years ago
Kegsay bd6fc4b5bf Add draft Pushing API. Add Examples section.
Work through an IRC example; raise issues in the notes
section. Add retry notes on HS>AS API calls.
10 years ago
Kegsay 1d45dc08ca Add room query API. Remove linking API.
Also add section on ID conventions which need thinking about.
10 years ago
Erik Johnston 78a697c535 Briefly touch on how to handle incoming events 10 years ago
Erik Johnston 406742afaa A few notes on how we could do state resolution of auth events 10 years ago
Erik Johnston 4b76181f74 Rearrange sections 10 years ago
Kegsay f33b722e4b More clarifications
s/as_token/access_token/ for CS extensions. Clarify when room queries are made.
10 years ago
Kegsay 1b3e27a05a Add Linking HTTP API
Also add note on masquerading problem.
10 years ago
Kegsay 0313397e42 Clarification on IDs
Specifically using the term "virtual user ID" in more places to mean the namespace of AS user IDs.
10 years ago
Kegsay e0e9beebc0 Add draft Linking API
Also re-add sigils to regex.
10 years ago
Kegsay 7d56113b4f Clarification and tweaks
Room ID namespace clarifications and s/as_token/access_token/g for client-server extensions.
10 years ago
Kegsay d4ea43d2b9 Outline what the CS extensions look like in HTTP 10 years ago
Kegsay 9401d9a62e Flesh out the required CS extensions 10 years ago
Kegsay d8cd4a45d4 Modify Register API
As per https://github.com/matrix-org/matrix-doc/pull/5#issuecomment-70059200
10 years ago
Matthew Hodgson b19a799a0e notes on how to build pstn gateway ASes 10 years ago
Kegsay cdeb0faf85 Remove block quotes of shame 10 years ago
Kegsay d240e1f856 Add TODO APIs 10 years ago
Kegsay ad7d675d3d Draft Registration and User Query APIs 10 years ago
Erik Johnston b28f404240 Add ToC 10 years ago
Erik Johnston 7108316ea8 Mention the fields that the server should compute when creating events 10 years ago
Erik Johnston 232e2675dd Brief mention of state conflict resolution 10 years ago
Erik Johnston f09e5a676f Mention state resolution algorithm 10 years ago
Erik Johnston 7d32717c9b A couple of more notes on auth resolution. 10 years ago
Kegan Dougal 68c774689a Add stub AS HTTP API doc 10 years ago
Kegsay 540b3a41ff RSTify; typos 10 years ago
Mark Haines ee41165610 Remove cs-v2-http-api since it's in the client_server_v2_http_api branch now 10 years ago
Mark Haines 6324f8c1ca Fix the size of the reference id hash tuple 10 years ago
Erik Johnston 90ad08e866 Merge branch 'master' of github.com:matrix-org/matrix-doc 10 years ago
Erik Johnston 48f9670b87 More comments on auth chain resolution 10 years ago
Kegsay 4b23a16abb Few minor RST tweaks 10 years ago