- Sep 18, 2020
-
-
Rob Swindell authored
-
- Sep 17, 2020
-
-
Rob Swindell authored
-
- Sep 16, 2020
-
-
Rob Swindell authored
Set survey=false in the [newuser] section of modopts.ini to disable the "Where did you hear about this BBS?" new user question.
-
- Sep 15, 2020
-
-
m j authored
update frame.putmsg() "normal" ctrl-a code to use attributes from frame initialization (ansi "normal" is relative to the frame's settings). to emulate standard "normal" behaviour, initialize frames with BG_BLACK|LIGHTGRAY
-
- Sep 14, 2020
-
-
Rob Swindell authored
-
- Sep 13, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
Previously, just the NodeNIsNotInUse message would be displayed. Instead, display the NoNeedToSendMsgToSelf message. Sysops are free to message themselves.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Sep 12, 2020
-
-
Rob Swindell authored
This was done in the default/classic command shell, but no others. The termsetup module handles terminal setup tasks that should correspond with the user's configuration of their terminal preferences (e.g. iCE colors, alternative fonts). If escape sequences need to be sent to the terminal server (the BBS) to coordinate the settings, this is the module that does that.
-
Rob Swindell authored
find_startup_dir() returns an index, not a bool.
-
Rob Swindell authored
-
- Sep 10, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Going backwards (negative) in the BBS list while using the 'C' (preview capture) command would trigger this exception. Also, don't enable spinning cursor while waiting for a key-press after displaying a preview.
-
Rob Swindell authored
A message header's from_net_type can be undefined And apparently undefined != NET_NONE even though NET_NONE is 0. JavaScript is weird.
-
- Sep 09, 2020
-
-
Rob Swindell authored
Returns a list of publicly accessible JSON db's from ctrl/json-service.ini (assumes the JSON service is not just listening on localhost). Sysop can opt-out by setting json_db=false in the [fingerservice] section of modopts.ini Now mcmlxxix has a reason to expose his BBS to the world's fingers.
-
Rob Swindell authored
-
Rob Swindell authored
Call getkey() with K_NOSPIN mode flag.
-
Rob Swindell authored
-
Rob Swindell authored
-
- Sep 08, 2020
-
-
Rob Swindell authored
Allow a section to stop the install process by setting done=true or be the last of its install-type by setting last=true. These changes allow us to prompt whether to use remote JSON-db servers (e.g. bbs.electronicchicken.com) or to install/enable the JSON-db service locally, based on the sysop's choice.
-
Rob Swindell authored
("Cats" list) make it a simple confirmation to choose it as the install location.
-
Rob Swindell authored
-
- Sep 07, 2020
-
-
Rob Swindell authored
in the install-xtrn.ini file. Used for known-broken/incomplete installer files.
-
Rob Swindell authored
-
Rob Swindell authored
Call 'baja.exe' intead of just 'baja', so Windows doesn't try to invoke baja.js
-
Rob Swindell authored
-
Rob Swindell authored
-
- Sep 06, 2020
-
-
Rob Swindell authored
-
echicken authored
If you have a local XML document containing an RSS or Atom feed, you can point to it like: file:///this/is/where/it/is.xml. For Dan_C, a variation on nelgin's proposed solution.
-
- Sep 05, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
¯\_(ツ)_/¯ <- also, UTF-8 test commit message test. :-)
-
- Aug 29, 2020
-
-
Rob Swindell authored
Also incremented the rev to 1.60.
-
- Aug 28, 2020
-
-
echicken authored
Iterate over RSS feed channels and items in a less ugly way. Don't iterate over all item children and cherry-pick the ones we want, just target the desired elements instead. Remove the "This is shitty" comment. It's still shitty overall, but that particular shitty thing has been de-shitted.
-
- Aug 27, 2020
-
-
Rob Swindell authored
<nelgin> !JavaScript : uncaught exception: Unknown scheme! 'undefined' <nelgin> (error with no line number) is the worst.
-
Rob Swindell authored
-
Rob Swindell authored
Services with descriptions that begin with "PETSCII" or "COMMODORE" will have a their ScreenMode set to C64 and NoStatus=true. If the description also contains "80", then the ScreenMode will be set to C128-80col instead.
-
Rob Swindell authored
-