Commit Graph

6409 Commits (a48eb1ba1b25e0dcaba0e585a8ab8ec34a61d576)
 

Author SHA1 Message Date
Erik Johnston a48eb1ba1b Remove 'room_name_like' as not implemented or used 2 months ago
Erik Johnston e5b047aa8c Explain why we don't include more fields in invited rooms 2 months ago
Erik Johnston ca38ae8bdb
Apply suggestions from code review
Co-authored-by: Eric Eastwood <madlittlemods@gmail.com>
2 months ago
Erik Johnston 98307d1da4
Update proposals/4186-simplified-sliding-sync.md
Co-authored-by: Eric Eastwood <madlittlemods@gmail.com>
2 months ago
Erik Johnston cc759db391 Remove misleading sentence 2 months ago
Erik Johnston 2db894088f
Update proposals/4186-simplified-sliding-sync.md
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2 months ago
Erik Johnston 6e96ddbdf3 Clarify notifications are unthreaded 2 months ago
Erik Johnston 474e681a49 Allow 'room_name_like' to be implementation dependent 2 months ago
Erik Johnston bade6bb540 Move room configs section for clarity 2 months ago
Erik Johnston 1058ad7653 Change 'ranges' to 'range' 2 months ago
Erik Johnston 492db052d3 Remove ability to peek via room subscriptions 2 months ago
Erik Johnston 985e71f8d4 Add note that servers can expire sync connections if response is too large 2 months ago
Erik Johnston ce6f0f3165 Note about resource consumption 2 months ago
Erik Johnston 0fbd845188 Note about resource consumption 2 months ago
Erik Johnston 1465e25e2c Define 'just occured' 2 months ago
Erik Johnston 4a38bb9e49 is_dm being omitted implies not a DM room 2 months ago
Erik Johnston a2d3684797 Link to tagging 2 months ago
Erik Johnston 5b5e82b0ba Link to lazy-loaded membership 2 months ago
Erik Johnston d6d5eddc2d Make RequiredStateRequest.include optional 2 months ago
Erik Johnston 888e070a08 s/RoomFilter/SlidingRoomFilter/ 2 months ago
Erik Johnston b405735f1b 0-indexed 2 months ago
Erik Johnston 2d2890d18f
Apply suggestions from code review
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2 months ago
Erik Johnston b7b363e7f6
Update proposals/4186-simplified-sliding-sync.md
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2 months ago
Erik Johnston de0fe5559a Move URL params to request body 3 months ago
Erik Johnston d156cb97fd Change the required_state request format 3 months ago
Erik Johnston 1786eeb7fd Move unread threads to thread extension 3 months ago
Erik Johnston 97feb73da0 Add `membership` field in room response 3 months ago
Erik Johnston 486efe299b Add new lists field 3 months ago
Erik Johnston c6cd26e4ac Rename unstable_expanded_timeline 3 months ago
Erik Johnston 495963fecd Handle state deletion 3 months ago
Erik Johnston 165aaffd51 Rename invite_state to stripped_state 3 months ago
Erik Johnston 992007aaae Add support for `set_presence` 3 months ago
Erik Johnston a325def59f Clarifications 3 months ago
Erik Johnston dbf593ad0f Add an open question for pre-flight CORS 3 months ago
Erik Johnston a9141ab17a Note that bump stamps can decrease 3 months ago
Erik Johnston 839eb35c65 Clarify $LAZY 3 months ago
Erik Johnston a1bd6bfb48 Use full URLs 3 months ago
Erik Johnston 3fc851ad02 Rewrite MSC to include full API description
This is a big rewrite of the MSC that includes a full API definition.
3 months ago
Erik Johnston 4c47844771 Some clarifications 11 months ago
Erik Johnston a5dc74bc40
Update proposals/4186-simplified-sliding-sync.md
Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
11 months ago
Erik Johnston 6fe4ba72da Add security and unstable prefix 1 year ago
Erik Johnston 456db3b9d3 Add example usage 1 year ago
Erik Johnston 8cc34dfc55 Simplified sliding sync 1 year ago
DeepBlueV7.X 3b7108535b
Add a stable flag to MSC3916 (#4180)
In conversation with several client and homeserver developers it has
come up that the current schedule for rolling out authenticated media is
hard for them to follow if they have to support all of 1.11 at once.

I think the value of authenticated media is high enough to warrant a
stable flag to encourage a faster rollout of authenticated media. This
allows servers to support authenticated media without supporting all of
1.11 already and the additional burden on client developers is minimal.

This flag is already in use by serveral implementations:

- 51b5c98033
- 2dce08bab1

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
1 year ago
Johannes Marbach 4251928aed
MSC4156: Migrate server_name to via (#4156) 1 year ago
Matthias Ahouansou cf4cdf2663
MSC4163: Make ACLs apply to EDUs (#4163) 1 year ago
Josh Simmons f07c4508a8
drop real/legal name requirement from DCO (#4172)
Co-authored-by: Josh Simmons <git@josh.tel>
1 year ago
Johannes Marbach bbe54bc1c2
MSC4159: Remove the deprecated name attribute on HTML anchor elements (#4159)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
1 year ago
Tulir Asokan f2c6766e09
Clarify "real name" in contributor requirements (#4160)
This updates the sign-off requirements to match what most other
matrix-org and element-hq repos already have. The change was first made
in synapse: https://github.com/matrix-org/synapse/pull/3467

Signed-off-by: Tulir Asokan <tulir@maunium.net>
1 year ago
Marcus d04470eca4 MSC2867: Marking rooms as unread (#2867)
* marking rooms as unread

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>

* Add alternative suggestion by @turt2live

Co-authored-by: Travis Ralston <travpc@gmail.com>

* mention that this msc lacks thread support

* typo fix

* clarify type of notification we are referring to

* fix some small typos

* Update proposals/2867-rooms_marked_unread.md

grammar improvement

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

---------

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 year ago