From 595effa02ab0df1132e23ffa9651491e7fd3b587 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 19 Mar 2021 12:28:38 -0400 Subject: [PATCH] Update roadmap and readme --- README.md | 1 + ROADMAP.md | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9983f3..d1ee4be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # matrix-puppeteer-line A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer. +Fork of [https://mau.dev/tulir/mautrix-amp/](mautrix-amp). ## Features & roadmap [ROADMAP.md](ROADMAP.md) diff --git a/ROADMAP.md b/ROADMAP.md index cbffadf..e0f24fa 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,24 +4,34 @@ * [ ] Message content * [x] Text * [ ] Media + * [ ] Stickers + * [ ] Read receipts (currently eagerly-sent since message sync requires "reading" a chat) * LINE → Matrix * [ ] Message content * [x] Text * [ ] Media + * [ ] Stickers & special emoji + * [ ] Read receipts + * [ ] Notification for message send failure * [x] Message history * [x] When creating portal * [x] Missed messages - * [ ] Chat types + * [x] Message timestamps + * [x] Chat types * [x] Direct chats - * [ ] Groups (partially functional) - * [ ] Rooms + * [x] Groups (named chats) + * [x] Rooms (unnamed chats / "multi-user direct chats") * Misc - * [ ] Automatic portal creation + * [x] Automatic portal creation * [x] At startup - * [ ] When receiving invite or message + * [x] When receiving invite or message + * [ ] When sending message in new chat from LINE app * [ ] Provisioning API for logging in - * [ ] Use own Matrix account for messages sent from Android Messages app + * [x] Use bridge bot for messages sent from LINE app (when double-puppeting is disabled and `bridge.invite_own_puppet_to_pm` is enabled) + * [x] Use own Matrix account for messages sent from LINE app (when double-puppeting is enabled) * [x] E2EE in Matrix rooms + * [ ] No display required for Puppeteer-controlled browser + * [ ] Multiple bridge users ## Missing features ### Missing from LINE @@ -33,6 +43,8 @@ * Message redaction (delete/unsend) * Replies * Voice messages +* Voice/video calls +* Unlimited message history ### Missing from matrix-puppeteer-line * TODO