Commit graph

95 commits

Author SHA1 Message Date
79bd0254f0 Finish moving from SQL to New Funny ORM 2023-09-18 22:51:59 +12:00
4e1e590c3a Start moving from SQL to New Funny ORM 2023-09-18 17:46:45 +12:00
d759b5bd90 Add support for Lottie stickers 2023-09-10 21:35:51 +12:00
8b7c47e369 m->d replies: support replying to edits & spoilers 2023-09-08 00:13:25 +12:00
5aef6baaab add migration process for stuff already bridged 2023-09-05 00:59:10 +12:00
49bdbd12ee fix display_name -> displayname 2023-09-04 01:43:12 +12:00
a1be84cb60 upload spoiler attachments as spoilers 2023-09-02 21:45:04 +12:00
6a04f3f798 fixing tests 2023-08-30 15:20:39 +12:00
621a22df01 those code comments were not necessary 2023-08-30 00:38:33 +12:00
c9c22cdf40 d->m bridge other attachments as m.file 2023-08-29 17:08:00 +12:00
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
7780ee806a 100% edit-to-changes code coverage 2023-08-26 01:44:50 +12:00
1e9e9685c5 minor code coverage 2023-08-24 17:23:32 +12:00
6d1635539b finally got the thread's early messages working 2023-08-21 23:31:40 +12:00
d666c0aedb attempt to support THREAD_CREATE but it explodes 2023-08-21 08:07:05 +12:00
3436759504 catch up on missed d->m messages when logging in 2023-08-19 22:54:23 +12:00
2d14e84312 update discord-markdown to escape less stuff 2023-08-18 01:22:33 +12:00
e3737997ec test that edits by webhook work 2023-08-17 19:03:09 +12:00
e00eb15f35 support up to 1 space in written mentions 2023-08-17 18:17:53 +12:00
040a2d253f write editMessage action, connected to dispatcher 2023-08-17 16:41:28 +12:00
2973170e87 test for editing a new caption onto an image 2023-08-17 12:36:51 +12:00
8f6bb86b92 record more update events 2023-08-17 12:36:47 +12:00
b1ca71f37c getting edits closer to working 2023-08-16 17:03:05 +12:00
cae591e5fd script for capturing message update events 2023-08-15 17:20:31 +12:00
f16900553a large files are now linked instead of uploaded 2023-07-13 17:36:20 +12:00
f4bfe54850 Include fallback text for replies to media 2023-07-12 14:33:38 +12:00
011f9c5ecb only need to do mentions scenario 2 part B now 2023-07-11 17:28:42 +12:00
437f04682c support written @mentions (scenario 3) 2023-07-11 17:27:40 +12:00
328ae74b61 support rich replies, support basic m.mentions 2023-07-11 16:51:30 +12:00
5326b7d6be get room mentions formatting working 2023-07-11 10:10:47 +12:00
0f4f404160 store the channel_id on event_message 2023-07-11 08:01:11 +12:00
1d6e833b22 update discord-markdown to fix tests 2023-07-07 19:28:23 +12:00
1a4f92db97 start getting d2m formatted body conversion 2023-07-07 17:31:39 +12:00
39cdba9f90 bridge both ways and prevent reflections 2023-07-04 00:39:42 +12:00
d592a3c82e don't send "" for attachments without content 2023-07-02 01:41:31 +12:00
740ddc36d1 support d->m stickers 2023-06-29 00:06:56 +12:00
512f61422d continue on stickers 2023-05-15 17:25:05 +12:00
e1d7ced87d begin converting discord attachments and stickers 2023-05-12 17:35:37 +12:00
da6603d258 send sim messages to the proper rooms 2023-05-09 15:29:46 +12:00
1e7e66dc31 register -> invite -> join -> send flow 2023-05-09 00:58:46 +12:00
3bc29def41 switch to using api functions over mreq 2023-05-08 23:37:51 +12:00
7ee04d085f username sanitisation for registration 2023-05-08 17:22:20 +12:00
f09eeccef3 add tests, implement kstate and state diffing 2023-05-05 17:29:08 +12:00
8a0c2b5663 sending events in matrix 2023-05-01 00:57:30 +12:00
6990957c9e rearranging and experiments 2023-04-26 08:06:08 +12:00