Peter Silbermann

Results 2 issues of Peter Silbermann

Fixes #15 * Added type and split checks in `manage/:server_id` and `/api/servers` * Wrapped each server’s processing in `try/catch` * Implemented `Promise.all` in `/api/servers` for parallel execution * Set connection...

### Server list/API crashes when one server is unreachable **Description** When one server is down or refuses connections, routes crash due to unsafe parsing (`split("=")[1].trim()` on undefined). The Server listing...