- Sep 28, 2015
-
-
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.
-
- Sep 09, 2015
-
-
rswindell authored
since activeuserservice.js was just a copy/paste of fingerservice.js to begin with. Replace the "command" value for the ActiveUser and ActiveUser-UDP services in ctrl/services.ini with "fingerservice.js -u".
-
rswindell authored
since activeuserservice.js was just a copy/paste of fingerservice.js to begin with. Replace the "command" value for the ActiveUser and ActiveUser-UDP services in ctrl/services.ini with "fingerservice.js -u". The "?services" request now uses the portdefs.js to go through a list of known standard TCP service ports.
-
rswindell authored
-
- Sep 08, 2015
-
-
rswindell authored
(warning fixes).
-
rswindell authored
-
rswindell authored
Needs a line-ending too, to support multple file requests in a single .req file.
-
rswindell authored
from imported messages. Requested by Bill McGarrity.
-
rswindell authored
Psi-Jack. Move the common outbound directory creation logic into a function.
-
- Sep 07, 2015
-
-
nightfox authored
Digital Distortion Upload Processor for Synchronet - Performs a virus scan on uploaded files (first extracting the file, if it's an archive). Command lines for archive extraction and virus scan are configurable.
-
nightfox authored
Digital Distortion Area Choosers - Message area & file area choosers for Synchronet with a lightbar interface. For non-ANSI users, they will use a traditional (non-lightbar) interface; if desired, they can also be configured to use a non-lightbar interface for ANSI users.
-
nightfox authored
-
nightfox authored
-
nightfox authored
Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
-