- Apr 28, 2016
-
-
deuce authored
-
- Apr 27, 2016
-
-
rswindell authored
(paraphrased) encountered when performing a echomail rescan for link(s): When a packet reaches the configured "maximum packet size", finalize the packet immediately (terminate the packet and close the file) rather than waiting until the very end of all SBBSecho operations.
-
rswindell authored
areafix responses to %LIST and %UNLINKED requests. If the same echo tag was listed in multiple additional echolists, it was possible it would appear multiple times in the areafix response list.
-
- Apr 24, 2016
-
-
deuce authored
-
deuce authored
THIS MEANS THESE SCRIPTS CAN NO LONGER BE USED ON OLDER BUILDS OF SYNCHRONET "Older" in this case means build from sources older than this commit. You must either use a nightly build from after this commit, or build it yourself, or things won't work properly and you'll get errors. YOU HAVE BEEN WARNED!
-
deuce authored
after the load(), throw an error.
-
deuce authored
-
deuce authored
load()s filename if propname is defined in scope (scope defaults to this. Returns null if the file is not load()ed or the return value from load() (last value of require()d file) if it is.
-
- Apr 23, 2016
- Apr 22, 2016
-
-
deuce authored
still a bit better than the alternatives... the new sematics are: load('require.js', typeof(argv)=='undefined'?'undefined':argv, 'sockdefs.js', 'SOCK_STREAM');
-
deuce authored
from binkp.js anymore.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
This removes almost duplicate code.
-
deuce authored
fido.js depends on them, and fidocfg.js depends on fido.js. This allows cleaner separation without mutual inclusion. Fix bug in TIC base-X file naming. Document the config objects better.
-
deuce authored
This makes it an error for the same file to be load()ed multiple times without require.pl being used after the first time.
-
deuce authored
modules to ensure their dependencies are met. load('require.js', 'module_to_load.js', 'thing_module_defines') Will load 'module_to_load.js' if 'thing_module_defines' is not defined in the current scope, or dummy.js (an empty file) if it is.
-
- Apr 21, 2016
-
-
deuce authored
Don't free undefined variables.
-
rswindell authored
Recipient using echocfg.
-
rswindell authored
-
deuce authored
non-zero-length string, will touch/create that file if outgoing data has been processed. Intended to allow the mailer to scan as soon as outgoing data is available rather than having it wait for the next normally scheduled scan. Note, if using this feature as the *only* way to trigger a scan (not reccomended), any other sources of outgoing data (such as hatching files, interBBS doors, etc) will also need to touch this semaphore or they will not be sent until sbbsecho processes outgoing data.
-
deuce authored
We can't pass a const char * to FREE_AND_NULL, so remove const qualifier rather than not use FREE_AND_NULL() here.
-
deuce authored
Back out echocfg.c changes.
-
deuce authored
With this option enabled, zone/domain mappings from ctrl/ftn_domains.ini are used to get the outbound directory name, and the orig/dest domains for type 2.2 packets. This allows supporting 5D addressing in sbbsecho when zones do no overlap between domains (the normal case).
-
- Apr 20, 2016
- Apr 19, 2016
-
-
rswindell authored
separator (/ or \) before checking for mutex file. Don't require an exact match [node:x] section in sbbsecho.ini for every link in the area file (areas.bbs).
-
rswindell authored
-
rswindell authored
to [node:x] "route' key.
-
deuce authored
If sbbsecho.cfg is found, it is used. Otherwise, sbbsecho.ini is used.
-
deuce authored
-
deuce authored
but it doesn't look like that's used here...
-
- Apr 18, 2016
- Apr 16, 2016
-
-
rswindell authored
try to parse the link addresses. Example invalid line (echo-tag cannot contain spaces): VADA Virtual Advanced BBS Support 1:261/38
-
- Apr 15, 2016
-
-
rswindell authored
online help, set the current "window" to inactive colors and then restore to original colors when online help is exited. For 80x25 consoles, the user probably won't notice any change since the online help window fills the screen.
-