furt/src
michael d271b846ad refactor: extract health routes and HTTP server core from main.lua
- Extract health routes to src/routes/health.lua (80 lines)
- Extract HTTP server core to src/http_server.lua (256 lines)
- Reduce main.lua to pure orchestration (342 → 27 lines)
- Preserve all functionality and API compatibility
- Add proper module separation following existing patterns
- Enable future service self-registration architecture

Closes #96
2025-09-05 19:25:02 +02:00
..
routes refactor: extract health routes and HTTP server core from main.lua 2025-09-05 19:25:02 +02:00
auth.lua refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
config_parser.lua fix(config): lua 5.1 compatibility and multi-tenant validation 2025-08-28 19:53:30 +02:00
http_server.lua refactor: extract health routes and HTTP server core from main.lua 2025-09-05 19:25:02 +02:00
ip_utils.lua refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
main.lua refactor: extract health routes and HTTP server core from main.lua 2025-09-05 19:25:02 +02:00
rate_limiter.lua feat(config): integrate rate limiting and CORS configuration from furt.conf 2025-08-29 20:01:47 +02:00
smtp.lua refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00