Commit graph

315 commits

Author SHA1 Message Date
706b37669b Move Content-Length detection logic 2024-01-20 17:25:58 +13:00
845f93e5d0 Work around the Content-Length issue 2024-01-20 17:03:03 +13:00
8987107685 Backfill missed pins and pins from the past 2024-01-18 00:30:55 +13:00
ed7404ea19 Fix #16 pinned messages order 2024-01-16 16:02:31 +13:00
b060451baf Minor documentation rewording 2024-01-16 16:00:33 +13:00
7d4379a099 Fix error in startup emojis check 2024-01-12 14:33:23 +13:00
600ca1a11d Enable ts-check on event-dispatcher 2024-01-11 15:56:58 +13:00
20bab453ef d->m: Support bulk message deletion from bots 2024-01-11 15:56:42 +13:00
9efd6a49b8 d->m: Sync missed emojis/stickers after restart 2024-01-10 23:56:10 +13:00
a67708269d m->d: Improve reply preview truncation punctuation 2024-01-10 22:46:20 +13:00
d0a3c3ce29 m->d: Remove rare "In reply to" fallback text 2024-01-10 22:42:13 +13:00
8e3b674d90 Forget messages/events upon deletion (may fix #18) 2024-01-10 15:48:31 +13:00
84d791cd8a m->d: Support attachment body data as alt text 2024-01-06 19:42:13 +13:00
60cf40680f d->m: Alt text should be bridged for any file type 2024-01-06 19:10:52 +13:00
83070dcf7e Fix translating URL encoded mentions of sim users 2024-01-06 19:01:14 +13:00
e4f66a5077 Notetaking about how PK code paths will work 2023-12-21 16:56:46 +13:00
cf25e1661b Add test data for attachments with description 2023-12-21 08:23:35 +13:00
3a8dbe8c59 Publish WIP PK notes 2023-12-15 17:08:06 +13:00
c8742f9512 m->d: Fix message ID guess on plaintext events 2023-12-02 17:13:10 +13:00
4dcdd0287e Check for M_USER_IN_USE in seed.js 2023-11-30 17:10:41 +13:00
2df7c665cb m->d: Message links are now guessed when unknown 2023-11-30 16:27:40 +13:00
024ff34cca Handle mentioning sims from a different bridge 2023-11-28 19:04:08 +13:00
cd2e012b8e Fix joining guessed @mentions to room 2023-11-25 23:09:28 +13:00
4313aa668d Fix getEventForTimestamp API path (???) 2023-11-25 22:56:11 +13:00
57d5cfb480 Fix path() doing nothing without a mxid 2023-11-25 22:55:20 +13:00
b9ec28a5ad Handle user creation for Clyde AI 2023-11-25 22:26:26 +13:00
fa68b877f6 Update CloudStorm to known good version 2023-11-25 22:26:11 +13:00
083f7bd9ba Make text spoilers work on Android 2023-11-25 22:10:27 +13:00
cd5a501307 Remove useless line from Funny ORM 2023-11-23 16:42:36 +13:00
9158eb2476 Add full coverage for previous commit 2023-11-23 16:41:32 +13:00
8d452102d5 d->m: Message links are now guessed when unknown 2023-11-23 16:11:46 +13:00
7029247461 Coverage for role and emoji converter 2023-11-23 15:52:41 +13:00
8439512f1a Add snowflake timestamp converter functions 2023-11-23 15:51:25 +13:00
8026cf0cad Coverage for m->d ordered list start attribute 2023-11-23 13:41:31 +13:00
53a009ca45 m->d: Users who aren't joined can be mentioned
This works by writing @name in the message, where `name` is the username
or displayname of the person in the guild you want to mention. If it
matched, the person will be joined and mentioned on their side.

Unfortunately this requires you to guess the person's name, and may lead
to embarrassment if it doesn't activate as you intended. Good luck!
2023-11-23 13:41:02 +13:00
39528b0557 Refactor attachmentToEvent to a function 2023-11-23 13:37:09 +13:00
5247a5d70e Update remarks in readme 2023-11-23 13:36:40 +13:00
4871410a30 Direct dependency on html-es6cape no longer needed 2023-10-28 00:42:08 +13:00
e73de60d77 m->d: Strip colons from user mentions 2023-10-28 00:37:20 +13:00
afbbe0da3d Fix more edge-case embed formatting 2023-10-28 00:24:42 +13:00
762e48230c Ensure the appservice bot user is registered
Synapse does it automatically, but Conduit requires this HTTP call.
2023-10-16 16:47:42 +13:00
a542bbdca7 Update discord-markdown to support list and header 2023-10-16 16:24:48 +13:00
9c3f1abd3a Upload files to Discord as streams for speed 2023-10-15 00:26:52 +13:00
fff8f0d94c Review and upgrade dependencies 2023-10-14 23:58:22 +13:00
040e987d03 Paginate removing all reactions from Matrix-side 2023-10-14 23:34:02 +13:00
c24752625d Split part and reaction_part
Now, reactions should always end up on the bottom of a message group,
instead of sometimes being in the middle.
2023-10-14 22:11:29 +13:00
b7f90db20a Fix reply preview "undefined" on embed description 2023-10-14 19:27:45 +13:00
1016fb1d67 Always use OOYE bot to send thread start context 2023-10-14 17:23:55 +13:00
d9d672bffd d->m: Make role mentions really pretty 2023-10-14 02:15:21 +13:00
44f90cbb5f Use Discord global_name as sim user displayname 2023-10-14 01:00:28 +13:00