Bryan Ashby
4fdd3dbbfe
MAJOR CHANGE to theming system:
...
* Less complex
* Themes are only loaded once. Users share avail themes[] objects
* Themes are applied to configuration _once_
* Users can switch themes in configuration
* Other related improvements
2016-01-14 22:44:33 -07:00
Bryan Ashby
ef047bc515
Use === for comparison
2016-01-04 23:33:03 -07:00
Bryan Ashby
fe01a9f15e
Additional max lengths for user properties
2015-12-24 11:51:49 -07:00
Bryan Ashby
b53ad03ad0
Default to luciano_blocktronics for pre-login theme
2015-12-13 16:47:28 -07:00
Bryan Ashby
0d477210f9
Add Config.general.menuFile: Specify name or path of menu HJSON file. Defaults to menu.hjson in mods
2015-12-11 13:58:58 -07:00
Bryan Ashby
3ad43c07e8
* New user / apply crashes if no message areas defined #19
2015-11-20 23:46:48 -07:00
Bryan Ashby
da460dfc7b
* Change config.hjson path from ~/.enigma-bbs/config.hjson to ~/.config/enigma-bbs/config.hjson
...
* Note about first user being sysop
2015-11-12 16:18:28 -07:00
Bryan Ashby
b6aa21b990
* Fix misc path
2015-11-06 18:30:08 -07:00
Bryan Ashby
2423a00d05
* Add misc to path creation
2015-11-06 17:15:05 -07:00
Bryan Ashby
5bd95255a3
* User.isGroupMember() can now take a string or array of strings to check
...
* Add WELCOME2.ANS
* Disallow "all" as a username
* Check group membership when switching areas
2015-11-04 23:04:55 -07:00
Bryan Ashby
c5a094d8ff
* Lots of mods/art/* file cleanup
...
* doortoomany.ans -> DOORMANY.ANS
2015-10-27 21:12:55 -06:00
Bryan Ashby
349549fae2
* Add .gitignore
...
* Use 'privateKeyPem' and 'privateKeyPass' for SSH
2015-10-27 20:46:30 -06:00
Bryan Ashby
4988559569
* Fix 'newMark' -> 'newIndicator' in message list
...
* Better Telnet trace filter similar to SSH
2015-10-22 13:01:16 -06:00
Bryan Ashby
e9836e18db
* New user reserved names now direct to applicaiton process for SSH
2015-10-22 12:22:03 -06:00
Bryan Ashby
93cff52c1f
* Allow SSHPMPT.ASC for displaying SSH/secure app info/instructions
2015-10-22 11:04:50 -06:00
Bryan Ashby
4a22ce0924
* Servers now define 'firstMenu'. This allows e.g. SSH to pre auth, while Telnet still gets the matrix
2015-10-22 10:36:08 -06: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
a3e37293f4
* WIP on customization of .config blocks
...
* getThemeArt() updated with new fallback mechanism (theme -> default theme -> art generic)
2015-09-27 22:05:40 -06:00
Bryan Ashby
870e5a9136
* Update modules
...
* Remove lingering strip-json-comments
2015-09-10 13:38:36 -06:00
Bryan Ashby
ca4b99a83e
* Convert all JSON configurations (*.json) to HJSON (*.hjson) which is much more flexible for a human readable and editable configuration format
...
* WIP "next" vs "action" changes
* options.cls is now defaulted in config.js/config.hjson (default = true)
* Notes/etc.
2015-09-08 22:08:45 -06:00
Bryan Ashby
1f3948d84c
* Menus can specify status
...
* WIP changes of message loading in viewer - can now do next... WIP!!!
2015-09-06 15:58:58 -06:00
Bryan Ashby
8b3b36fd83
* Add dateTimeFormat
2015-09-01 22:42:54 -06:00
Bryan Ashby
150bd5778a
* Switch to JSON/config.json based user groups, and user group membership
2015-08-20 22:29:16 -06:00
Bryan Ashby
d69d00a14b
* Cleanup related to message area IDs / database -> JSON format and names
2015-08-20 17:00:35 -06:00
Bryan Ashby
35de0a2487
* Initial work on moving to JSON configured Message Areas (vs ID's in SQLite). This will be applied to user groups, and other types as well such that JSON can simply be edited in config.json
...
* Hopefully better/proper merge of config.js + config.json => config
2015-08-20 16:35:04 -06:00
Bryan Ashby
82f3bc7601
* Use lodash for Config.js / config.json merge
2015-08-05 22:22:17 -06:00
Bryan Ashby
8d1fac41a9
* User idle timeout
...
* Only allow one session per user at a time
* user 'timestamp' property -> 'account_created'
* Better User.getLegacySecurityLevel() using group membership
* Client connection management -> client_connections.js
* Minor changes & cleanup
2015-08-04 22:35:59 -06:00
Bryan Ashby
144aa6b351
* More WIP on door support. Proof of concept mostly functional-ish for at least Pimpwars :)
2015-08-02 18:27:05 -06:00
Bryan Ashby
35a99b7e3e
* Fix short timeFormat
...
* Pause prompts now support MCI codes using View Controller
* View Controller 'noInput' option for read-only/viewable but no interaction
* Ability to omit final trailing CRLF's in ANSI's
* Move asset.displayArtAsset -> theme.displayThemedAsset
2015-07-25 16:10:12 -06:00
Bryan Ashby
8b5152d66f
* WIP pause prompt
...
* prompt.json::prompts::pause is now a standard/required prompt
* CT for current time MCI
* Fix up config/theme defaults.dateTimeFormat -> dateFormat & timeFormat
2015-07-23 22:23:44 -06:00
Bryan Ashby
4288c5b2e9
* A few fixes to standard MCI codes
...
* Load user groups properly
* Configurable/themeable date time formats
2015-07-22 21:35:35 -06:00
Bryan Ashby
81e684cdcc
* Work on Renegade style pipe codes
...
* Change age -> birthday
* Minor tweaks and tests
2015-07-20 22:56:48 -06:00
Bryan Ashby
5e55ce4bee
* Some WIP FTN packet processing
2015-07-14 00:13:29 -06:00
Bryan Ashby
30b98e9e3b
* Some notes
...
* Placeholder menu editor module
2015-06-24 22:45:21 -06:00
Bryan Ashby
a96af34a20
* Lots of code cleanup
...
* New standard MCI codes for labels
* WIP MaskEditTextView
* Extra styles for EditTextView
2015-05-14 23:01:00 -06:00
Bryan Ashby
1a1dd53ca1
* Moved themes from mods/art/themes > mods/themes/
2015-05-14 16:49:19 -06:00
Bryan Ashby
34bf823f1f
* Some solid progress on themeing / customization via theme.json
2015-05-13 22:21:55 -06:00
Bryan Ashby
2aa43295e3
* Start on new theme re-work
...
* theme_info.json -> theme.json
* Allow pipe codes for styleSGRx
2015-05-12 23:04:22 -06:00
Bryan Ashby
a7f9e3846e
* WIP on user groups
...
* Minor changes to user credential prompt
2015-05-11 16:39:28 -06:00
Bryan Ashby
d5017203ac
* WIP experimental pausing for ANSI/art
2015-05-03 21:36:53 -06:00
Bryan Ashby
7a643150e7
* Fixed double extra view redraws
...
* Redraw views when all of them are ready @ MCI init
* Moved a lot of properties of views to menu.json/prompts
* Allow scrolling editor for EditTextView
* New @config:path.to.property for menu.json view properties/etc.
2015-04-26 20:46:16 -06:00
Bryan Ashby
ca2274dcf5
* Not much. Will start on DEMO mode for View development, etc.
2015-04-24 16:54:25 -06:00
Bryan Ashby
bac2f63c1a
* Tons of work with menu/prompts refactoring -- more to come soon
...
* More work with menu/prompt accets
2015-04-19 02:13:13 -06:00
Bryan Ashby
5faa11664b
* Lots of work with fonts: Support mappings of various cterm/SyncTERM fonts.
...
* Load font info from SAUCE
* Better work with defaults & theme values
2015-04-16 22:29:53 -06:00
Bryan Ashby
586f3d60b3
* ButtonView is now MCI BT. BN is pre-defined "Board Name"
...
* Client current theme info loaded & used for e.g. passwordChar
* Code cleanup
2015-04-15 22:46:45 -06:00
Bryan Ashby
5eee568586
* Apply now semi functional
2015-04-14 22:27:07 -06:00
Bryan Ashby
efcc8756ba
* WIP Menu system vs raw module access
2015-03-22 22:52:04 -06:00
Bryan Ashby
f7462bbbdd
+ Concept of PluginModule and inherited classes such as ServerModule, MenuModule, ...
...
* Client now tracks current menu module. Auto detach events, etc.
2015-03-18 23:08:23 -06:00
Bryan Ashby
d3e35d286a
* Start real work on SSH using ssh2 module
2015-03-16 22:41:14 -06:00
Bryan Ashby
edc8266310
* A bit of work on VerticalMenuView
...
* Inheritance updates for Views
* Fixes and better handling of MCI factory
2014-10-31 16:25:11 -06:00