- Feb 18, 2021
-
-
Rob Swindell authored
-
- Feb 15, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- Feb 06, 2021
-
-
- Feb 05, 2021
-
-
-
xtrnmenu v3.1 = fix issue with singlecolumn_margin not working very well, streamline menuconfig when bulk-adding items
-
- Feb 04, 2021
-
-
Special menus (most launched, longest run, most recent), fixed mail check, fixed feedback subject, made all text configurable, added search, ESC to exit menus, lightbar navigation, return/quit in menu, can paste items in editor into empty menus, bug fixes, and more
-
- Jan 25, 2021
-
-
Rob Swindell authored
Options for new emailfiles module.
-
- Jan 24, 2021
-
-
Rob Swindell authored
Updated comment block as well, fixing typos and providing a better description and example usage.
-
- Jan 11, 2021
-
-
Deucе authored
M: and P: lines cannot include an address to bind to with ircd.js.
-
- Jan 06, 2021
-
-
Kayz authored
-
Michael Long authored
darkmode can be disabled in modopts.ini, and darkmode will use macos preferences if not set previously
-
- 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 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
On Local and DOVE-Net subs.
-
- Dec 15, 2020
-
-
- Dec 10, 2020
-
-
Rob Swindell authored
User number is not always relevant (e.g. could be #0) when sending netmail, so don't show that. And the CRLF at in the Forwarded string appears extraneous.
-
- Nov 24, 2020
-
-
Kayz authored
-
Add missing options (clear_screen, multicolumn_separator, and singlecolumn_margin) for xtrn_sec in modopts.ini
-
- Nov 22, 2020
-
-
Michael Long authored
Enable the option to ask for continuation/enter door when displaying info/intro ans/msg file. This could be useful when displaying info about a door, showing rules, etc.
-
- Nov 20, 2020
-
-
Rob Swindell authored
160M is the value used by the Mozilla/SpiderMonkey JSShell project, so I'm rationalizing that as an acceptable default. Of course, it would be good to optimize memory usage in JS scripts, so we'll work on that too. So, if you're a JS developer, best to play with lower values here to see if/where you're being potentially wasteful in your memory usage, but most sysops just want everything "to work".
-
- Nov 18, 2020
-
-
Rob Swindell authored
-
- Nov 14, 2020
-
-
Rob Swindell authored
As pointed out by mlong.
-
allows more flexibility in formatting xtrn program menus by allowing one to remove the titles or underline headings by setting them to 'none' in the ini file
-
Rob Swindell authored
As reported by mlong
-
Rob Swindell authored
-
- Nov 12, 2020
-
-
Michael Long authored
-
- Nov 11, 2020
-
-
This introduces pre/post execution modules for bbs.exec_xtrn. The logic previously in xtrn_sec.js for those functions is now in prextrn.js and postxtrn.js. These handle screen clear, evals, fonts, etc. Now everywhere that launches an external program will support these features
-
make it easy for people to change the look of the external programs menu by presenting them the defaults instead of them having to dig into the code, text.dat, etc. to get the starting values
-
- Nov 01, 2020
-
-
Improvements to init fidonet. Add and update network list. Add ability to download infopack (for manual .NA extraction). Ask for and save tic and packet passwords. Handle domains.
-
- Oct 25, 2020
-
-
Rob Swindell authored
-
- Oct 21, 2020
-
-
Rob Swindell authored
-
- Oct 18, 2020
-
-
Deon George authored
-
- Oct 16, 2020
-
-
Michael Long authored
-
Michael Long authored
-
- Oct 15, 2020
-
-
Rob Swindell authored
Use the new BDATEFMT @-code.
-
- Oct 03, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- Sep 19, 2020
-
-
Rob Swindell authored
-
- Sep 17, 2020
-
-
Rob Swindell authored
- JS system.operator_available property (read/writeable) - SYSAVAIL @-code which expands to LiSysopAvailable or LiSysopNotAvailable (use the new SYSAVAIL @-code in the chat menu to show availabilty to chat) - ;avail sysop command (in str_cmds.js) to toggle sysop availability - Changed LiSysopIs text.dat string to be a format string (include %s) and the trailing \r\n, so that it can be used in str_cmds.js or anywhere else to report sysop availability to chat, or can be set to blank string to display nothing (this would not work previously).
-