Commit Graph

1203 Commits (e072d215cf466e76552a6eb53dc9e1cea8a4838c)
 

Author SHA1 Message Date
Mark Haines 218cf94ead Replace the events array with events_map inside the room objects.
Only use indirection for the state and timeline events.
Use event_ids to reference the state and timeline events.
10 years ago
Kegan Dougal 0a04672d76 Start converting the presence module. Add Rationale admonition. 10 years ago
Kegan Dougal cdf9f011e9 Add room history visibility as a module. 10 years ago
Kegan Dougal 82c27884ba Make E2E optional 10 years ago
Erik Johnston 83b9497664 Add context and example 10 years ago
Erik Johnston 7b4c8a9f68 Indicate default for m.federate key 10 years ago
Kegsay c96f02c2b0 Merge pull request #69 from matrix-org/erikj/login_token
m.login.token
10 years ago
Kegsay beafc74f81 Merge pull request #70 from matrix-org/spec-module-format
Modules format
10 years ago
Daniel Wagner-Hall eec021ee8c Merge pull request #72 from matrix-org/daniel/generateathead
Support viewing the spec at head
10 years ago
Daniel Wagner-Hall 083a76096f Support viewing the spec at head 10 years ago
Erik Johnston 50e1b4c3a7 Fix up rst 10 years ago
Erik Johnston affc2cfc92 Add 'm.federate' flag to 'm.room.create; 10 years ago
Erik Johnston 6e6bc8a5a9 Mandate macaroon 10 years ago
Erik Johnston ce53a17180 Add txn_id rationale 10 years ago
Erik Johnston 4776e0c04c Add creation_content key 10 years ago
Mark Haines 6ad6c40147 List the allowed values for the 'event_format' as an enum 10 years ago
Mark Haines 9dd3b07394 Allow '.' characters in event field names to be escaped with '\' so that
fields including a '.' can be included in a filter.

I considered replacing '.' with '/'. Since '/' was less likely to appear
in event field names. However if we used '\' to escape a literal '/' we
risk confusing it with the JSON escape '\/'.
10 years ago
Kegan Dougal 5abea1f2bc Minor tweaks 10 years ago
Kegan Dougal 70518ae655 Clarify template suffixes 10 years ago
Kegan Dougal 643468e914 Mention swagger. Clarify how event type template vars are formed. 10 years ago
Mark Haines 14b42a41d6 Document wildcard's in filters 10 years ago
Mark Haines c115b4c2f4 Document the valid values for the "set_presence" parameter 10 years ago
Kegan Dougal c2fc1a2fb1 Add basic module template.
This has the core sections for events/server/client/security.
10 years ago
Mark Haines 940e22940d Document how the "not_foo" keys interact with the "foo" keys 10 years ago
Mark Haines 41bc09ea22 Split the event_filter into a event_filter and a room_event_filter that
extends it.

So that we don't include "rooms" and "not_rooms" keys for the public_user_data
and private_user_data filters.
10 years ago
Kegan Dougal db8f3c0d59 Desktop clients should have a GUI 10 years ago
Erik Johnston 97154cc6b2 s/nonce/txn_id/ 10 years ago
Mark Haines 00fd4aac26 s/publically/publicly/ 10 years ago
Mark Haines 3204c2f2b6 Fix spelling 10 years ago
Mark Haines f50e6d4c0a Add x-example fields for v2 /sync 10 years ago
Mark Haines 1aa916d690 s/indicies/indices/ 10 years ago
Mark Haines 393d283139 Add a "limit" to the timeline key in the example filter 10 years ago
Erik Johnston 4c9f524cab Neaten things up 10 years ago
Erik Johnston 317c2f20d3 Draft login token spec 10 years ago
Erik Johnston 8c22b715ca Add title 10 years ago
Mark Haines c3b3b2df63 Add "set_presence" in the sync parameters 10 years ago
Mark Haines de07586ab7 Rename 'events' to 'timeline' in the sync filter 10 years ago
Mark Haines a0068e1ada Draft documention for the v2 sync api 10 years ago
Mark Haines e1f73f5233 Add a limit to filters 10 years ago
Kegan Dougal 11c586c560 Merge branch 'master' into spec-feature-profiles
Conflicts:
	templating/build.py
10 years ago
Kegsay e5f805c0d5 Merge pull request #67 from matrix-org/unused-template-vars
Detect unused {{ vars }} and whine loudly.
10 years ago
Kegsay 4d407c2731 Merge pull request #66 from matrix-org/speculator-htmldiff
speculator: Add HTML diffing
10 years ago
Kegan Dougal 9c882ea5e4 Detect unused {{ vars }} and whine loudly. 10 years ago
Daniel Wagner-Hall 2434dfaf1c Merge branch 'master' into speculator-htmldiff 10 years ago
Kegan Dougal 510553ee00 Remove smurf suffixes. Add anchor for feature profiles. 10 years ago
Kegan Dougal 9fac152d32 Explain what the clients are and the column reference 10 years ago
Kegan Dougal c6375ed3d1 Flesh out feature profiles section
Add table detailing the profiles. Add anchors to link through to each module
following a well-defined format (rather than the name of the module section).
Allow UTF-8 in the spec.
10 years ago
Erik Johnston 18dc7784df Mention precedence 10 years ago
Erik Johnston 37ccddb308 Typo 10 years ago
Erik Johnston d7d9f406a6 Bundle some state into invites 10 years ago