pollux/src
Jeena f05b9373f1 Implement BACKLOG.md items: config-only, request limits, URL validation
- Remove CLI options except --config and --test-processing-delay
- Enforce 1026 byte request limit per Gemini spec (1024 + 2 for CRLF)
- Add comprehensive URL parsing with host and port validation
- Reject malformed URIs and wrong ports with 59 Bad Request
- Update tests for new URL parsing signature
- Fix clippy warning in port parsing
2026-01-16 11:48:06 +00:00
..
config.rs Add configurable global concurrent request limiting 2026-01-16 02:26:59 +00:00
logging.rs Remove Z from timestamp format - unnecessary for consistent server timezone 2026-01-16 11:36:22 +00:00
main.rs Implement BACKLOG.md items: config-only, request limits, URL validation 2026-01-16 11:48:06 +00:00
request.rs Implement BACKLOG.md items: config-only, request limits, URL validation 2026-01-16 11:48:06 +00:00
server.rs Implement BACKLOG.md items: config-only, request limits, URL validation 2026-01-16 11:48:06 +00:00
tls.rs Initial codebase structure 2026-01-15 08:22:06 +09:00