97ac37deb9
* Fix ~ and config.hjson lookup on Windows
Bryan Ashby
2015-11-21 13:29:24 -07:00
3ad43c07e8
* New user / apply crashes if no message areas defined #19
Bryan Ashby
2015-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 Ashby
2015-11-20 17:49:37 -07:00
3dbc90b04f
* Fix quickstart link
Bryan Ashby
2015-11-20 11:57:56 -07:00
f8c9c435ab
* Some doc changes
Bryan Ashby
2015-11-20 11:56:57 -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 Ashby
2015-11-20 11:48:32 -07:00
58bde9784d
* Minor update to config.md
Bryan Ashby
2015-11-20 09:43:10 -07:00
09f6ad1d0c
* Updated quickstart just slightly * Start work on config.md configuration notes
Bryan Ashby
2015-11-19 22:34:55 -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 Ashby
2015-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 Ashby
2015-11-14 12:22:21 -07:00
03f9ad4789
* ACS system is now to chars for all IDs, e.g. ID, LC, etc.
Bryan Ashby
2015-11-13 16:13:20 -07:00
882c8fbdfb
* Update config path in a couple docs
Bryan Ashby
2015-11-13 11:13:36 -07:00
a2f8101821
* Some additional work on ACS
Bryan Ashby
2015-11-12 20:47:34 -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 Ashby
2015-11-12 16:18:28 -07:00
a1d3ab9f0e
* Lots of progress on PEG.js ACS parsing and validation implementation
Bryan Ashby
2015-11-12 00:31:25 -07:00
4d40fe0f1b
* Databases not initialized on first run #15
Bryan Ashby
2015-11-06 16:14:30 -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 Ashby
2015-11-04 23:04:55 -07:00
d2866df97f
* Very minor update to docs
Bryan Ashby
2015-11-04 16:26:22 -07:00
b1be5cdff4
* Delete mods/login.js (not used) * More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
Bryan Ashby
2015-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 Ashby
2015-11-03 23:15:49 -07:00
15ce69e02c
* More work on MenuStack
Bryan Ashby
2015-11-03 16:42:11 -07:00
64e9b9b057
* Start work on MenuStack
Bryan Ashby
2015-11-03 15:17:14 -07:00
58577d7e43
* Start putting together some docs. Nothing really to see yet
Bryan Ashby
2015-11-02 17:25:33 -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 Ashby
2015-11-01 13:32:52 -07:00
ba4f407c90
* All I do right now is edit README.md...
Bryan Ashby
2015-10-29 22:55:13 -06:00
e299b9269e
* Updated some packages * Updated README.md with SSH key gen config
Bryan Ashby
2015-10-29 16:01:21 -06:00
9df21170c6
* Clean up connect.js a bit, add Github URL * Readme updated some more :)
Bryan Ashby
2015-10-29 14:10:34 -06:00
84e421ee7e
* More file cleanup
Bryan Ashby
2015-10-28 23:20:59 -06:00
cde087aff2
chmod work again
Bryan Ashby
2015-10-28 22:52:11 -06:00
852ace34cb
* Clean up main.js a bit, chmod +x
Bryan Ashby
2015-10-28 22:51:26 -06:00
481d4af3e5
* Link to issue tracker
Bryan Ashby
2015-10-28 16:31:17 -06:00
349549fae2
* Add .gitignore * Use 'privateKeyPem' and 'privateKeyPass' for SSH
Bryan Ashby
2015-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 Ashby
2015-10-27 20:21:58 -06:00
377d391033
* Updated readme a bit
Bryan Ashby
2015-10-27 16:20:44 -06:00
4a22ce0924
* Servers now define 'firstMenu'. This allows e.g. SSH to pre auth, while Telnet still gets the matrix
Bryan Ashby
2015-10-22 10:36:08 -06:00
12e7722ec9
* Better place to get server name/type * Servers export 'isSecure'
Bryan Ashby
2015-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 Ashby
2015-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 Ashby
2015-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 Ashby
2015-10-20 22:37:39 -06:00