From a4c619b7af15b247a57e17b275d0eb84d2015d67 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 15 Aug 2022 04:14:34 -0400 Subject: 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. --- TO_FIX.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'TO_FIX.md') diff --git a/TO_FIX.md b/TO_FIX.md index e3a2b3e..1c95988 100644 --- a/TO_FIX.md +++ b/TO_FIX.md @@ -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 -- cgit v1.2.3