Commit graph

147 commits

Author SHA1 Message Date
eb98af0ac3 Move packages to npm registry 2024-07-21 01:30:14 +12:00
5a65e6f6da Only retrigger once, just in case 2024-07-17 12:08:04 +12:00
a2f0bb79db Retrigger events that arrive too early 2024-07-16 23:48:03 +12:00
149cee845a Retry PK API if it doesn't return a message 2024-07-16 22:01:20 +12:00
8c506ed270 Drop admin permissions correctly 2024-07-15 15:27:21 +12:00
49598c7af7 Fix bulk message deletes
I have finally e2e tested this function
2024-06-20 13:50:38 +12:00
24a3b9b0f4 Refactor kstate resource uploading 2024-06-06 12:13:06 +12:00
5f0e765934 Bridge forums as spaces 2024-03-26 01:11:13 +13:00
642be26313 Enumerate child rooms with hierarchy endpoint 2024-03-26 01:10:38 +13:00
0deb415511 Don't update profile data of the bridge bot 2024-03-19 22:15:44 +13:00
955310b759 Set sim power a little bit better
I should probably change this to use kstate.
2024-03-15 15:52:49 +13:00
cc9e1de49e Remove deep-equal dependency 2024-03-07 12:19:07 +13:00
12d85c982e Allow Matrixers to @room if Discorders can too 2024-03-07 10:17:39 +13:00
0f1cf7a20c Fix calls to syncUser/registerUser 2024-03-07 09:13:25 +13:00
043f178d1e Map Discord member permissions to sim user PLs
Including PL 20 for members who can mention everyone.
2024-03-06 17:40:06 +13:00
553a9441d7 Hopefully this will log PK API failures 2024-02-14 11:49:13 +13:00
a9f57fc252 WIP add via parameters 2024-02-12 23:07:55 +13:00
0e701b2d54 Fix speedbump in threads 2024-02-07 14:52:12 +13:00
98477dc0f6 PK mentions now include member name 2024-02-01 22:22:48 +13:00
64671519bd PK: Fix saving proxy values to DB 2024-02-01 21:43:10 +13:00
f48c1f3f31 PK: Fix mentions/replies using UUID 2024-01-31 13:09:39 +13:00
3d87bd9da5 PK: Use webhook name as bridged name 2024-01-30 22:01:06 +13:00
4591b5ae03 m->d: Fix glitched mention when Element disambigs 2024-01-22 23:10:33 +13:00
a71c9515ec Include system data on PK profiles 2024-01-22 22:38:18 +13:00
6a06dc14ce Fix all rooms being affected by speedbump 2024-01-22 22:05:59 +13:00
11864f80cf d->m: Make PK members appear real 2024-01-21 00:54:18 +13:00
0e75c23aee Have to join user before announcing thread 2024-01-20 23:45:47 +13:00
e49dc18e67 Implement the speedbump 2024-01-20 01:02:51 +13:00
0ab81d3d88 Put expressions with the actions, where it belongs 2024-01-19 16:43:12 +13:00
64beb6c996 Code coverage for lottie 2024-01-18 17:03:17 +13:00
8987107685 Backfill missed pins and pins from the past 2024-01-18 00:30:55 +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
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
8e3b674d90 Forget messages/events upon deletion (may fix #18) 2024-01-10 15:48:31 +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
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
1016fb1d67 Always use OOYE bot to send thread start context 2023-10-14 17:23:55 +13:00
44f90cbb5f Use Discord global_name as sim user displayname 2023-10-14 01:00:28 +13:00
1ad1c6b525 Add tests for all room privacy levels 2023-10-13 00:51:38 +13:00
3a6b40e27d Add Discord command for setting privacy level 2023-10-13 00:37:18 +13:00
e84e0d28db invited users in registration should be admin 2023-10-12 22:55:52 +13:00
3f3851d1f5 Also sync join rules for space 2023-10-12 22:45:27 +13:00
1b03a39dee put the preset in the preset field...... 2023-10-12 22:34:23 +13:00
98f5aeb45a Potentially fix privacy level assertion error 2023-10-12 22:32:28 +13:00
42ba38e3dd Use the correct property for guest access 2023-10-12 20:35:26 +13:00
613a1dc086 Add private/linkable/public privacy rules 2023-10-12 20:30:41 +13:00
48d69c0539 Start work on pinned events 2023-10-10 17:41:53 +13:00