Commit Graph

965 Commits

Author SHA1 Message Date
Rory& b1b73d45e7 Process lifecycle scripts
#Conflicts:
#	src/api/Server.ts
#	src/bundle/Server.ts
#	src/cdn/Server.ts
#	src/gateway/Server.ts
#	src/gateway/events/Connection.ts
#	src/util/util/ipc/listener/RabbitMqSingleListener.ts
#	src/util/util/ipc/listener/UnixSocketListener.ts
#	src/util/util/ipc/writer/UnixSocketWriter.ts
#	src/webrtc/Server.ts
2026-05-28 10:38:39 +02:00
Rory& ced707abc7 IPC: shutdown hooks
#Conflicts:
#	src/util/util/ipc/listener/UnixSocketListener.ts
2026-05-28 09:17:01 +02:00
Rory& 693f58e9eb Fix some copyright headers 2026-05-26 07:48:10 +02:00
Rory& b8decc64da Break up bulk inserts for read states to avoid postgres parameter exhaustion 2026-05-26 07:48:10 +02:00
Rory& 1fa3d392fa Trace fillInMissingIDs 2026-05-26 07:48:10 +02:00
Rory& 70d7d51048 Better error handling in rabbitmqsinglelistener/writer 2026-05-26 07:47:36 +02:00
Rory& f4bc4a223d Add NixOS test for starting with rabbitmq-single ipc 2026-05-26 07:47:36 +02:00
Rory& 5afcc5890e Demote default rabbitmq behavior, implement init for all BaseEventWriter/Listener abstracted implementations 2026-05-26 07:47:36 +02:00
Rory& 8318a03abd Move publishEvent to RabbitMQ.ts 2026-05-26 07:47:36 +02:00
Rory& c6bcd3b906 Move rabbitListen to RabbitMQ.ts 2026-05-26 07:47:36 +02:00
Rory& f788b46be5 Clean up unused imports in IPC code 2026-05-26 07:47:36 +02:00
Rory& 3c0d8b507b Add untested rabbitmq single-channel IPC 2026-05-26 07:47:36 +02:00
Rory& 6459a3332d Split unix socket IPC to separate files, add interfaces 2026-05-26 07:47:36 +02:00
Rory& cc9df708ce channelOrdering: fix null ref 2026-05-25 22:52:51 +02:00
Rory& d9b8075882 Fix some copyright headers 2026-05-24 06:11:28 +02:00
Rory& dd3b398fb2 Clean up erlpack types 2026-05-24 06:08:00 +02:00
Rory& 051c92c30e Add internal status order enum 2026-05-19 16:39:50 +02:00
Rory& 9e7f3bdfde Rework status enum schema 2026-05-19 16:26:24 +02:00
Rory& d4ca87a8ce Add deprecation warning for database config 2026-04-25 23:58:49 +02:00
Rory& 7905fc9f5f Hexdump CDN hashes 2026-04-21 21:11:02 +02:00
Rory& ae064aea1b Clean up imports in schemas/api/bots 2026-04-20 00:14:47 +02:00
Rory& c5504878b8 eslint: yoda 2026-04-19 22:45:37 +02:00
Rory& a8204b0c02 eslint: default-case 2026-04-19 22:45:37 +02:00
Rory& af29e6b178 eslint: arrow-body-style=as-needed 2026-04-19 22:45:37 +02:00
Rory& d096ea7580 eslint: no-promise-executor-return 2026-04-19 22:45:37 +02:00
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
Rory& 9f82daf602 Make connections more verbose and include some setup instructions 2026-04-19 00:33:42 +02:00
Rory& 74b6c03c52 Attachment -> PublicAttachment in schemas 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& 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& 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& 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& 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