- 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/
-
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/
-
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/
-
nightfox authored
Digital Distortion Archive Viewer - Allows users to list files inside of archives & view text files, download individual files, etc. Allows recursive listing of archives inside of archives (accomplishes that by extracting the archive to a temporary directory in the node directory, which will be removed when exiting the archive viewer).
-
- Sep 04, 2015
-
-
rswindell authored
Verifies additional standard Unix services during auto-verification Updated bbs.entry object model
-
echicken authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Limit lines to 256Kbytes (by default). Limit capture to 512 lines (by default). Limit capture duration to timeout value (30 seconds by default). Terminate capture if locally terminated (e.g. Ctrl-C in jsexec). Don't ack Telnet WILL/WONT commands. Don't ack Telnet commands by default. Returned object contains remote IP addrses and "hello" lines.
-
rswindell authored
graphic. Fix the base64_decode() function to not insert \r\n into the array of base64 lines (caused decode failure). Remove the parseANSI and toANSI functions (using the ANSI property instead).
-
rswindell authored
a line-wrap, extra blank lines, in some terminals). Decrement width property first to change this behavior.
-
rswindell authored
cause of Robb Starr's reported "ERROR: 400 Bad Request" problem.
-
rswindell authored
make it clear these are not necessarily the port numbers being used by Synchronet services of the same name. Also, remove the "this;" port as it gives more flexibility to putting the list in another scope/object (if you like) and reference the list with whatever name you like: var ports=load("portdefs.js"); print(ports["ssh"]);
-
rswindell authored
load('portdefs.js'); print(service_port["ssh"]); or like this: var lib=load({},'portdefs.js'); print(lib.service_port["ssh"]);
-
- Sep 03, 2015
-
-
rswindell authored
value and not an actual attribute value. Use 0 instead.
-
rswindell authored
to glyphs found in the Courier New font. When mapped to code points not present in the monospace/courier font family, a different (proportional) font is used which messes up the "ANSI graphics" display. - 0x10 is now mapped to U+9658 (black right-pointing pointer) instead of U+9658 (black right-pointing triangle) - 0x11 is now mapped to U+9668 (black left-pointing pointer) instead of U+9664 (black left-pointing triangle) Incidentally, 0x1e and 0x1f were already mapped correctly. Also fixed: - 0x16 now maps to U+9604 (lower half black) instead of U+9644 (black rectangle) Added some helpful comments (hex values, ASCII values).
-
- Sep 02, 2015
-
-
deuce authored
on Windows XP now. At the very least, it will now require MSVCR80.DLL.
-
rswindell authored
used to, that is, it stores the broken-down date/time values in the time_t equivalent for the local timezone, regardless of what value is in the zone element of the xpDateTime_t.
-
deuce authored
_mkgmtime() however didn't appear until MSVCR80.dll, so the current use of MSVCRT.DLL is broken and SyncTERM won't build.
-
deuce authored
-
deuce authored
-