summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Generic/Message.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-28IPC metricsRory&3-4/+9
2026-05-28monitoring: add helper to register a metric without duplicatingRory&1-3/+11
2026-05-28monitoring: ignore OPTIONS requests that dont have a route handlerRory&1-6/+8
2026-05-28nixos tests: check metrics endpoints on TS servicesRory&1-1/+9
2026-05-28Monitoring: tag HTTP response rate histogram by route rather than request urlRory&2-5/+44
2026-05-28*/Server.ts: Handle metrics requestsRory&3-0/+8
2026-05-28*/Server.ts: Add monitoring init hookRory&5-2/+77
2026-05-28CodeOwners: claim /nix dirRory&1-1/+2
2026-05-28Move why-is-node-running to dependenciesRory&2-3/+3
2026-05-28Process lifecycle scriptsRory&15-98/+294
2026-05-28Concurrent identify stress scriptRory&2-2/+90
2026-05-28IPC: shutdown hooksRory&4-7/+15
2026-05-28Gateway: send reconnect on shutdownRory&1-0/+11
2026-05-26Fix some copyright headersRory&1-1/+1
2026-05-26Break up bulk inserts for read states to avoid postgres parameter exhaustionRory&4-10/+68
2026-05-26Trace fillInMissingIDsRory&2-29/+51
2026-05-26Bulk insert missing ReadStatesRory&1-14/+24
2026-05-26No longer handle mention_count == null since its no longer nullableRory&1-22/+20
2026-05-26Use forEach rather than .map.forEachRory&1-1/+1
2026-05-26Add full traceRory&1-5/+25
2026-05-26Use sets for mention roles/usersRory&4-23/+57
2026-05-26Simplify some queries for handling mentionsRory&1-11/+14
2026-05-26User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id =...Rory&1-1/+1
2026-05-26Move message mention handling to separate functionRory&1-132/+144
2026-05-26Better error handling in rabbitmqsinglelistener/writerRory&2-14/+49
2026-05-26Add startup test for legacy rabbitmq setupRory&1-2/+9
2026-05-26Add NixOS test for starting with rabbitmq-single ipcRory&5-20/+54
2026-05-26Nix: expose EVENT_TRANSMISSION as an optionRory&1-3/+17
2026-05-26Demote default rabbitmq behavior, implement init for all BaseEventWriter/List...Rory&1-34/+44
2026-05-26Move publishEvent to RabbitMQ.tsRory&2-29/+28
2026-05-26Move rabbitListen to RabbitMQ.tsRory&2-53/+55
2026-05-26Clean up unused imports in IPC codeRory&3-4/+2
2026-05-26Add untested rabbitmq single-channel IPCRory&7-37/+228
2026-05-26Split unix socket IPC to separate files, add interfacesRory&7-530/+627
2026-05-25channelOrdering: fix null refRory&1-0/+2
2026-05-25Fix db models buildRory&1-2/+1
2026-05-25side tangent: update C# DB model, fix admin api authRory&17-77/+307
2026-05-25fix migrations scriptRory&1-1/+1
2026-05-24Fix some copyright headers dev/cherryRory&1-0/+18
2026-05-24*/start.ts: unify import order for module-alias and dotenvRory&6-19/+49
2026-05-24Clean up erlpack typesRory&6-48/+3
2026-05-24Side tangent: fix prettier complaintsRory&3-3/+10
2026-05-24Clean up unused binding in cdn-cs nix moduleRory&1-1/+0
2026-05-24Fix github workflowsRory&2-29/+1
2026-05-24Update npm packages, patchesRory&4-93/+95
2026-05-24Fix patchesRory&2-2/+2
2026-05-24test VM: expose pion portRory&1-0/+6
2026-05-19Add internal status order enumRory&5-9/+16
2026-05-19Bundle tests: dont use gateway offloadRory&1-7/+0
2026-05-19Rework status enum schemaRory&7-59/+115
2026-05-19cs: bump microsoft/system.*Rory&24-217/+218
2026-05-19cs: bump Magick.NETRory&20-50/+50
2026-05-19npm: update node-zstd to 2.0.0Rory&2-58/+41
2026-05-19npm: update amqplib to 2.0.1Rory&2-14/+5
2026-05-19npm minor package updatesRory&2-544/+958
2026-05-19LazyRequest: dont pseudo-force users to be onlineRory&1-7/+1
2026-05-17Update nix inputsRory&1-3/+3
2026-05-17Side tangent: fix bug in cdn-cs nix moduleRory&1-1/+1
2026-05-17client: basic message parsing, gateway listeningRory&18-29/+664
2026-05-08Add WIP clientRory&49-33/+1369
2026-05-08Offload compile fixRory&1-7/+26
2026-05-08Update CS modelsRory&13-2/+690
2026-05-05Compliance: add user_id and user_settings to login responseRory&1-1/+1
2026-05-04CDN-CS workRory&8-47/+80
2026-05-03switch to harmony-erlpackRory&4-428/+34
2026-05-03handle constraints on webhook deleteRory&1-1/+32
2026-04-29Clarify STORAGE_FORCE_PATH_STYLE env behaviorohmwraith1-1/+1
2026-04-29Implement S3 force path-style supportohmwraith2-2/+10
2026-04-28Register: cache blocked IPsRory&4-325/+402
2026-04-26Document why ImageProxy.ts existsRory&1-0/+1
2026-04-25Add deprecation warning for database configRory&1-0/+9
2026-04-24Constrain role name lengthsRory&2-0/+6
2026-04-24Move email domain lists to assetsRory&2-0/+0
2026-04-24Refactor update-deps.cs, update dotnet depsRory&51-1727/+479
2026-04-24Fix CDN s3 importRory&1-1/+1
2026-04-21Hexdump CDN hashesRory&4-0/+145
2026-04-20Update genIndex to add ane xtra newlineRory&1-0/+1
2026-04-20Clean up schemas a bitRory&2-0/+19
2026-04-20Clean up schemas/uncategorised a bitRory&7-1/+58
2026-04-20Clean up schemas/responses a bitRory&16-34/+35
2026-04-20Clean up schemas/gateway a bitRory&7-18/+57
2026-04-20Clean up schemas/api a bitRory&16-14/+137
2026-04-20Clean up imports in schemas/api/botsRory&18-194/+177
2026-04-20Merge AckBulkSchema into MessageAcknowledgeSchema.tsRory&4-27/+9
2026-04-19Clean some unused importsRory&2-3/+2
2026-04-19Fix guild discoveryRory&2-4/+4
2026-04-19Update readmeRory&1-6/+9
2026-04-19eslint: reapply after rebasing on #1631Rory&1-1/+1
2026-04-19eslint: yodaRory&4-5/+7
2026-04-19eslint: default-caseRory&3-0/+17
2026-04-19eslint: arrow-body-style=as-neededRory&20-203/+147
2026-04-19eslint: no-promise-executor-returnRory&10-15/+16
2026-04-19eslint: more rules, no-duplicate-importsRory&11-29/+19
2026-04-19eslint: array callback return, no restricted importsRory&72-141/+175
2026-04-19Minor package updatesRory&2-39/+39
2026-04-19CDN: clean up unused importsRory&16-133/+16
2026-04-19fix comment typoCyberL11-1/+1
2026-04-19remove oversightCyberL11-4/+0
2026-04-19fix: expose metadata if should be visibleCyberL11-1/+2
2026-04-19fix: expose only public propertiesCyberL13-2/+53
2026-04-19fix: select `visibility` on `connected_accounts`CyberL11-0/+11
2026-04-19Make connections more verbose and include some setup instructionsRory&24-247/+122
2026-04-18NPM updates: typescript 6.0Rory&2-5/+5
2026-04-18NPM updates: amqplibRory&2-30/+7
2026-04-18NPM updates 2Rory&7-77/+121
2026-04-18NPM updateRory&4-551/+408
2026-04-18Run prettier, remove accidental importsRory&3-12/+10
2026-04-18Attachment -> PublicAttachment in schemasRory&6-102/+328
2026-04-18Remove irrelevant TODORory&1-1/+0
2026-04-18Fix TOTPRory&2-2/+2
2026-04-18Fix error logging, dont use simple-arrayRory&13-20/+76
2026-04-18Split out attachment handling from message handlerRory&5-268/+278
2026-04-18Attempt to set channel/message id for attachments in more placesRory&2-1/+3
2026-04-18handleMessage: set message id for cloud attachmentsRory&1-0/+4
2026-04-18Gateway: get around some typeorm weirdnessRory&1-0/+4
2026-04-18Update CS models, depsRory&121-857/+1007
2026-04-18<