Commit Graph

62 Commits

Author SHA1 Message Date
Cadence Ember 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
Cadence Ember b7f90db20a Fix reply preview "undefined" on embed description 2023-10-14 19:27:45 +13:00
Cadence Ember d9d672bffd d->m: Make role mentions really pretty 2023-10-14 02:15:21 +13:00
Cadence Ember 44f90cbb5f Use Discord global_name as sim user displayname 2023-10-14 01:00:28 +13:00
Cadence Ember 61ac535995 d->m fix replying to matrix user in thread 2023-10-13 02:05:44 +13:00
Cadence Ember 1ad1c6b525 Add tests for all room privacy levels 2023-10-13 00:51:38 +13:00
Cadence Ember 613a1dc086 Add private/linkable/public privacy rules 2023-10-12 20:30:41 +13:00
Cadence Ember 48d69c0539 Start work on pinned events 2023-10-10 17:41:53 +13:00
Cadence Ember bf0691f9bb Refactor reaction removals and add tests 2023-10-10 14:03:53 +13:00
Cadence Ember 7790d98c66 Fix bridging interaction responses and edits 2023-10-10 11:23:51 +13:00
Cadence Ember af274ede53 Use the proper L1 and L2 emojis 2023-10-08 00:00:34 +13:00
Cadence Ember 0e56255f82 Improve code coverage 2023-10-07 22:47:31 +13:00
Cadence Ember e3b2c844d8 Fix emoji_id references and add tests 2023-10-07 20:58:46 +13:00
Cadence Ember 475cd5b724 Add new WHERE feature to my funny orm 2023-10-06 12:31:10 +13:00
Cadence Ember 28abdac5b6 Alter SQL column names to be distinct 2023-10-05 12:32:46 +13:00
Cadence Ember a49b46381c Fix displayname/display_name discrepancy 2023-10-04 23:23:57 +13:00
Cadence Ember a56942cf14 Finally get the embed tests passing 2023-10-01 23:55:42 +13:00
Cadence Ember 1d99b91ef7 Add database migrations 2023-10-01 01:26:42 +13:00
Cadence Ember c9bc6ac629 Add scripts for database migration 2023-09-29 17:41:44 +13:00
Cadence Ember ca988af2e0 d->m accept emojis with longer names 2023-09-27 23:24:31 +13:00
Cadence Ember 2b537f42f0 Fix uk.half-shot.bridge test data 2023-09-24 00:13:38 +12:00
Cadence Ember 1657de4eef d->m bridge emojis in messages 2023-09-19 17:43:57 +12:00
Cadence Ember d81aa51787 orm: fix pluck, add basic tests 2023-09-19 01:23:52 +12:00
Cadence Ember 4e1e590c3a Start moving from SQL to New Funny ORM 2023-09-18 17:46:45 +12:00
Cadence Ember 47b8d44010 force override server_origin during testing 2023-09-12 21:37:36 +12:00
Cadence Ember 39458bd2bf allow migrating from old to new bridge 2023-09-04 01:38:30 +12:00
Cadence Ember a1be84cb60 upload spoiler attachments as spoilers 2023-09-02 21:45:04 +12:00
Cadence Ember fcbb045cbb Improved database schema
- Some queries are faster due to better index ordering
- Database is smaller thanks to splitting message_channel table and
  adding WITHOUT ROWID where helpful
2023-08-28 17:32:55 +12:00
Cadence Ember 7780ee806a 100% edit-to-changes code coverage 2023-08-26 01:44:50 +12:00
Cadence Ember beeb27bbd8 test on a member that has no member props 2023-08-25 11:44:58 +12:00
Cadence Ember 1e9e9685c5 minor code coverage 2023-08-24 17:23:32 +12:00
Cadence Ember a8fab062a4 workaround synapse bug that would make broken PLs 2023-08-23 17:08:20 +12:00
Cadence Ember 6d1635539b finally got the thread's early messages working 2023-08-21 23:31:40 +12:00
Cadence Ember 3436759504 catch up on missed d->m messages when logging in 2023-08-19 22:54:23 +12:00
Cadence Ember 0fc8e68f15 support threads 2023-08-19 18:41:57 +12:00
Cadence Ember 36adc30990 only include necessary data for testing 2023-08-18 17:00:40 +12:00
Cadence Ember 2d14e84312 update discord-markdown to escape less stuff 2023-08-18 01:22:33 +12:00
Cadence Ember e3737997ec test that edits by webhook work 2023-08-17 19:03:09 +12:00
Cadence Ember 2973170e87 test for editing a new caption onto an image 2023-08-17 12:36:51 +12:00
Cadence Ember b1ca71f37c getting edits closer to working 2023-08-16 17:03:05 +12:00
Cadence Ember 437f04682c support written @mentions (scenario 3) 2023-07-11 17:27:40 +12:00
Cadence Ember 328ae74b61 support rich replies, support basic m.mentions 2023-07-11 16:51:30 +12:00
Cadence Ember 5326b7d6be get room mentions formatting working 2023-07-11 10:10:47 +12:00
Cadence Ember 0f4f404160 store the channel_id on event_message 2023-07-11 08:01:11 +12:00
Cadence Ember 1a4f92db97 start getting d2m formatted body conversion 2023-07-07 17:31:39 +12:00
Cadence Ember 4cd9da49fd add tests for convertNameAndTopic 2023-07-04 17:35:29 +12:00
Cadence Ember 39cdba9f90 bridge both ways and prevent reflections 2023-07-04 00:39:42 +12:00
Cadence Ember 6e55e6d1b3 preparing for m2d 2023-07-03 01:06:05 +12:00
Cadence Ember d592a3c82e don't send "" for attachments without content 2023-07-02 01:41:31 +12:00
Cadence Ember 5bd1bc9a5b add webhook creation utility 2023-06-30 15:15:34 +12:00