- Jan 11, 2016
-
-
deuce authored
-
deuce authored
alt path.
-
deuce authored
Add documentation comment at beginning of file.
-
deuce authored
Similar functionality as some in filedir.js, but the code has less echicken and more Deuce.
-
nightfox authored
Version 1.08 - Bug fix: When scanning message sub-boards, it wasn't always closing the sub-board when there were no new messages, resulting in further sub-boards failing to open after a while. That has been fixed.
-
deuce authored
tickitcfg is now "full featured".
-
deuce authored
-
- Jan 10, 2016
-
-
echicken authored
-
deuce authored
as well.
-
deuce authored
clean up the code. Add a new (and non-functional) tickitcfg jsexec script for setting up the configuration.
-
deuce authored
Currently, the (previously undocumented) top, left, width, dflt, and bar parameters to uifc.list() are moved into this object and can no longer be passed in the function call. This is still only half-baked, so it will need a few weeks at least in CVS before it congeals enough to be stable.
-
deuce authored
lock across things with timeouts in them, but since if another thread has the file locked we shouldn't be fillding with it anyway, this should be fine. Fixes weird (and relatively rare) timing issues with node.dab accesses on a many core host.
-
deuce authored
seen this in a regular build, so I'm not sure if this is a "real bug" or not.
-
- Jan 08, 2016
- Jan 07, 2016
-
-
deuce authored
the new ShellLB class and use that.
-
deuce authored
-
deuce authored
Do some fine prototype massaging to reduce LoC.
-
deuce authored
-
deuce authored
This should make lbshell use a more constatn memory footprint, generate sub-menus faster, and clean up the code somewhat. Main menu and top-level file menu done... all others still TODO.
-
deuce authored
-
echicken authored
Added 'focus' property, getter, setter.
-
deuce authored
(ala graphic.js) for ease of load() usage.
-
deuce authored
All Message Areas. This uses the new SCAN_MSGSONLY mode flag (are these really supposed to be flags?)
-
deuce authored
in the default user config, a scansubs(SCAN_ALL) will still not do a new file scan.
-
- Jan 06, 2016
- Jan 04, 2016
-
-
deuce authored
attempting to execute 'C'.
-
- Jan 03, 2016
- Jan 02, 2016
-
-
rswindell authored
(based on FTS-5005 description) - both detection (won't pack/bundle outgoing mail for a node that is "busy" with a mailer session) and exclusive-creation (to inform the mailer not to allow a session for this node while outgoing mail is being processed). - Uses strListFind() from updated xpdev. Debug-level log message for all file deletions. Some log message update (more detail in some, removal of others). Bug-fix: outbound FREQ netmail messages would not be deleted after being converted to BSO *.req files. It appears no one has yet tested this feature? Cleaned-up sbbsecho.h: use of C99-types, defined SBBSECHO_ARCTYPE_NONE magic number macro. Incremented version to 2.32.
-
rswindell authored
value comparison (rather than pointer comparison), either case sensitive or insensitive.
-
rswindell authored
console-abort flag is set. This is/was the behavior of the built-in xtrn_sec function and failed to make it into this script. This allows a long, multipage, program listing to be aborted with 'N' or 'Q' or Ctrl-C. Thanks to Nightfox for reporting this difference in behavior even though he was actually wanting the console-abort flag to be ignored for a separate reason. :-)
-
rswindell authored
This solves the problem of a JS-external program (e.g. SyncWX) being aborted at a pause prompt with Ctrl-C or Q and that abort status propagating back to the external program's menu. If there is a module which needs to propagate the console-abort status up to the parent(s), then this could introduce a problem. We'll see.
-
- Jan 01, 2016