Bryan Ashby
695bb40b17
More improved logging around client changes
2022-08-31 11:47:03 -06:00
Bryan Ashby
a48f2b4067
Tidy up more log messages
2022-08-13 11:51:11 -06:00
Bryan Ashby
044cc24418
Merge with master
2022-08-01 20:54:05 -06:00
Nathan Byrd
c799f1f73c
Code review changes
2022-07-31 12:53:34 -05:00
Bryan Ashby
9db60c65f5
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 216-waiting-for-caller
2022-07-14 23:24:56 -06:00
Bryan Ashby
fc064605ab
Default to CP437 unless we explicitly detect a 'nix' terminal
2022-07-11 23:14:48 -06:00
Bryan Ashby
6c99a070d3
Minor cleanup
2022-06-12 15:22:24 -06:00
Bryan Ashby
4881c2123a
First pass formatting with Prettier
...
* Added .prettierrc.json
* Added .prettierignore
* Formatted
2022-06-05 14:04:25 -06:00
Bryan Ashby
15c3c87500
SyncTERM Font Support Detection
...
* Attempt to detect SyncTERM font support using DSR/CPR
* If a terminal doesn't support DSR/CPR, assume it doesn't support SyncTERM fonts, either.
* Support is also disabled if term simply doesn't ignore the ESC sequence, either
2022-04-25 21:09:57 -06:00
Nathan Byrd
5cb239157c
First part of removing cursor position reports
2022-03-23 18:43:49 -05:00
Bryan Ashby
9d837cde4d
Add the latest NR term type -- kludge until ansi-bbs-utils is put in
2021-02-02 18:58:39 -07:00
Bryan Ashby
228cd79989
Patch around NR v2.00b20 'ansi-256color' ttype
2020-11-25 13:03:16 -07:00
Bryan Ashby
b377d91155
Enigma crashes trying to write to a node when that node disconnected #324
...
* Don't attempt to write to non-writable socket!
2020-11-15 15:06:49 -07:00
Bryan Ashby
9bb3557509
WIP add in some basic movement MCI codes & color/pipe code cleanup
2018-09-14 20:34:39 -06:00
Bryan Ashby
1d8be6b014
Pardon the noise. More tab to space conversion!
2018-06-22 21:26:46 -06:00
Bryan Ashby
e9787cee3e
ENiGMA 1/2 WILL USE SPACES FROM THIS POINT ON VS TABS
...
* Really just to make GitHub formatting happy. Arg.
2018-06-21 23:15:04 -06:00
Bryan Ashby
ac1433e84b
* Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on...
2018-01-15 12:22:11 -07:00
Bryan Ashby
47551b1803
Add isNixTerm(), use includes vs indexOf on array search
2017-09-24 11:15:26 -06:00
Bryan Ashby
782cae6ba3
File Base: Browse by area
2017-09-03 20:45:00 -06:00
Bryan Ashby
ea39811ff6
Fix up some font switching logic
2017-09-02 09:59:38 -06:00
Bryan Ashby
de46c28305
Minor cleanup related stuff
2017-09-01 17:42:47 -06:00
Bryan Ashby
f8c4990646
Add 'pcansi' support for ZOC terminal
2016-10-01 13:30:02 -06:00
Bryan Ashby
e7ba6c406e
* Introduce MCI cache: Art files are hashed and MCI info (per client) is cached. Term resizes invalidate the cache
...
* Bring in farmhash for art file hashing (and perhaps other uses soon)
* Re-write of art.js display(). Better system, use MCI cache, etc.
* Update package.json engines node req.
2016-08-31 22:06:28 -06:00
Bryan Ashby
f292944992
Add callbacks to write methods
2016-01-02 12:11:40 -07:00
Bryan Ashby
3ffccc35da
Switch to Renegade style color codes as default pipe code system
2015-12-21 18:07:03 -07:00
Bryan Ashby
1404768ed3
Add explicit 'ansi-bbs' as ANSI terminal type
2015-12-14 10:33:15 -07:00
Bryan Ashby
6af0861dfe
* ClientTerminal now has disconnect() method called by a client when a connection ends thus preventing data to be written after
2015-12-07 19:12:31 -07:00
Bryan Ashby
f318dc8da2
* Couple more toString() -> decode() updates
2015-11-01 13:55:59 -07:00
Bryan Ashby
46088a9f02
* Update to encode()/decode() direct calls for iconv-lite
...
* Overrite font (to not use!) when showing pause prompts - they should use the current set by menu/art
2015-11-01 13:32:52 -07:00
Bryan Ashby
ad4eea6ba7
* SSH is now functional for 'ssh', PuTTY, SyncTerm, EtherTerm, and hopefully most others
...
* Explicit detect of syncterm as ANSI
* Add serverType (TELNET, SSH) MCI: %ST
2015-10-21 22:51:35 -06:00
Bryan Ashby
171ee75043
* pipeWrite() can now parse Renegade via spec='renegade'
...
* WIP on user config
2015-10-13 00:35:37 -06:00
Bryan Ashby
6b03b5357f
* predefined_mci.js: General method for resolving MCI codes -> string
...
* Changed MCI resolution to use object to function mapping so entries not yet available would not be executed
* enigmaToAnsi() can now (optionally) resolve MCI codes
* pipeWrite() resolves MCI codes
2015-09-10 21:01:04 -06:00
Bryan Ashby
ec70cc8caa
* Progress on FSE / Area Posting
...
* Proof of concept work on user validation in FSE
* Term now has pipeWrite()
2015-08-19 22:10:18 -06:00
Bryan Ashby
aab07bb330
* Fix crash with JuiceSSH
...
* Lots of WIP on FSE
* Various notes & fixes
2015-07-11 16:39:42 -06:00
Bryan Ashby
40e0b55424
* Try to handle socket error
...
* Fix bug in wrapping with MultiLineEditText
* Updates on message base DB layout/triggers
* Detect some terminals via ANSI DSR for device attributes (WIP)
2015-07-06 22:37:11 -06:00
Bryan Ashby
3d5d21bcb5
* Lots of WIP on FSE demo
...
* WIP emit position from MutliLineEditTextView
* ansi.rawWrite() when no iconv/lfs to be processed
2015-07-05 19:05:55 -06:00
Bryan Ashby
dc69428563
* Some code cleanup
...
* WIP additional terminal types
* Minor updates to deleting lines in multi line edit - much to go still
2015-06-18 22:17:51 -06:00
Bryan Ashby
113e16df0d
* Allow passing of arguments to menu's via menu.json including formatted parameters
...
* Fix menu.json setting of focus on view
2015-04-04 14:41:04 -06:00
NuSkooler
1ef9a4a1ce
* Code cleanup. WIP theme stuff. Better CPR handling, etc.
2014-10-29 22:23:44 -06:00
NuSkooler
9a7e90b9b2
+ Initial source checkin
2014-10-16 20:21:06 -06:00