separate todos into short-term + long-term

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
master
kim (grufwub) 4 years ago
parent e37898019c
commit 38b67d1588

@ -145,7 +145,7 @@ server generated.
Errors are sent according to GopherII standards, terminating with a last
line if required:
`3\t[ERROR TEXT]\thost\tportCR-LF`
`3<error text>CR-LF`
Possible Gophor errors:
```
@ -183,20 +183,12 @@ Port: `0`
# Todos
- TLS support
- Connection throttling + timeouts
- Header + footer text
Shortterm:
- Rotating logs
- Set default charset
- Autogenerated caps.txt
- Proxy over HTTP support
- Finish inline shell scripting support
- Allow setting UID+GID via username string
@ -205,10 +197,18 @@ Port: `0`
- More fine-tuned handling of OS signals
- Follow our listed error compliance
- Improve autogenerated policy file sending
Longterm:
- TLS support
- Connection throttling + timeouts
- Header + footer text
- More closely follow GoLang built-in net/http code style for worker
# Please note
During the initial writing phase the quality of git commit messages may be

Loading…
Cancel
Save