97ac37deb9
* Fix ~ and config.hjson lookup on Windows
Bryan Ashby2015-11-21 13:29:24 -07:00
3ad43c07e8
* New user / apply crashes if no message areas defined #19Bryan Ashby2015-11-20 23:46:48 -07:00
839ab8fc91
* Leaving feedback to Sysop #20 * Cache sysop info after first user created * ACS check preventing sysop from sending feedback to themselves @ apply
Bryan Ashby2015-11-20 17:49:37 -07:00
c81eb6f514
* Update some packages * Use ptyw.js (from a specific rev for now) vs pty.js for better Windows support * Updated docs slightly * Use iconv.encode() in dropfile generation
Bryan Ashby2015-11-20 11:48:32 -07:00
48c12ddffb
* ACS checks in 'next' blocks can now have a default "catch all" by simply omitting the 'acs' portion of a condition
Bryan Ashby2015-11-14 17:51:05 -07:00
688e46bc47
* Some more JSON -> HJSON cleanup * More work on ACS system conditional matching. Now functional within menus. Still more work to go on various ACS checks themselves. * Use ACS for new user path: If new user requires activation, they will see 'DONE' then get logged off
Bryan Ashby2015-11-14 12:22:21 -07:00
03f9ad4789
* ACS system is now to chars for all IDs, e.g. ID, LC, etc.
Bryan Ashby2015-11-13 16:13:20 -07:00
882c8fbdfb
* Update config path in a couple docs
Bryan Ashby2015-11-13 11:13:36 -07:00
da460dfc7b
* Change config.hjson path from ~/.enigma-bbs/config.hjson to ~/.config/enigma-bbs/config.hjson * Note about first user being sysop
Bryan Ashby2015-11-12 16:18:28 -07:00
a1d3ab9f0e
* Lots of progress on PEG.js ACS parsing and validation implementation
Bryan Ashby2015-11-12 00:31:25 -07:00
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
Bryan Ashby2015-11-04 23:04:55 -07:00
b1be5cdff4
* Delete mods/login.js (not used) * More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
Bryan Ashby2015-11-03 23:25:35 -07:00
f7a7423b32
* New menu stack functional * @systemMethod:fallbackMenu -> @systemMethod:prevMenu * Lots of cleanup of gotoMenuModule() -> MenuModule.gotoMenu() * Lots of cleanup of fallbackMenuModule() -> MenuModule.prevMenu() * Lots of cleanup of 'next' processing -> MenuModule.nextMenu() * Clean up CPU strings a bit more
Bryan Ashby2015-11-03 23:15:49 -07:00
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
Bryan Ashby2015-11-01 13:32:52 -07:00
ba4f407c90
* All I do right now is edit README.md...
Bryan Ashby2015-10-29 22:55:13 -06:00
e299b9269e
* Updated some packages * Updated README.md with SSH key gen config
Bryan Ashby2015-10-29 16:01:21 -06:00
9df21170c6
* Clean up connect.js a bit, add Github URL * Readme updated some more :)
Bryan Ashby2015-10-29 14:10:34 -06:00
349549fae2
* Add .gitignore * Use 'privateKeyPem' and 'privateKeyPass' for SSH
Bryan Ashby2015-10-27 20:46:30 -06:00
bddc575158
* LOTS of menu.hjson cleanup * login2 renamed to login * Use config for msg view menu entry @ message list
Bryan Ashby2015-10-27 20:21:58 -06:00
4a22ce0924
* Servers now define 'firstMenu'. This allows e.g. SSH to pre auth, while Telnet still gets the matrix
Bryan Ashby2015-10-22 10:36:08 -06:00
12e7722ec9
* Better place to get server name/type * Servers export 'isSecure'
Bryan Ashby2015-10-22 00:03:18 -06:00
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
Bryan Ashby2015-10-21 22:51:35 -06:00
e7e9746a85
* Rewrite SSH authentication - now works with PuTTY (thoguh there are some issues) and standard ssh. WIP still! * Idle monitor not started until 'ready' signal
Bryan Ashby2015-10-21 16:30:32 -06:00
6a2d283fad
* WIP on SSH2 access: Linux ssh can now connect, browse, etc. * Still issues with other terminals such as EtherTERM which just hangs after auth. Does not seem to send the 'shell' event * Fix typo in msg_list module
Bryan Ashby2015-10-20 22:37:39 -06:00