- Jan 23, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
Install via "jsexec emailfiles -install". See comments for details. This is the result of the script begun in this tutorial video: https://youtu.be/1cSnF3Vq9XA
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Jan 22, 2021
-
-
scheme://host[:port]echicken authored
-
Rob Swindell authored
-
- Jan 19, 2021
-
-
Deucе authored
-
- Jan 18, 2021
-
-
Rob Swindell authored
-
- Jan 15, 2021
-
-
Kayz authored
Update install-xtrn.js, make it apparent that debug mode does not install the door. Also do not recycle in debug mode (nothing was installed).
-
- Jan 14, 2021
-
-
Rob Swindell authored
This script had some funky work-arounds for the previous behavior, so adjust them to recognize null input from the user. This fixes issue #201 reported by Ragnarok.
-
- Jan 12, 2021
-
-
Rob Swindell authored
SBBSecho v3.12 exports the originating system's BBSID via a new "BBSID" kludge and this allows avatar lookups (e.g. of FTN-posted messages) using this solution. Also, support MD5-obscured name (i.e. real name) avatar lookups.
-
Rob Swindell authored
This enables Avatar displays on real-name-only networks without leaking real names into the SYNCDATA sub. If the -realnames option is used, the unobscured full real names are exported (as before). If the (new) -aliasonly option is used, even the MD5 digest of users' real names is left out.
-
- Jan 08, 2021
-
-
Rob Swindell authored
Reported by Night Stalker (INTERNAL) Most likely some unexpected content in sbbsecho.ini.
-
- Jan 07, 2021
-
-
Brian Klauss authored
-
- Jan 04, 2021
-
-
Rob Swindell authored
The on-exit handlers which restore the console and system flags back to their previous states don't execute when load()'d from this script. Not sure why (Deuce?) - using bbs.exec() as a work-around now. :-(
-
Rob Swindell authored
For systems where not everyone wants to use the msglist module. For DesotoFireflite (VALHALLA)
-
Rob Swindell authored
-
Rob Swindell authored
-
- Jan 02, 2021
-
-
Rob Swindell authored
-
Kayz authored
If you aren't using a custom xtrn menu head per section, then you might fall back on a global one...but the prior logic would not display the actual section heading if it used a global (xtrn_head) file. If you are using xtrn_head, you don't have anything in there with a section name, so display the section name from code again
-
- Jan 01, 2021
-
-
Deucе authored
-
- Dec 31, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- Dec 28, 2020
-
-
Deucе authored
-
Rob Swindell authored
Introduced with "use strict" commit (unsurprisingly).
-
Rob Swindell authored
-
Rob Swindell authored
Set sysop_available and/or sysop_unavailable in the [logon] section of your modopts.ini to a comma-separated list of strings to pick at random and replace the default text.dat LiSysopAvailable and LiSysopNotAvailable strings during logon (displayed as part of the "logon info" block near the end of the hard-coded logon sequence). Inspired by the SYSAVAIL.C modification that I used to use with my own custom ("INHOUSE") build of Synchronet, this is now available for all sysops to replace "Available" or "Not Available" with a random funny/smart phrase of your choosing (but without commas; a separate delimeter could be used if that is a problem).
-
- Dec 25, 2020
-
-
Rob Swindell authored
This repetition would happen when the hub's address was the same as their 'fido' key value.
-
- Dec 24, 2020
-
-
Rob Swindell authored
Chasing down the cause of: term Node 2 <Guest> Error: invalid y coordinate: 0
-
- Dec 23, 2020
-
-
Rob Swindell authored
Not sure how Zharvek triggers this error using the module, but he managed to do it twice, so add a bit of paranoia-check.
-
Rob Swindell authored
-
- Dec 22, 2020
-
-
Rob Swindell authored
The days of browsers rendering HTML served-up via FTP are over, so remove this feature. This also removes all JavaScript support from the FTP server and that is a bit odd as it was one of the first Synchronet components for which I added JS support. Removing this feature was pretty painless; much easier than adding it was. The main motivation was less cruft to port to the file base in the works. There should be no more references to 00index.html anywhere at this point. Bye bye cool feature, we'll miss you.
-
- Dec 20, 2020
-
-
Rob Swindell authored
-
- Dec 19, 2020
-
-
Rob Swindell authored
Fixes issue reported by Ragnarok (DOCKSUD) where by data/binkstats.ini could contain: failed_sent_files = [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object
-
- Dec 18, 2020
-
-
Kayz authored
-
- Dec 17, 2020
-
-
The hardcoded external.bat file has been moved to a templated /exec/external.bat which can be modified by the sysop. ENV vars are in there to be able to customize as needed. emusetup.bat is no longer needed, but still supported. The actual dosemu command line is now stored in /exec/dosemulaunch.ini and can be customized for fossil or i/o command lines. the keystroke is now only sent for i/o, and only sent as \n instead of \r which would trigger undesired behavior in certain programs. The above 2 files can also be placed in door dirs to override. ansi.com has been removed as it was not needed. default external.bat includes cmd lines for share, x00, etc. (user will still need to provide these in xtrn/dosutils).
-
Rob Swindell authored
Use failed auto-verification server/service address info if/when the 'imsg_capable' flag is set.
-
- Dec 15, 2020
-
-
- Dec 11, 2020
-
-
Kayz authored
-