SemperFu
9385cd2c93
Update telnet.js
...
Spelling
2018-05-12 15:59:28 -04:00
Bryan Ashby
388e581b90
* Fix file transfer bug for WebSockets and SSH. Set/restore temp data handler belongs in base client.
...
* Lint some files
2018-05-12 09:33:41 -06:00
Bryan Ashby
b2ae81c59e
Merge pull request #183 from davestephens/0.0.9-node10
...
Node.js 10 Upgrade. Bazinga!
2018-04-29 17:31:18 -06:00
Bryan Ashby
73e3e0f0c9
Merge branch '0.0.9-alpha' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha
2018-04-29 09:08:00 -06:00
David Stephens
f16eb6f3e6
Fix Node.js 10 deprecation warnings
2018-04-28 13:59:07 +01:00
Bryan Ashby
0b77c1f79e
Better notFoundGenerator
2018-04-24 20:07:02 -06:00
Bryan Ashby
69ced917f3
Bind notFoundGenerator
2018-04-24 19:58:59 -06:00
Jason Kendall
7ac388c30d
Force no compression
...
It appears as tho there is a problem with compression and the upstream library. This PR forces no compression mode, making a work around for #181 .
This work around is derived from https://github.com/mscdex/ssh2/issues/594 which may be the cause for #181 as well.
2018-04-24 08:30:14 -04:00
Bryan Ashby
a0cd8fed83
Websocket config should be similar to web #176
2018-04-23 19:03:35 -06:00
Bryan Ashby
a1f55e5ad5
Webserver Crashes accessing Directory #177
2018-04-23 18:41:12 -06:00
Bryan Ashby
695e84e16f
* Remove "LastLine" indicator - does not seem to be used in practice/is not required
...
* Add logging to Gopher
2018-04-16 19:29:25 -06:00
Bryan Ashby
f557e5b6e0
Minor Gopher updates
2018-04-16 17:10:19 -06:00
Bryan Ashby
8ee573fb9d
Initial commit of Gopher contnet server
2018-04-15 20:25:56 -06:00
Bryan Ashby
290b391bf8
Fix TypeError: cb is not a function during ping
2018-03-14 20:26:40 -06:00
Bryan Ashby
94f3721bf8
Prompt when already logged in
2018-01-21 20:49:38 -07:00
Bryan Ashby
8bfad971a1
Finish conversion from 'binary' -> 'binary-parser'
...
* FTN packets
* SAUCE
2018-01-21 11:58:19 -07:00
Bryan Ashby
7af30ea112
Proceed telnet login even if term type is not received [right away]; Allows older DOS terms to function
2017-11-28 20:17:44 -07:00
Bryan Ashby
a5f72a345c
Fix Content-Type
2017-10-29 21:02:36 -06:00
Bryan Ashby
4b0ef85432
Allow index.html in root
2017-10-29 20:04:10 -06:00
Bryan Ashby
e55b4aa50b
Return event in unknownOption()
2017-10-29 20:03:33 -06:00
Bryan Ashby
42d6190802
Additional logging
2017-09-08 23:36:26 -06:00
Bryan Ashby
3c40cb0766
Fix WONT/DONT cycle seen with EtherTerm
2017-09-01 17:42:20 -06:00
Bryan Ashby
c63a32a9ba
Handle lack of command in odd state
2017-08-19 13:59:09 -06:00
Bryan Ashby
c7ff033737
Assert we have a buffer
2017-08-19 13:57:02 -06:00
Bryan Ashby
0ebf839822
Fix undefined ref
2017-08-18 21:50:41 -06:00
Bryan Ashby
3f4ce1c0f4
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs into 0.0.7-alpha
2017-08-14 21:22:36 -06:00
Bryan Ashby
b7ca78ebc4
Fix WebSocket disconnect
2017-08-14 21:22:03 -06:00
Bryan Ashby
9720258303
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.7-alpha
2017-08-06 10:33:53 -06:00
Bryan Ashby
d5954f8198
#118 : Crash on STDIO doors when logged in via WebSocket
2017-08-06 10:20:55 -06:00
Bryan Ashby
848b0f7cf6
EnigAssert() vs assert() and fix a logging issue
2017-07-30 14:31:16 -06:00
Bryan Ashby
429e03185c
Merge from master
2017-07-23 13:05:28 -06:00
Bryan Ashby
d57ca0873e
* File Base newscan basic functionality
...
* Try to handle unknown options in telnet server
2017-07-17 19:46:38 -06:00
Bryan Ashby
7c81cbed51
Fix route handling for HTTPS
2017-06-22 22:20:05 -06:00
Bryan Ashby
7343ab2ff2
Updated Events - use glob for finding nested modules/etc.
2017-06-22 22:19:34 -06:00
Bryan Ashby
64aa63e8b5
Fix disconnect of WebSocket
2017-06-06 20:04:28 -06:00
Bryan Ashby
ff5896e80c
Fix proxied check for remoteAddress
2017-06-01 18:56:05 -06:00
Bryan Ashby
ab8cb77f81
* secureProxy -> proxied in webSocket config
...
* Add support for X-Forwarded-For and X-Real-IP in WebSocket for remoteAddr
2017-06-01 18:48:14 -06:00
Bryan Ashby
385edc0953
X-Forwarded-Proto isSecure override option
2017-05-31 22:13:44 -06:00
Bryan Ashby
74bab3d6c5
Better configuration for WebSockets
2017-05-30 21:31:35 -06:00
Bryan Ashby
2e18833014
Working WebSocket connections - not yet complete, but working well
2017-05-26 08:25:41 -06:00
Bryan Ashby
019596d709
Convert to using graceful-fs vs vanilla fs module
2017-05-19 21:20:19 -06:00
Bryan Ashby
f5899bc10f
* Bump version to 0.0.5-alpha
...
* Add email password reset support
2017-02-26 21:28:05 -07:00
Bryan Ashby
9bb28b36cd
Crash on Telnet Bridge connecting to Tradewars server #105
2017-02-22 23:20:05 -07:00
Bryan Ashby
6406d32165
Handle (default) case of web server being disabled in file areas/web link generation
2017-02-18 09:56:23 -07:00
Bryan Ashby
6a684266a2
Fix crash when file does not exist... and 404 page contents don't exist :)
2017-02-16 21:09:53 -07:00
Bryan Ashby
6285193545
Very minor fixes
2017-02-16 20:53:14 -07:00
Bryan Ashby
f9e91987ac
Better arg parsing for main
2017-02-09 21:08:23 -07:00
Bryan Ashby
92772eb1a9
* Added ability to serve static files from web server
...
* Web server can have custom error pages, e.g. 404.html
* "file_area" stuff -> "file_base"
* Fix some rare bugs in theme/art loading
* Adjust tab order dynamically for file upload details
2017-02-04 09:20:36 -07:00
Bryan Ashby
1c03c3021a
* Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods
...
* Don't move temp uploads to area directory until user submit/completed
* New file util module
2017-01-23 23:32:40 -07:00
Bryan Ashby
8d51c7d47c
* Additional helpers to MenuModule
...
* Gzip signature (.gz)
* Switch to sha-256 vs sha1 for internal file hashes
* Nearly complete callback / scan update support for scanFile()
* Fix data input issue after performing upload
* Support 'sz' recv (uploads)
2017-01-21 22:09:29 -07:00