diff options
author | jake <jake@jakes-mail.top> | 2022-08-15 04:14:34 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-15 04:26:42 -0400 |
commit | a4c619b7af15b247a57e17b275d0eb84d2015d67 (patch) | |
tree | d938ca759e1800df8c340ef7f9c20b6a1ba3c102 /TO_FIX.md | |
parent | 7473f06b1ffb4882849046cd258a8fdec1d2a181 (diff) |
Remove 'root_relative'. Touch up cert_key_dir logic.
Touch up code that used 'root_relative'.
Add cert_key_dir_write_warning option.
Determine if a path is absolute or relative by the first character.
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -2,10 +2,18 @@ TODO: can log_file be written to? add systemd unit? -root_relative parameter is not needed, should be able to tell if a path is relative or not by the first character. gmi.pl needs to accept an arguemnt, where the config.toml is located. -default's root is relative to working_dir which is bad behavior. - remove magic numbers redirection bug where path = /share/dir, redirection says '30 share/dir/' resulting in '/share/share/dir/' + +in dir_listing, if a file has white space, then it will not properly display. +server does not do anything with '%20' (whitespace) in path at all. + +Be able to listen on more ports and different ip addresses -- make vhost adjustable. + +make log output user adjustable + +add client certificate stuff + +add gmiaccess stuff |