- Jan 02, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
ecWeb is only web UI included/installed Optional to enable 16-bit DOS support on 64-bit Windows now (since we support NTVDMx64 now). Add libarchive.dll and zlib1.dll Always install old 16-bit DOS utils (e.g. svdmansi.com), just in case
-
Rob Swindell authored
Use built-in archive support (and archive.js, for listing) instead. We still have info-zip (zip) here for testing archives and adding comments since we don't have that explicit support form libarchive (yet).
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Not sure what I was doing here, but might as well have it committed.
-
Rob Swindell authored
Rather than the content listing itself (which can be a very long string).
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
And other minor updates
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Unfortunately, Doug Reah passed away, so bbsfiles.com is no more Thanks to MRO for supplying us with a site-rip of bbsfiles.com which is now extracted/expanded and available (via FTP) on vert.synchro.net.
-
- Jan 01, 2022
-
-
Randy Sommerfeld authored
-
Rob Swindell authored
-
- Dec 31, 2021
-
-
Rob Swindell authored
Reported by Compctech via DOVE-Net: "On a side note, I had to modify the letsyncrypt.js file to get letsencrypt to work. I had to add a / before .well-known on lines 86 - 89 & 96." I'm guessing this is because his sbbs.ini [Web] RootDirectory wasn't terminated with a slash.
-
- Dec 30, 2021
-
-
Rob Swindell authored
Default connect timeout is now 10 (seconds), and can be overridden by passing an additional number argument to bbs.telnet_gate() or bbs.rlogin_gate(). Addresses issue #314 by Nelgin.
-
Rob Swindell authored
log an error message and disable the transmit-relay in this detected-misconfiguration case. Fixes issue #315 reported by Nelgin.
-
Rob Swindell authored
-
- Dec 15, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Dec 14, 2021
-
-
Randy Sommerfeld authored
-
Rob Swindell authored
... even in debug builds (was already disabled for release builds)
-
Rob Swindell authored
Better handling of ESC key input if mouse support is disabled See merge request !130
-
-
Deucе authored
This may fix various out of resources issues. Here's what the source has to say about this number: /* The maximum number of objects. By default we use a fixed limit set to an appropriate large-enough value because the only time anyone that would really be creating thousands of objects is if they're leaking them and setting a fixed limit means this is detected without the code having to run for days or weeks leaking handles, however we allow a dynamically- configurable limit set via CONFIG_NUM_OBJECTS if someone really needs to use vast numbers of objects */
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Dec 12, 2021
-
-
Rob Swindell authored
SlyEdit v1.75: Refactored the quote selection menu and cross-post selection See merge request !128
-
- Dec 11, 2021
-
-
Eric Oulashin authored
menus to use DDLightbarMenu instead of SlyEdit's own lightbar code. This allowed the elimination of most of the rest of SlyEdit's own lightbar code, reducing the size of SlyEdit.js by about 40Kb. It also provides some consistency in behavior by using a common menu component. Also, to support some additional required behaviors by SlyEdit, added the following 'event' functions to the DDLightbarMenu class: ValidateSelectItem(pItemRetval): For validating that the user can select an item. Takes the item's return value, and returns a bool to indicate whether the item can be selected. OnItemSelect(pItemRetval, pSelected): A function that is called when an item is being selected (or de-selected, when multi-select is enabled). The parameters are the item's return value and a boolean to indicate whether the item was selected or de-selected. Also, added an explicit DoKeyDown() function to DDLightbarMenu to support scrolling the menu down when desired (special case for SlyEdit's quote selection window).
-
- Dec 10, 2021
-
-
Deucе authored
-
- Dec 08, 2021
-
-
Rob Swindell authored
dd_lightbar_menu: Made a fix (kludge?) to properly write menu items with the check character See merge request !127
-