Commit Graph

3063 Commits

Author SHA1 Message Date
Carl Roman Hultay
bc2ce168db Update .gitignore 2024-11-24 22:31:12 -05:00
Carl Roman Hultay
921f8c6a58 Create mise.toml 2024-11-24 22:29:45 -05:00
Carl Roman Hultay
8877b1d3af Update autoexec.sh 2024-11-24 22:29:15 -05:00
Carl Roman Hultay
98bc72700b Convert to mise-en-place 2024-11-24 21:21:40 -05:00
Carl Roman Hultay
286d9a2fd8 Convert to mise-en-place 2024-11-24 21:13:42 -05:00
Carl Hultay
54ce7fefff Fixed Gopher Template Installation Bug 2024-11-24 20:22:38 -05:00
Carl Hultay
7ec986abee Create autoexec.sh 2024-11-24 20:20:19 -05:00
Carl Hultay
a360d5909e Enhance install.sh
Added selection menu to install all steps, or individual
Added reference to autoexec.sh
Added Python Runtime Environment installation workflow

The new Python workflow will allow users to run ENiGMA½ on modern Linux distributions such as Ubuntu 24.04 per my note in #537.

It is my strong recommendation that we offer the user the use of pyenv, as this will decouple the distribution's Python interpreter from that of ENiGMA½ -- this will make the software more portable. It is poor advice to give a user that they upgrade their OS Python Interpreter; doing so can break the operating system if there are incompatibilities.
2024-11-24 20:18:51 -05:00
Bryan Ashby
c474115a5c Merge pull request #577 from crhultay/patch-4
Fix VTXClient Documentation
2024-11-22 18:32:29 -07:00
Carl Hultay
626e16e0b4 Fix VTXClient Documentation 2024-11-22 20:28:55 -05:00
Bryan Ashby
dd30631ec8 Merge pull request #574 from crhultay/patch-2
Update bbs.js to for Config Init Enhancements
2024-11-20 18:33:53 -07:00
Carl Hultay
4e914fc752 Update bbs.js 2024-11-20 20:31:52 -05:00
Bryan Ashby
9f46508919 Merge pull request #570 from NuSkooler/dependabot/bundler/docs/rexml-3.3.9
Bump rexml from 3.3.6 to 3.3.9 in /docs
2024-11-20 18:20:58 -07:00
Bryan Ashby
db2ceb851b Merge pull request #572 from NuSkooler/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
2024-11-20 18:20:40 -07:00
Bryan Ashby
92244cd258 Merge pull request #573 from crhultay/patch-1
Update install.sh to default to Node v18
2024-11-20 18:16:57 -07:00
Carl Hultay
7db0ee0634 Update bbs.js to for Config Init Enhancements
If a new user of enigma-bbs tries to run ./main.js it will now explain why it can't start and suggest running './oputil.js config new'

In addition, in the event of an error scenario it will exit with exitcode 1 so that systemd / other tools that bring up the service will be able to detect than an error had occurred -- process.exit() defaults to 0, and therefore would not have been caught.
2024-11-20 20:08:17 -05:00
Carl Hultay
2ac2bf4c2a Update install.sh
Manual Installation per https://nuskooler.github.io/enigma-bbs/installation/manual.html asks the user to use v18 whereas this script was defaulting to 14.

This caused me some frustration in getting my BBS up and running as I at first depended on the auto-install script.

