Commit Graph

87 Commits

Author SHA1 Message Date
Cadence Ember 1e9e9685c5 minor code coverage 2023-08-24 17:23:32 +12:00
Cadence Ember c56e92ccfb start adding command handlers 2023-08-24 17:09:25 +12:00
Cadence Ember 40c3ef8e83 don't set the name and topic twice 2023-08-24 12:42:12 +12:00
Cadence Ember 4c0aa57ba7 add test case for m->d too-long message 2023-08-24 00:35:35 +12:00
Cadence Ember f0ff89161a syncing all room power levels 2023-08-24 00:27:51 +12:00
Cadence Ember a8fab062a4 workaround synapse bug that would make broken PLs 2023-08-23 17:08:20 +12:00
Cadence Ember 8d536d5ef2 using kstate with power levels should mix them 2023-08-23 16:16:36 +12:00
Cadence Ember 458a620f4a make hardcoded "cadence.moe" configurable 2023-08-23 13:02:32 +12:00
Cadence Ember 92cd628a6c remember any room avatars set on matrix-side 2023-08-23 12:39:37 +12:00
Cadence Ember bfe9efe62e listen for guild updates and connect them 2023-08-23 12:37:25 +12:00
Cadence Ember 892bf4496d be able to sync space properties 2023-08-23 12:31:31 +12:00
Cadence Ember 6cd509d274 start using kstate for guild/spaces too 2023-08-22 17:11:07 +12:00
Cadence Ember e04617eb04 remove console.log 2023-08-21 23:34:49 +12:00
Cadence Ember 6d1635539b finally got the thread's early messages working 2023-08-21 23:31:40 +12:00
Cadence Ember 180708b60e I WAS USING THE WRONG VARIABLE :GRIEF: 2023-08-21 21:16:10 +12:00
Cadence Ember c8021cadec changing spaces to tabs 2023-08-21 21:04:41 +12:00
Cadence Ember c22f434c1f explain inflight thread room creation 2023-08-21 17:25:51 +12:00
Cadence Ember d666c0aedb attempt to support THREAD_CREATE but it explodes 2023-08-21 08:07:05 +12:00
Cadence Ember 08d3f3d804 synchronise channel updates 2023-08-19 23:12:36 +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 0f20dcab6d guard for errors on matrix event dispatcher 2023-08-19 18:41:57 +12:00
Cadence Ember 4635200bcb only use nickname as displayname, not nick+user 2023-08-19 18:41:57 +12:00
Cadence Ember 3f187e8107 see how this different reactions format goes... 2023-08-19 18:41:57 +12:00
Cadence Ember 0fc8e68f15 support threads 2023-08-19 18:41:57 +12:00
Cadence Ember 213bf0a515 send a slightly more appropriate display name 2023-08-19 18:37:34 +12:00
Cadence Ember 36adc30990 only include necessary data for testing 2023-08-18 17:00:40 +12:00
Cadence Ember e08262388b bug fix where errors weren't being sent 2023-08-18 16:58:46 +12:00
Cadence Ember 6246dc3a7f remove redactions from database in edit flow 2023-08-18 01:23:53 +12:00
Cadence Ember 2d14e84312 update discord-markdown to escape less stuff 2023-08-18 01:22:33 +12:00
Cadence Ember 6de13338a8 add error handler and message deleter 2023-08-18 01:22:14 +12:00
Cadence Ember e3737997ec test that edits by webhook work 2023-08-17 19:03:09 +12:00
Cadence Ember b9de84e586 actually call the function lol 2023-08-17 18:27:13 +12:00
Cadence Ember e00eb15f35 support up to 1 space in written mentions 2023-08-17 18:17:53 +12:00
Cadence Ember f5ef881cd0 update discord-markdown to remove html tags 2023-08-17 18:14:44 +12:00
Cadence Ember 040a2d253f write editMessage action, connected to dispatcher 2023-08-17 16:41:28 +12:00
Cadence Ember 2973170e87 test for editing a new caption onto an image 2023-08-17 12:36:51 +12:00
Cadence Ember 8f6bb86b92 record more update events 2023-08-17 12:36:47 +12:00
Cadence Ember b1ca71f37c getting edits closer to working 2023-08-16 17:03:05 +12:00
Cadence Ember cae591e5fd script for capturing message update events 2023-08-15 17:20:31 +12:00
Cadence Ember f501718691 add code coverage 2023-08-11 01:11:58 +12:00
Cadence Ember 96dd488e39 progress on edits 2023-07-28 17:05:13 +12:00
Cadence Ember f16900553a large files are now linked instead of uploaded 2023-07-13 17:36:20 +12:00
Cadence Ember 3a59d66626 move namespace_prefix into a sub-object 2023-07-13 17:11:24 +12:00
Cadence Ember f4bfe54850 Include fallback text for replies to media 2023-07-12 14:33:38 +12:00
Cadence Ember 011f9c5ecb only need to do mentions scenario 2 part B now 2023-07-11 17:28:42 +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 1d6e833b22 update discord-markdown to fix tests 2023-07-07 19:28:23 +12:00