Commit Graph

17 Commits

Author SHA1 Message Date
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 1e9e9685c5 minor code coverage 2023-08-24 17:23:32 +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 36adc30990 only include necessary data for testing 2023-08-18 17:00:40 +12:00
Cadence Ember b1ca71f37c getting edits closer to working 2023-08-16 17:03:05 +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 5bd1bc9a5b add webhook creation utility 2023-06-30 15:15:34 +12:00
Cadence Ember e1d7ced87d begin converting discord attachments and stickers 2023-05-12 17:35:37 +12:00
Cadence Ember 38d7db5071 seed initial setup 2023-05-10 23:17:37 +12:00
Cadence Ember f418d51e55 refactor kstate, add stub user syncing function 2023-05-10 17:40:31 +12:00
Cadence Ember da6603d258 send sim messages to the proper rooms 2023-05-09 15:29:46 +12:00
Cadence Ember 1e7e66dc31 register -> invite -> join -> send flow 2023-05-09 00:58:46 +12:00
Cadence Ember 7ee04d085f username sanitisation for registration 2023-05-08 17:22:20 +12:00
Cadence Ember 3fbe7eed6e Finish room diffing and syncing. All tests pass 2023-05-06 01:25:15 +12:00
Cadence Ember f09eeccef3 add tests, implement kstate and state diffing 2023-05-05 17:29:08 +12:00