- 18 Aug, 2015 1 commit
-
-
rswindell authored
downlaod), and the "check for file existence" option is enabled, then get the file size as well and display that instead of the credit value. This fixes the problem with files whose size has changed after they were uploaded or added to the filebase. Directories which are not free still displayed with each file's credit value (since that may not have any correlation with the file size). Display file sizes and credit values in a shorter more easy to read format with suffixes for gigabytes (G), megabytes (M), kilobytes (K), and bytes (B). Using an uppercase 'K' now to be more consistent with modern conventions for abbreviating Kilobytes/Kibibyte (1024 bytes).
-
- 28 Apr, 2015 2 commits
-
-
rswindell authored
was never used. This was intended to be a method for internationalization, letting the sysop change which key is used as the uiniversal "quit" key. This commit replaces most of the uses of the hard-coded 'Q' for quit wtih the 3rd charcter in the text.dat YNQP string. Some hard-coded menus still have the 'Q' key hard-coded and will need to be addressed later. The text.h YN index macro was changed to YNQP and the JS text index variable name will change as well.
-
deuce authored
draw the top line and first left vertical row in a file list box. The rest of the box was drawn in whatever attribute text.dat left it in.
-
- 19 Oct, 2011 1 commit
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t). (part 2 of 2)
-
- 06 Mar, 2010 1 commit
-
-
rswindell authored
inserting (long) typedefs to prevent warnings, but in the case of the JS File() class, actually supporting file lengths > 32-bit.
-
- 20 Mar, 2009 3 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added HOST and IP keywords to allow restricted access/privileges to/for specific remote hostnames or IP addresses (wildcards allowed). All string-argument type ARS keywords (e.g. SHELL, PROT, etc.) now support .can style wildcards. The current remote client is now used for protocol, host, and IP ARS checking, when available, so this requires passing the client pointer around (which explains why so many files are touched by this change) and takes care of a long standing to-do item (the user's 'modem' value was used for the PROT value checking, which was not always correct).
-
- 04 Jun, 2008 1 commit
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- 14 Feb, 2008 1 commit
-
-
rswindell authored
changed FileNotThere text.dat entry to FileDoesNotExist which displays the file path. Now check if the directory exists before checking the available disk space before allowing file uploads and report the correct error (using DirectoryDoesNotExist) if the directory is missing (a common mistake). Overhaul viewfilecontents() - wow, I can't wait to re-write all of this moldy filebase code!
-
- 11 Jul, 2007 1 commit
-
-
deuce authored
-
- 10 Jul, 2007 1 commit
-
-
deuce authored
-
- 19 Jan, 2007 1 commit
-
-
rswindell authored
be logged.
-
- 03 Aug, 2006 1 commit
-
-
rswindell authored
Cyberdine) - increased to 10 digits.
-
- 16 Jun, 2006 1 commit
-
-
rswindell authored
-
- 20 Sep, 2005 1 commit
-
-
deuce authored
-
- 14 Sep, 2005 1 commit
-
-
rswindell authored
(sbbs_t:::listfileinfo), long filenames would be shortened to micros~1 shortened filenames (on Win32 only). This bug was fixed by simply using the same movefile() function called from the batch flagging prompt (sbbs_t::batchflagprompt) ,where this bug was already fixed in v3.13a.
-
- 12 Aug, 2005 1 commit
-
-
rswindell authored
-
- 26 Jan, 2005 1 commit
-
-
rswindell authored
(the Micros~1 shortened version) when moving to a new directory. As reported by Coolmax.
-
- 02 Jan, 2005 1 commit
-
-
rswindell authored
a less than 8 char base name.
-
- 30 May, 2004 1 commit
-
-
deuce authored
-
- 11 May, 2004 1 commit
-
-
rswindell authored
-
- 22 Aug, 2003 2 commits
- 26 Jul, 2003 2 commits
- 08 Jul, 2003 1 commit
-
-
rswindell authored
-
- 12 Jun, 2003 1 commit
-
-
rswindell authored
can make a download free for a particular user from a particular file area, with support for per-directory exemption ARS (finally).
-
- 09 May, 2003 1 commit
-
-
rswindell authored
-
- 03 Apr, 2003 1 commit
-
-
rswindell authored
to get long filenames.
-
- 19 Mar, 2003 1 commit
-
-
rswindell authored
-
- 02 Mar, 2003 1 commit
-
-
rswindell authored
Editing file info can now be aborted with Ctrl-C.
-
- 01 Feb, 2003 1 commit
-
-
rswindell authored
listing.
-
- 13 Nov, 2002 1 commit
-
-
rswindell authored
variants (gmtime_r, localtime_r, and ctime_r) for thread-safe operation on Unix
-
- 27 Jul, 2002 1 commit
-
-
rswindell authored
-
- 02 May, 2002 1 commit
-
-
rswindell authored
-
- 13 Apr, 2002 2 commits
- 13 Mar, 2002 1 commit
-
-
rswindell authored
GMT/UTC.
-
- 08 Feb, 2002 1 commit
-
-
rswindell authored
-