Commit Graph

995 Commits

Author SHA1 Message Date
Rory& a4913dc25f eslint: more rules, no-duplicate-imports 2026-04-19 22:45:37 +02:00
Rory& 5f8afbc7ae eslint: array callback return, no restricted 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& 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& 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& 103922e841 Fix attachments 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& e0204f76cf Make presence clear async, clean up temp session code 2026-04-13 22:41:57 +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
CyberL1 580d5d7da4 fix: make github webhooks embeds have rich type 2026-03-31 22:02:05 +02: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& 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& 0e57826c1b lambert-server: Remove unused errorHandler option 2026-03-21 14:52:57 +01:00
Rory& 5445706dcf lambert-server: Remove unused jsonBody option 2026-03-21 14:51:46 +01:00
Oh64 7a92946bed make spacebar compile again 2026-03-21 08:27:57 +01:00
Rory& 27d2ba5a10 More schema stuff 2026-03-21 08:22:27 +01:00
Rory& f333e8dadc Message*Event: as->satisfies (WIP) 2026-03-21 08:19:54 +01:00
Rory& 131a0ec286 Migrate MessageReaction*Event to satisfies, part of #1577 2026-03-20 18:48:46 +01:00
Rory& 4c169bae25 Migrate TypingStartEvent to satisfies, part of #1577 2026-03-20 18:34:36 +01:00
Rory& 339a0fcbf4 Migrate Thread*Event to satisfies, part of #1577 2026-03-20 18:18:41 +01:00
Rory& 3d8a91b100 Migrate MessageDelete*Event to satisfies, part of #1577 2026-03-20 18:17:47 +01:00
Rory& 847dc846e6 Migrate UserDeleteEvent to satisfies, part of #1577 2026-03-20 18:17:47 +01:00
Rory& aa94101018 Migrate MessageAckEvent to satisfies, part of #1577 2026-03-20 18:17:47 +01:00
Rory& bd42196733 Migrate PresenceUpdateEvent to satisfies, part of #1577 2026-03-20 18:17:47 +01:00
Rory& 851f0e7600 Migrate UserUpdateEvent to satisfies, part of #1577 2026-03-20 18:17:47 +01:00
Rory& 9597ebe941 Migrate VoiceS*Event to satisfies, part of #1577 2026-03-20 18:17:41 +01:00
Rory& 1fb0af82ae Migrate Invite*Event to satisfies, part of #1577 2026-03-20 18:16:57 +01:00
Rory& b59f41c1b6 Migrate Channel*Event to satisfies, part of #1577 2026-03-20 18:16:56 +01:00
Rory& 52efc753db Migrate WebhooksUpdateEvent to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& de64db65cf Migrate Relationship*Event to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& ee53b72c35 Migrate GuildStickersUpdateEvent to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 8a5d8849df Migrate GuildRole*Event to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 3462b40bc1 Migrate GuildEmoji*Event to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 58df260c22 Migrate GuildDeleteEvent to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& c02c6f1d50 Migrate GuildBan*Event to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 76f060d656 Migrate ChannelRecipient*Event to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 0aa1c7c5b7 Migrate ChannelPinsUpdateEvent to satisfies, part of #1577 2026-03-20 18:16:14 +01:00
Rory& 7a791cdea8 Migrate Interaction*Event to satisfies, part of #1577 2026-03-20 18:16:11 +01:00
Rory& 0027218b6b Migrate InteractionCreateEvent to satisfies, part of #1577 2026-03-20 18:13:15 +01:00