From 18c8015d143d105575c50a867304f53c9300374a Mon Sep 17 00:00:00 2001 From: "Andrew Morgan (https://amorgan.xyz)" <andrew@amorgan.xyz> Date: Sun, 25 Feb 2018 11:53:07 -0800 Subject: [PATCH] Update README.md * Check WebHooks * Fix spacing of checkboxes so they render correctly on GitHub --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 86afa7d..36ead93 100644 --- a/README.md +++ b/README.md @@ -78,37 +78,37 @@ and synapse. Any new servers/guilds you bridge should show up in the network lis In a vague order of what is coming up next - Matrix -> Discord - - [x] Text content - - [x] Image content - - [x] Audio/Video content - - [ ] Typing notifs (**Not supported, requires syncing**) - - [x] User Profiles + - [x] Text content + - [x] Image content + - [x] Audio/Video content + - [ ] Typing notifs (**Not supported, requires syncing**) + - [x] User Profiles - Discord -> Matrix - - [x] Text content - - [x] Image content - - [x] Audio/Video content - - [x] Typing notifs - - [x] User Profiles - - [x] Presence - - [x] Per-guild display names. + - [x] Text content + - [x] Image content + - [x] Audio/Video content + - [x] Typing notifs + - [x] User Profiles + - [x] Presence + - [x] Per-guild display names. - [x] Group messages - [ ] Third Party Lookup - - [x] Rooms - - [ ] Users + - [x] Rooms + - [ ] Users - [ ] Puppet a user's real Discord account. - - [x] Sending messages - - [ ] Direct messages - - [ ] UI for setup + - [x] Sending messages + - [ ] Direct messages + - [ ] UI for setup - [x] Rooms react to Discord updates - [ ] Integrate Discord into existing rooms - - [x] Feature - - [ ] UI + - [x] Feature + - [ ] UI - [ ] Manage channel from Matrix (possibly) - - [ ] Authorise admin rights from Discord to Matrix users - - [ ] Topic - - [ ] Room Name + - [ ] Authorise admin rights from Discord to Matrix users + - [ ] Topic + - [ ] Room Name - [ ] Provisioning API - - [ ] Webhooks (allows for prettier messages to discord) + - [x] Webhooks (allows for prettier messages to discord) - [ ] VOIP (**Hard** | Unlikely to be finished anytime soon) -- GitLab