For the less apt user, this might be a blocker to adopting this BBS Software.
2024-11-20 19:45:18 -05:00
dependabot[bot]
1917659d4a Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 22:44:16 +00:00
Bryan Ashby
81a6845ce5 Merge pull request #566 from voipmeister/master
Addressing #563 (Cannot parse privateKey: Unsupported key format)
2024-11-12 09:30:25 -07:00
Bryan Ashby
0d65ef7bfb Merge pull request #571 from robertsky/patch-1
Update README.md
2024-11-12 09:29:54 -07:00
Robert Sim
640fb55b57 Update README.md
hjson(.)org domain squatted.
2024-11-12 23:14:52 +08:00
dependabot[bot]
0f4f2ab22d Bump rexml from 3.3.6 to 3.3.9 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:51:05 +00:00
Bryan Ashby
27a6f2dd40 Merge pull request #569 from rostob/master
Update host and port details in core/goldmine.js
2024-10-07 10:04:00 -06:00
Tobias Rosenqvist
400c9321f9 Merge pull request #1 from rostob/beardy-patch-1
Update goldmine.js
2024-10-07 01:42:11 +02:00
Tobias Rosenqvist
3bd4b8baad Update goldmine.js 2024-10-07 01:36:55 +02:00
voipmeister
07be786eb1 Added link to project troubleshooting doc 2024-09-08 15:11:47 +02:00
voipmeister
4121dd3940 Updated ssh-troubleshooting.md for #536 2024-09-08 15:10:07 +02:00
voipmeister
8a22c5c786 Expanded config template for #563 2024-09-08 14:55:09 +02:00
Bryan Ashby
5e7204571d Merge pull request #560 from NuSkooler/dependabot/bundler/docs/nokogiri-1.16.5
Bump nokogiri from 1.15.4 to 1.16.5 in /docs
2024-08-31 11:30:27 -06:00
Bryan Ashby
c2deda879f Merge pull request #561 from NuSkooler/dependabot/bundler/docs/rexml-3.3.6
Bump rexml from 3.2.6 to 3.3.6 in /docs
2024-08-31 11:29:58 -06:00
Bryan Ashby
72916703a8 Merge pull request #533 from notepid/ws-proxy-header-fix
Fix for x-forwarded-for not being applied
2024-08-31 11:28:30 -06:00
dependabot[bot]
928cc74a45 Bump rexml from 3.2.6 to 3.3.6 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 17:27:42 +00:00
dependabot[bot]
3914c2d931 Bump nokogiri from 1.15.4 to 1.16.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 17:27:39 +00:00
Bryan Ashby
02111d0ff5 Merge pull request #535 from NuSkooler/dependabot/npm_and_yarn/tar-6.2.1
Bump tar from 6.2.0 to 6.2.1
2024-08-31 11:27:09 -06:00
Bryan Ashby
ae67e05d50 Merge pull request #556 from voipmeister/master
Minor doc changes
2024-08-31 11:26:41 -06:00
Bryan Ashby
30d2ac1578 Merge pull request #552 from stack-fault/MRC-Fix
Fixed issue on URL resolver message
2024-08-31 11:24:58 -06:00
Stack Fault
cf712d3c62 Command aliasing + additional passthru cmds
Fixed previously added passthru (TRUST)
Fixed trailing PIPE code sent to server unnecessarily
2024-08-31 12:35:01 -04:00
voipmeister
9af425c9f9 Merge branch 'master' of https://github.com/voipmeister/enigma-bbs 2024-08-31 13:26:54 +02:00
voipmeister
b97018b11a Updated manual installation doc 2024-08-31 13:24:21 +02:00
voipmeister
1852cfe853 More elaborate example for db vacuuming 2024-08-31 13:16:43 +02:00
Stack Fault
27937ed14b Several fixes
- Added msg delay on connect to space out commands
- Fixed linewrap issue
- Added MRC Trust verbs
- Added PM local echo
- Fixed to_user and from_user uppercase
2024-08-27 15:36:17 -04:00
Bryan Ashby
cd1ba6f71f Merge pull request #554 from voipmeister/master
Describing maxMessages and maxAgeDays parameters for message areas
2024-08-27 13:11:51 -06:00
voipmeister
ae6ecdee48 run -> performed 2024-08-27 21:01:54 +02:00
voipmeister
1ff1e3efa1 run -> performed 2024-08-27 21:00:59 +02:00
voipmeister
c8b2ef7f58 Default Maintenance Tasks in administration.md 2024-08-27 20:58:38 +02:00
voipmeister
3210822fb3 Describing maxMessages and maxAgeDays 2024-08-27 20:15:50 +02:00
Stack Fault
5b6fc321e2 Removed temp var 2024-08-27 13:55:40 -04:00
voipmeister
abad04af73 Textual changes 2024-08-27 19:31:05 +02:00
Bryan Ashby
0d34f16c4e Merge pull request #553 from chilledtonic/patch-1
Update README.md - Magiterm
2024-08-27 10:08:57 -06:00
Alex S.
93fd2e2d8e Update README.md - Magiterm
Updated README reference to Magiterm, removing old dead link and instead listing the most recent development build on their Gitlab.
2024-08-27 09:46:20 -06:00