- Oct 04, 2015
- Oct 03, 2015
-
-
rswindell authored
If the user does not meet the configured "Access Requirements" of the external text/message editor that they have selected in their "default configuration", rather than changing their default setting to the internal message editor (a change that would become persistent as soon as the user's record was saved in the user database), use the internal editor rather than the configured external editor and don't change their configuration. This fixes the "problem" of a user having selected an editor which has "ANSI" as an access requirement, that user then logging on without ANSI support (e.g. not auto-detected) and then logging-off which would then revert their configured editor to the dreaded internal line editor, leaving the user to figure out how to re-select the external (e.g. full-screen) editor they had previous configured.
-
- Sep 29, 2015
- Sep 28, 2015
-
-
sbbs authored
tools (caused build failure on redefinition of functions).
-
deuce authored
-
deuce authored
Rename entry_buf to int_buf since it only ever holds an integer now.
-
deuce authored
value for the Win32 asprintf().
-
deuce authored
if I can reuse a va_list argument.
-
rswindell authored
of 2011: - Memory leak in log() when passed multiple string arguments. - print/write/writeln would all choke when passed multiple arguments (display the first argument repeatedly) and leak memory.
-
rswindell authored
(e.g. use "-m1g" to allocate 1 gigabyte/gibibyte memory for JS runtime).
-
rswindell authored
rename to parse_byte_count(), so we can use it more places (e.g. jsexec).
-
deuce authored
-
deuce authored
-
rswindell authored
-
- Sep 27, 2015
-
-
rswindell authored
Updated the verify command to sort the resulting list based on verification success date/count/ratio/etc.
-
rswindell authored
Updated the sort compare routine to handle some nested properties nicely. Created a property_value() function to return properties in formats nice to sort or display.
-
rswindell authored
-
rswindell authored
(display no string), just like it is documented and implemented in jsexec.
-
- Sep 26, 2015
-
-
deuce authored
-
deuce authored
Renumber termination tests so they're last.
-
deuce authored
-
deuce authored
When checking the terminated value, check all parents until you either find one that is TRUE, or run out of parents. Do *not* go up the chain of parents when *setting* terminated. Background threads still can't set it (TODO?).
-
- Sep 25, 2015
-
-
rswindell authored
-
- Sep 24, 2015
- Sep 20, 2015
- Sep 17, 2015
-
-
deuce authored
visually distinct, and \x16 doesn't connect to the right or to the bottom. This glyph is in Courier New, so simply revert to the previous "black rectange" value.
-
- Sep 11, 2015
-
-
rswindell authored
Also set the web server status to "Listening" once initializating is complete. I'm not sure what the newly-introduced "terminated" flag is supposed to indicate, but it's beign set to TRUE during recycle, so it's probably not working as intended. Something cleaner probably should be done, but I don't know exactly what Deuce was trying to accomlish with this variable.
-
- Sep 10, 2015
-
-
rswindell authored
Store the capture stopcause. Added "add", "update", and "imsglist" commands.
-
rswindell authored
-
rswindell authored
Don't bother JSON-parsing if the file is blank. Added some library methods.
-
rswindell authored
-
rswindell authored
-
rswindell authored
that already have activeuserservice.js configured in their services.ini file, I don't want to break their configuration.
-