- Apr 15, 2018
-
-
echicken authored
@DigitalMan | It'd be nice if home/end keys moved to first/last avatars in a collection when viewing a collection
-
echicken authored
@DigitalMan | JavaScript s:\sbbs\exec\avatar_chooser.js line 775: TypeError: state.opt_out_item is null uh, this oughta do away with that, I guess
-
echicken authored
revisit some of this.
-
echicken authored
(Not the best fix, but it'll do for now.)
-
- Apr 12, 2018
-
-
rswindell authored
chars for Bill McGarrity @ tequilamockingbirdonline.net :-) Doesn't seem to break anything (except backwards compatibility with SBL v3).
-
- Apr 09, 2018
-
-
rswindell authored
Added destination address of outbound file in "Attempting callout" log msg.
-
- Apr 05, 2018
-
-
rswindell authored
(black on black) as this can inadvertently "hide" text for ANSI users (e.g. poll comments, when reading a poll message). Set to 7 (lightgray) instead.
-
- Apr 04, 2018
-
-
rswindell authored
had a "replace" option that did something differnet (enabled parsing of the REPLACES verb) - don't want to confuse sysops now. :-)
-
- Apr 02, 2018
- Apr 01, 2018
-
-
rswindell authored
-
rswindell authored
domain/zone-map configuration to be used - always.
-
rswindell authored
domains configured in sbbsecho.ini ('domains' is always undefined at this point, <shrug>).
-
rswindell authored
when outbound directory (dir) was "../some/path".
-
rswindell authored
Added node address to some authentication failure warnings.
-
- Mar 31, 2018
-
-
rswindell authored
(the upgrade renames binkit.ini and ftn_domains.ini to *.old).
-
rswindell authored
Use "jsexec binkit upgrade" to upgrade your existing .ini files if you're already running BinkIT 1.x. echocfg v3.04 may now be used to set all the BinkIT settings and domains (in sbbsecho.ini).
-
rswindell authored
(note: some of the key names were changed), run "jsexec binkit upgrade" to upgrade your existing .ini's (if you have them). Removed support for sbbsecho.cfg.
-
echicken authored
-
- Mar 28, 2018
- Mar 27, 2018
-
-
deuce authored
Reported by bgdjr.
-
- Mar 26, 2018
-
-
nightfox authored
-
deuce authored
around a broken CRAM-MD5 implementation. For now, retrains the double-test for Mystic/1.12A39 until we see what version number the fixed builds have. If the major version is less than one, returns true. If the major version is greater than one, returns false. If the minor version is less than 12, returns true. If the minor version is greater than 12, returns false. If there is no character after the minor versions, returns false. (ie: 1.12 is newer than 1.12A39 and is assumed to be fixed) If the character after the minor version is not an 'A', returns false. (ie: 1.12B1 and 1.12.1 are newer than 1.12A39 and assumed fixed) If the number after the 'A' is less than or equal to 39, returns true. In all other cases, returns false. This prevents lowering security by having two allowed CRAM-MD5 responses for some remote software versions. Hopefully the fixed build will have version 1.12A40 and we'll be able to remove the last version that does that.
-
rswindell authored
line 1040: TypeError: ini.GetObject is not a function
-
- Mar 24, 2018
- Mar 23, 2018
-
-
rswindell authored
messages. There's a lot of places in this script where we just send a (somewhat explanatory) M_ERR string, but don't log anything locally unless debug-level logging is enabled, now we'll at least log those messages with a bit higher severity.
-
rswindell authored
the binkp.js default, 32-hexchars/16-bytes). Even IRex v2.31 requires a 16-byte challenge, so experiment is over. Log more details when a CRAM-MD5 authentication response doesn't match (e.g. to make case-mismatch or other cause of authentication failures potentially more obvious - still debugging the Mystic inbound CRAM-MD5 auth failure and this might help).
-
- Mar 22, 2018
-
-
rswindell authored
return arrays rather than calling printf() directly. Also, make the ASCII portion of the output optional (but enabled by default).
-
deuce authored
-
deuce authored
This shouldn't cause any functional changes since it's the outbound dirs that matter, and they already can't have duplicates.
-
deuce authored
-
rswindell authored
just don't "run outbound" for those nodes.
-
rswindell authored
-
rswindell authored
Locking c:\binkd\outbound\00da02bc.bsy Error 2 creating c:\binkd\outbound\00da02bc.bsy Failed to set date in the future fdate (-1) != future (1687417603) Also, added some debug dump of "outbound_roots" which appears to contain duplicates, at least when the ftn_domains.ini file is not in use: Outbound roots: ["c:\\binkd\\outbound","c:\\binkd\\outbound"]
-
- Mar 21, 2018