diff options
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 |