Nick Jennings
Nick Jennings
Sockethub lacks a health check endpoint for monitoring systems and load balancers to verify service availability. This makes it difficult to implement proper production monitoring, automated restarts, and load balancer...
CORS is currently hardcoded to allow all origins (origin: "*") in listener.ts, which is insecure for production deployments. There's no way to configure allowed origins through the configuration file, forcing...
Sockethub currently has no rate limiting protection against abuse. The production documentation incorrectly suggests a rateLimit configuration option that doesn't exist. This leaves production deployments vulnerable to DoS attacks and...
Hopefully, a better attempt to fix #679 @raucao
## Problem This pull request resolves GitHub issue #540 by implementing a new XMPP MUC (Multi-User Chat) room information query feature. Previously, Sockethub's XMPP platform lacked the ability to query...
### What version of Bun is running? 1.2.2+c1708ea6a ### What platform is your computer? Darwin 23.6.0 arm64 arm ### What steps can reproduce the bug? ``` $ cat bunfig.toml [test]...