- Aug 18, 2015
-
-
rswindell authored
code for the size/credit value.
-
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).
-
- Aug 17, 2015
- Aug 15, 2015
- Aug 14, 2015
-
-
rswindell authored
Allow global services.ini keys to edited on the "General" tab. Moved "Sound" tab to the far right. Still need a method for deleting keys.
-
rswindell authored
panel termination (warnings about servers in-use).
-
rswindell authored
Added Help->Donate menu item.
-
rswindell authored
settings (e.g. command-lines, etc.). More user-friendly than just popping the sysop into an editor to edit their services.ini file by hand.
-
rswindell authored
-
rswindell authored
-
- Aug 12, 2015
-
-
rswindell authored
-
- Aug 11, 2015
-
-
deuce authored
-
- Aug 06, 2015
- Aug 05, 2015
- Jul 29, 2015
-
-
deuce authored
-
deuce authored
-- "he breaks more than he fixes"
-
deuce authored
as a zero-length string), and don't use any prefix "stuff" when handle_quotes if not set.
-
deuce authored
if one isn't specified. For backward compatability with versions before 3.16c, this argument should still be provided.
-
- Jul 24, 2015
- Jul 22, 2015
-
-
rswindell authored
-
rswindell authored
modifying the 'attr' field). Also, only set the "SENT" attribute flag if the told not to delete netmail. This will reduce the risk to those using SBBSecho without the -d option.
-
rswindell authored
Don't pack netmail that has the "SENT" attribute flag set. Set the "SENT" attribute flag in netmail (.msg) files so if they're not deleted they won't be repacked/sent again later.
-
- Jul 17, 2015
- Jul 15, 2015
-
-
rswindell authored
(on Linux) where the "total messages" value (stored in the SMB status header) is stale when the header is updated in another open instance of the message base. Sorry, I forgot to complete the commit earlier than I originally said I did.
-
rswindell authored
(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.
-
deuce authored
-
rswindell authored
When built withOUT the preprocessor macro WITH_SDL defined, ciolib.h doesn't include gen_defs.h (perhaps it should), so the use of FREE_AND_NULL in this file become function calls and the symbol is not found when linking. This is why jsexec was not included in recent daily dev builds of v3.16.
-