Commit Graph

47 Commits

Author SHA1 Message Date
Bryan Ashby 99df4f284f
Doc updates on prompts 2020-07-06 18:36:21 -06:00
Bryan Ashby f5f8b08a27
argName: message -> messageIndex 2020-07-06 17:55:53 -06:00
Bryan Ashby 91166b7f6b
Sync up with master 2020-07-05 17:57:29 -06:00
Bryan Ashby 99c053f4fa
Docs on configuration files 2020-06-17 19:46:18 -06:00
Bryan Ashby 4d4be5d6a9
Major progress on revamp
* Deprecated explicit prompt.hjson/general.promptFile, etc.: menu.hjson can simply include any number of files
* All menus and themes, their events, etc. are managed by ThemeManager allowing includes, refs, etc. and much cleaner code
2020-06-17 00:10:51 -06:00
Bryan Ashby dd08cd68e7
Add PV[name,value] ACS check 2020-06-15 19:28:32 -06:00
Bryan Ashby eb4f933285
Update various refs to config.js to config_default.js 2020-06-07 16:25:18 -06:00
Bryan Ashby c94f7d8cbd
Mention ticket 2020-06-03 21:19:12 -06:00
Bryan Ashby 462616364f
Bump version to 0.0.12-beta to indicate new master system 2020-06-03 21:16:58 -06:00
Bryan Ashby 0bf3031d9f
WIP on better data handling for file transfer 2020-05-26 22:55:51 -06:00
Bryan Ashby ad2382c1f2
Add a couple items to whatsnew 2020-05-17 19:42:05 -06:00
Bryan Ashby 0328ad5b80
Node.js 12 LTS to docs & install script 2019-11-20 19:33:33 -07:00
Bryan Ashby 3cd6d59e12
First 0.0.11-beta commit - create the branch and prep work 2019-11-19 20:37:46 -07:00
Bryan Ashby d712c36171
Some documentation updates 2019-11-19 20:03:35 -07:00
Bryan Ashby e9820ab2d3
Add docs on random actions 2019-09-04 19:50:16 -06:00
Bryan Ashby b647e665b9
Document p7Zip -> InfoZip changes 2019-08-10 11:15:54 -06:00
Bryan Ashby c71404a641
oputil.js fb scan improvement & fixes
* Start of --verbose for oputil.js in general (mostly placeholder at this point)
* Fix --full-scan and rename to just --full
2019-08-09 18:16:23 -06:00
Bryan Ashby 3e99fdea48
Doc typo fixes 2019-07-31 20:26:22 -06:00
Bryan Ashby 289b32c169
Allow idle monitor to be disabled 2019-07-08 19:49:55 -06:00
Bryan Ashby 42ac6f8689
ACS checks can now be applied to form actions 2019-06-15 18:42:15 -06:00
Bryan Ashby b5a3c030ab
Doc updates & minor code cleanup 2019-06-15 17:19:42 -06:00
Bryan Ashby f8788d56d6
Merge branch '0.0.10-alpha' of ssh://numinibsd/git/base/enigma-bbs into security-updates 2019-06-11 18:25:35 -06:00
Bryan Ashby 3396944820
Note on 'omit' 2019-06-08 11:58:28 -06:00
Bryan Ashby 565f0ea7c2
Note on oputil 2019-05-24 22:26:43 -06:00
Bryan Ashby afa856eaf3
2FA/OTP related stuff to WHATSNEW 2019-05-11 00:18:13 -06:00
Bryan Ashby 0ed507cd7b
Initial real 2FA/OTP work 2019-04-09 20:07:19 -06:00
Bryan Ashby f628168a68
Add note to WHATSNEW 2019-02-18 14:49:01 -07:00
Bryan Ashby 901628ccc9
Bump to 0.0.10-alpha to prepare for work 2019-02-15 15:22:21 -07:00
Bryan Ashby 2788c37492 + ACS: AC for achievement count check
+ ACS: AP for achievement point check
+ User minutes used on the system are now tracked
+ MCI: TO for total time spent online system (friendly format)
* Fix up a couple ACS bugs with |value|
* Fix formatting of achievement text
+ Add more achievements
* Fix achievement duration formatting
2019-01-10 20:34:52 -07:00
Bryan Ashby ee93035bb8 * Disconnect clients that attempt to login with banned usernames for Telnet as well
* Slow disconnects to thwart brute force attacks - these names won't exist anyway,
  but we want the attacking client to not DoS us
2018-12-25 00:18:04 -07:00
Bryan Ashby c6e176f5bd Add oputil fb desc 2018-12-21 14:39:57 -07:00
Bryan Ashby 84ca97e936 FILES.BBS handling improvements - WIP 2018-12-17 15:56:09 -07:00
Bryan Ashby e0f6847581 + NNTP docs
+ Gopher docs
* Minor doc cleanup
2018-12-17 11:09:42 -07:00
Bryan Ashby 8549fa7ac4 Typos/etc. 2018-12-09 20:06:34 -07:00
Bryan Ashby 4bd340a480 Add notes to WHATSNEW 2018-11-23 13:51:24 -07:00
Bryan Ashby c24695e998 + oputil.js config cat
* Many updates to config gen
y
2018-11-10 23:59:26 -07:00
Bryan Ashby 8182146574 Notes on Node.js 10.x LTS 2018-11-05 22:49:27 -07:00
Bryan Ashby 92a7007e9c Documentation updates around MCI movement 2018-11-04 16:12:21 -07:00
Bryan Ashby 52585c78f0 Major changes around events, event log, etc.
* User event log is now functional & attached to various events
* Add additional missing system events
* Completely re-write last_callers to have new functionality, etc.
* Events.addListenerMultipleEvents()
* New 'moduleInitialize' export for module init vs Event specific registerEvents
* Add docs on last_callers mod
2018-07-21 14:32:06 -06:00
Bryan Ashby 5d91cfb7d0 Add {userName} and {userNameRaw} door launch/format options 2018-07-10 19:11:03 -06:00
Bryan Ashby d392865aa3 Add note on new omit file/message areas config 2018-07-07 15:22:56 -06:00
Bryan Ashby 469c08b0f2 Note on auto scaling 2018-06-23 21:01:36 -06:00
Bryan Ashby 1fe46894d3 More Hot-Reload related changes
* Config.get(): Returns the latest config
* Update code all over the place to use Config.get() vs Config.conf (which will be deprecated)
2018-06-20 19:57:06 -06:00
Bryan Ashby 90427ac89d Notes on changes 2018-01-28 12:56:58 -07:00
Bryan Ashby 827d793a2d Add notes about left/right justify 2018-01-15 20:31:37 -07:00
Bryan Ashby 90706f8798 * Move to Node.js 8.x LTS
* Update some packages
2018-01-14 22:00:00 -07:00
Bryan Ashby 28e4a5d8a2 Add WHATSNEW.md 2018-01-14 20:28:19 -07:00