Commit graph

209 commits

Author SHA1 Message Date
7e3175eb20 //invite: Guard against accidental mentions 2023-09-17 20:33:37 +12:00
c9dec3ba75 Add //invite command 2023-09-17 20:15:29 +12:00
0ed74feb66 Stop this from causing an error I guess? 2023-09-17 20:15:20 +12:00
671f1300ba should create guilds on-demand now 2023-09-12 23:15:55 +12:00
9263bdb754 configuration option to auto-invite matrix users 2023-09-12 23:08:33 +12:00
47b8d44010 force override server_origin during testing 2023-09-12 21:37:36 +12:00
714c31d230 Fix my homeserver being hard-coded 2023-09-12 20:43:56 +12:00
acee80ce52 Seed database in the other order 2023-09-12 19:23:23 +12:00
114f6a31b8 more benefits on readme 2023-09-11 12:27:07 +12:00
21b5b1c3f8 Adding lottie table to database schema 2023-09-10 21:36:39 +12:00
d759b5bd90 Add support for Lottie stickers 2023-09-10 21:35:51 +12:00
5bf051c624 here's what I would have done differently 2023-09-10 14:59:31 +12:00
5daef9ae47 too-long-for-discord names continued in message 2023-09-10 14:50:18 +12:00
8b7c47e369 m->d replies: support replying to edits & spoilers 2023-09-08 00:13:25 +12:00
e4e28daf08 m->d replies to file should use emoji indicator 2023-09-07 23:48:44 +12:00
0acf59bf48 forcing space sync will unbridge deleted channels 2023-09-07 23:20:48 +12:00
0237d45c60 support uk.half-shot.bridge 2023-09-07 12:08:10 +12:00
0caaa0940b allow slashes in state keys 2023-09-07 12:08:10 +12:00
33dd73f809 add thumbs up reactions to list 2023-09-07 00:55:49 +12:00
3899c01663 arrange files even more 2023-09-06 13:07:05 +12:00
5b2ccdc1f8 mildly arrange notes.md 2023-09-06 12:31:38 +12:00
c436357260 add test cases for zoe's username change 2023-09-06 12:27:28 +12:00
2ac2edc585 elaborate on features in readme 2023-09-06 12:04:15 +12:00
33fd08e76a add readme 2023-09-06 12:00:39 +12:00
671f5ba7d3 no longer invite me to created rooms 2023-09-06 09:38:07 +12:00
5aef6baaab add migration process for stuff already bridged 2023-09-05 00:59:10 +12:00
2816ca9111 add reply line svg for posterity. 2023-09-04 01:47:17 +12:00
49bdbd12ee fix display_name -> displayname 2023-09-04 01:43:12 +12:00
3e4188a0c8 allow all guilds to send events 2023-09-04 01:39:45 +12:00
39458bd2bf allow migrating from old to new bridge 2023-09-04 01:38:30 +12:00
5185ae45ab m->d fix a few markdown escaping problems 2023-09-04 01:37:33 +12:00
d255f2ab22 fix join rules on old room versions 2023-09-04 01:36:58 +12:00
d3f637d7ce properly support guild update events 2023-09-04 01:36:35 +12:00
5e6bb0cd2e create syncSpaceFully 2023-09-03 17:13:04 +12:00
aa263d3eb8 m->d avoid using blockquote as reply preview 2023-09-03 16:42:17 +12:00
efa0171172 can retry actions with 🔁 emoji 2023-09-03 16:03:37 +12:00
be2cdd1186 m->d support encrypted files 2023-09-03 15:40:25 +12:00
dd4e3aa8e0 continue if user is already invited 2023-09-03 10:47:01 +12:00
6803b156bc m->d files and stickers 2023-09-02 23:28:41 +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
392151a75b code coverage 2023-08-30 13:29:38 +12:00
5bef9ebfe2 m->d message editing deletion 2023-08-30 13:29:28 +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
0d9191ed5c m->d support spoilers 2023-08-29 01:37:14 +12:00
56fe710392 finalise message editing 2023-08-29 01:31:52 +12:00
53b5438756 add test cases for message edits 2023-08-29 00:05:25 +12:00
be60f4bf39 add test cases for new reply format 2023-08-28 23:36:03 +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