Commit Graph

1742 Commits

Author SHA1 Message Date
Rory& 3a6c5e5f74 CDN: clean up unused imports 2026-04-19 22:45:37 +02:00
CyberL1 0bf9a09a6a fix comment typo 2026-04-19 11:34:36 +02:00
CyberL1 086f3378f9 remove oversight 2026-04-19 11:31:45 +02:00
CyberL1 7619e08c9d fix: expose metadata if should be visible 2026-04-19 11:19:50 +02:00
CyberL1 9a46c3a712 fix: expose only public properties 2026-04-19 11:17:44 +02:00
CyberL1 748dc308e9 fix: select visibility on connected_accounts 2026-04-19 11:13:32 +02:00
Rory& 9f82daf602 Make connections more verbose and include some setup instructions 2026-04-19 00:33:42 +02:00
Rory& e1b01bb8f1 NPM updates 2 2026-04-18 19:42:03 +02:00
Rory& fc5b569d74 Run prettier, remove accidental imports 2026-04-18 18:26:34 +02:00
Rory& 74b6c03c52 Attachment -> PublicAttachment in schemas 2026-04-18 18:26:34 +02:00
Rory& 07286e3f96 Remove irrelevant TODO 2026-04-18 18:26:34 +02:00
Rory& 4beb23fc22 Fix TOTP 2026-04-18 18:26:34 +02:00
Rory& 50aacea114 Fix error logging, dont use simple-array 2026-04-18 18:26:34 +02:00
Rory& a3d8a427aa Split out attachment handling from message handler 2026-04-18 18:26:34 +02:00
Rory& 81d44788c6 Attempt to set channel/message id for attachments in more places 2026-04-18 18:26:34 +02:00
Rory& e40579fe33 handleMessage: set message id for cloud attachments 2026-04-18 18:26:34 +02:00
Rory& 3687202788 Gateway: get around some typeorm weirdness 2026-04-18 18:26:34 +02:00
Rory& b2990b5a2e Fix up some straggler columns 2026-04-18 18:26:34 +02:00
Rory& 19f4f4724a Fix missed relations 2026-04-18 18:26:34 +02:00
Rory& 58425a5274 Fix attachments 2 2026-04-18 18:26:34 +02:00
Rory& 103922e841 Fix attachments 2026-04-18 18:26:34 +02:00
Rory& 5b501fa8da No attachment URLs 2026-04-18 18:26:34 +02:00
Rory& 91670d763e jsonb 2026-04-18 18:26:34 +02:00
Rory& ed3d39e8f4 re-reconcile migrations 2026-04-18 18:26:34 +02:00
Rory& c7b01a2fed int8 primary keys 2026-04-18 18:26:34 +02:00
Rory& 1549ea837a Add media1.tenor.com explicitly as image handler 2026-04-14 01:19:11 +02:00
Rory& 99a6de0cdb Explicitly specify status for temp sessions, since that suddenly broke...? 2026-04-13 23:24:24 +02:00
Rory& dfc4776a65 Fix op19 property not found error 2026-04-13 23:11:17 +02:00
Rory& e0204f76cf Make presence clear async, clean up temp session code 2026-04-13 22:41:57 +02:00
Rory& 05fba68bb3 Presence disconnect works! 2026-04-13 18:58:21 +02:00
Rory& 10a973eced Time out presence
Sourced from #1541

Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
2026-04-13 16:00:10 +02:00
Rory& ad245d029f Mark users as offline when gateway connection is closed
Part of #1541

Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
2026-04-13 15:55:32 +02:00
Rory& ad55d0aa93 prep for presence 2026-04-13 15:42:44 +02:00
Rory& 0ae2ccff5f Emit presence on identify, support deduped gw events 2026-04-13 14:08:29 +02:00
whinis 09310bce4f Align Message object with API spec 2026-04-13 12:11:07 +02:00
whinis 310d292e9a Fix Typing event so that it returns undefined rather than null
Added clean data to message entity so it respects json tags.
2026-04-13 12:11:07 +02:00
whinis f9147b78ca Maybe fix an issue elisa had with discord.py 2026-04-13 12:11:07 +02:00
whinis 195d379e33 Added the @JsonRemoveEmpty decrorator to most of the fields in the message class. Hopefully shouldn't break anything. 2026-04-13 12:11:07 +02:00
Oh64 07bdc337eb revert the change on ElapsedTime read-only class 2026-04-06 14:27:43 +02:00
Oh64 4c0c38cfa7 indexes on instance_bans lookup columns 2026-04-06 14:27:43 +02:00
Oh64 8ab1fd9707 use arrayGroupBy, include group time in query traces 2026-04-06 14:27:43 +02:00
Oh64 d32c75d164 Refactor Identify : batch guild queries and parallelise relation fetches 2026-04-06 14:27:43 +02:00
CyberL1 580d5d7da4 fix: make github webhooks embeds have rich type 2026-03-31 22:02:05 +02:00
Rory& 7c07c9b6fd Add indexes to instance bans table 2026-03-27 17:49:19 +01:00
Rory& 53ab01c4e2 EmbedHandlers: more configuration for embeds, switch to storing all returned embeds 2026-03-26 15:14:18 +01:00
Rory& 1ad351559f EmbedHandlers: use youtube handler for youtube music, use OrmUtils.mergeDeep for request options 2026-03-26 12:26:53 +01:00
Rory& 51fc0c2e01 User: use single query to determine taken discriminators 2026-03-26 11:47:33 +01:00
Rory& daaf6eae28 Embeds: factor out from postMessage 2026-03-26 11:46:48 +01:00
Rory& 47e782ad62 Fix voice state query trying to include member 2026-03-21 16:22:06 +01:00
Rory& 575616a503 add channel status migration 2026-03-21 16:08:12 +01:00