Bryan Ashby
0a629feeb0
Resolve: System methods prev/nextArea, and prev/nextConf can cause a crash #79
2016-07-25 14:35:58 -06:00
Bryan Ashby
fb737357f5
Update copyright
2016-07-25 14:26:34 -06:00
Bryan Ashby
8d75a675dd
Make linter happy
2016-07-25 14:26:20 -06:00
Bryan Ashby
b39c26153b
* Don't allow pure numbers as usernames (e.g. "1234")
...
* Minor code cleanup
2016-07-25 10:49:41 -06:00
Bryan Ashby
b0ddc3fec4
Minor cleanup, allow console.log(), .error(), etc. here
2016-07-25 10:47:30 -06:00
Bryan Ashby
623e96feb0
Replaced by acs.js
2016-07-25 10:46:58 -06:00
Bryan Ashby
0aa75c17c1
Style + import lodash
2016-07-25 09:30:49 -06:00
Robert Mooney
9ab4adc05f
Handle empty text masks.
...
This allows themes to prevent text from being sent during password
entry. To enable, edit theme.hjson and set $.customization.defaults
.general.passwordChar to "". e.g.,
{
...
customization: {
defaults: {
general: {
passwordChar: ""
}
}
...
}
}
2016-07-25 02:02:37 -07:00
Robert Mooney
e080b5dcfa
Spelling and grammar!
2016-07-25 02:02:37 -07:00
Bryan Ashby
87c6746676
validateUserNameExists()
2016-07-25 01:01:14 -06:00
Bryan Ashby
820e150708
Properly filter out private mail by user ID
2016-07-25 01:00:35 -06:00
Bryan Ashby
c3ae30a8aa
isPrivateTagArea()
2016-07-25 00:58:49 -06:00
Bryan Ashby
c2cbc7913c
Use new menu stack code
2016-07-25 00:58:27 -06:00
Bryan Ashby
ea0ec9ae4e
ES6 menu stack
2016-07-25 00:57:12 -06:00
Bryan Ashby
08393e0aff
* New ACS class avail @ client.acs
...
* Experimental / WIP work on issue #79
2016-07-24 11:48:59 -06:00
Bryan Ashby
8bd61f2d01
* New ACS class avail @ client.acs
...
* Experimental / WIP work on issue #79
* Issue # 77: Changes to new_scan.js, temp conf/area swapping, etc.
* message area: getMessageConfByAreaTag(), getMessageConfTagByAreaTag(), tempChangeMessageConfAndArea(), getNewMessageCountInAreaForUser()
2016-07-24 11:47:34 -06:00
Bryan Ashby
359241654b
Case insensitive compare for area tags ( #78 )
2016-07-21 21:04:08 -06:00
Bryan Ashby
a1167acc03
Fix non 'ch' issue
2016-07-20 22:21:46 -06:00
Bryan Ashby
9545cb620b
Add KeyEntryView (%KE)
2016-07-20 22:11:57 -06:00
Bryan Ashby
8cd07d2af4
Add startup log entry
2016-07-19 21:23:41 -06:00
Bryan Ashby
7f1aec4fca
Make linter happy
2016-07-19 21:02:12 -06:00
Bryan Ashby
2d1f3d3c17
Minor cleanup work
2016-07-19 21:01:49 -06:00
Bryan Ashby
5e13a78f31
Minor cleanup
2016-07-19 21:01:25 -06:00
Bryan Ashby
64044399ab
error -> reason when failing to display art
2016-07-19 21:00:56 -06:00
Bryan Ashby
b0930a3b7e
Add setSyncTermFontWithAlias()
2016-07-19 20:58:51 -06:00
Bryan Ashby
df56391338
Fix message and conf area sorting for 'sort' > 9 (again)
2016-07-19 08:45:18 -06:00
Bryan Ashby
985d239ab9
Fix message and conf area sorting for 'sort' > 9
2016-07-18 21:18:55 -06:00
Bryan Ashby
09e399a060
Messages Cut Off #73
2016-07-18 20:05:29 -06:00
Bryan Ashby
b8a23b827c
* Improved message trimming
...
* Better logs, code cleanup, etc. around trimming
2016-07-17 22:17:24 -06:00
Bryan Ashby
e19b725aa8
Various cleanup WIP
2016-07-17 22:16:15 -06:00
Bryan Ashby
b7274a16d4
(Yet another) fix for setFocusItemIndex() draw issues!
2016-07-17 22:15:43 -06:00
Bryan Ashby
a7993281b9
Better missing art log
2016-07-16 13:17:16 -06:00
Bryan Ashby
2bd548d284
Code cleanup (minor)
2016-07-16 13:06:03 -06:00
Bryan Ashby
485711b5da
* Clean up some logs
...
* Add serializer for 'err' in logs for passing full err object
* Don't dump HUGE message lists to log during new scan
2016-07-16 13:05:32 -06:00
Bryan Ashby
787a855097
Auto-activation by default
2016-07-14 21:30:02 -06:00
Bryan Ashby
43c5de3e40
Finally fix setFocusItemIndex() draw issues!
2016-07-13 22:46:14 -06:00
Bryan Ashby
c94f663947
* DRY menu pop/goto into reloadMenu() (temp hack until we can find a good solution for simple redraw)
...
* Only reloadMenu() if we actually change areas
* Code style cleanup
2016-07-12 23:38:40 -06:00
Andrew Pamment
1ddbb98319
Updated to use findIndex
2016-07-13 14:43:13 +10:00
Andrew Pamment
b627977f9c
Fixed Next/prev conf/areas
2016-07-12 20:52:17 +10:00
Andrew Pamment
369d17c407
Message Area/Conf Prev, Next (Unfinished)
2016-07-12 19:57:07 +10:00
Bryan Ashby
dfb4f17c5f
* Resp DONT to WONT NEW-ENVIRONMENT
2016-07-10 22:14:30 -06:00
Bryan Ashby
1ecc68b250
Fix erronous warning
2016-07-09 20:10:03 -06:00
Bryan Ashby
6ffef26cbf
Start of cleanup
2016-07-09 20:09:03 -06:00
Bryan Ashby
1aa77530dd
TODO reminder
2016-07-09 20:08:08 -06:00
Bryan Ashby
7717ac8b5f
Change default SSH port
2016-07-09 16:01:38 -06:00
Bryan Ashby
0519d9a001
Minor cleanup, prevent XY from warning in log
2016-07-06 20:56:30 -06:00
Bryan Ashby
03ee20783b
Enable FK's, duh
2016-07-06 20:55:50 -06:00
Bryan Ashby
3bbdd4abae
Check for MSGID explicitly during dupe check if present
2016-07-05 22:32:13 -06:00
Bryan Ashby
f87e9917a0
* Resolve issue #59 : Better message UUID generation and dupe checks
2016-07-05 22:18:43 -06:00
Bryan Ashby
9e573e6810
* Allow relative or absolute paths in for art
...
* Misc cleanup
2016-07-04 12:58:41 -06:00
Bryan Ashby
396e7cc747
Default to empty[] args
2016-07-04 12:57:49 -06:00
Bryan Ashby
ce1d3e6a7e
* ES6 & misc cleanup
...
* Add index to message for quicker retrieval
2016-07-04 12:56:15 -06:00
Bryan Ashby
f6d363b53d
Allow modules to live in their own subdirectory (by matching module name) such that they can have their own package.json, deps, etc.
2016-07-03 10:58:57 -06:00
Bryan Ashby
a5fafc25ae
Clear out old items before drawing new
2016-07-02 23:09:27 -06:00
Bryan Ashby
1b0891b0c3
Set baud emu before cls such that terms without support don't show garbage... most of the time
2016-07-02 23:08:54 -06:00
Bryan Ashby
8803465762
ES6 cleanup 2
2016-07-02 20:05:14 -06:00
Bryan Ashby
5a5b39f3a4
ES6 cleanup
2016-07-02 20:02:00 -06:00
Bryan Ashby
d5c806031f
Use new beforeArt
2016-06-28 23:07:33 -06:00
Bryan Ashby
9e6af7f19b
Use new beforeArt
2016-06-28 23:07:15 -06:00
Bryan Ashby
c2ee05bd51
Add callback to beforeArt
2016-06-28 23:06:35 -06:00
Bryan Ashby
a3b4568a76
Fix issue parsing args in sgr() introduced recently
2016-06-27 23:07:59 -06:00
Bryan Ashby
e82ec724e1
* Fix some issues with autoScroll
...
* Misc cleanup
2016-06-27 23:01:31 -06:00
Bryan Ashby
8be75d4713
Remove commented out deleteLine method
2016-06-27 22:34:19 -06:00
Andrew Pamment
be6af161ec
Added ERC Module
2016-06-27 17:29:17 +10:00
Bryan Ashby
b6cada6f3c
Various ES6, TODO and code cleanup
2016-06-26 21:23:59 -06:00
Bryan Ashby
3955d5539f
Comment out disabling of VT100 line wrapping for now - causes too much trouble with actual esc seq in place
2016-06-26 21:23:36 -06:00
Bryan Ashby
0f0e674f97
Add nextMenu() @systemMethod, code cleanup, ES6, etc.
2016-06-25 22:43:12 -06:00
Bryan Ashby
a5505ea718
Add getModDatabasePath() for modules
2016-06-25 22:37:28 -06:00
Bryan Ashby
57180da398
Mods DB location
2016-06-25 22:37:02 -06:00
Bryan Ashby
8f1301d647
ES6 + misc cleanup
2016-06-25 22:36:40 -06:00
Bryan Ashby
aafa3b68eb
Run trim messages every 24 hours
2016-06-21 21:37:47 -06:00
Bryan Ashby
424aadbd40
Fix stdio door exit
2016-06-21 09:02:06 -06:00
Bryan Ashby
8c06325e63
* Try to clean up terminal stuff set by doors @ exit
2016-06-20 21:38:43 -06:00
Bryan Ashby
97c2e7adc0
Call shutdown() of msg network modules @ shutdown
2016-06-20 21:05:47 -06:00
Bryan Ashby
b17bd15c46
* @watchFile support for event scheduler
...
* Better/cleaner overall BBS shutdown WIP
2016-06-20 20:39:20 -06:00
Bryan Ashby
1e5a8da1e8
Add @execute support to event scheduler
2016-06-20 18:58:54 -06:00
Bryan Ashby
3a41d550b0
Fix typo in spelling
2016-06-20 15:03:36 -06:00
Bryan Ashby
7eb7500ad8
* Better OO
...
* Some scheduled event logging
2016-06-20 15:02:20 -06:00
Bryan Ashby
81301047b3
Handle missing / no longer avail message
2016-06-20 14:41:43 -06:00
Bryan Ashby
05cf2c24ca
Fix origin line to a signle leading space (reported by apam)
2016-06-20 14:24:11 -06:00
Bryan Ashby
61c9a0d320
* Fix config.js & remove testing values
2016-06-20 14:11:37 -06:00
Bryan Ashby
f5a1a79777
* Clean up door.py
...
* Implement trimMessageAreasScheduledEvent() method
* Misc cleanup
2016-06-20 14:10:12 -06:00
Bryan Ashby
6e6ebc9b18
* Fix menu stack corruption reported by apam when 'exit' (and possibly other) pty events fire 2+ times
2016-06-20 00:40:31 -06:00
Bryan Ashby
36ce2354e3
* Functional event scheduler - still some to do, but works
...
* WIP on message area cleanup via scheduler
* Some const cleanup
2016-06-19 21:09:45 -06:00
Bryan Ashby
a06f721185
prevMenu() if MenuModule load error
2016-06-16 22:35:27 -06:00
Bryan Ashby
9b2af0f90c
Send the correct rlogin information; Require bbsTag in config
2016-05-31 22:35:34 -06:00
Bryan Ashby
4dd8b106ba
* Oops!
2016-05-28 21:55:49 -06:00
Bryan Ashby
fd3192c75a
Add DoorParty support
2016-05-28 21:04:39 -06:00
Bryan Ashby
4f719259fe
* Some minor code cleanup
...
* Some experimental stuff - likely to just drop soon, so no need for a branch
* Minor changes to ansi escape parser
2016-05-23 20:45:18 -06:00
Bryan Ashby
77a9306afa
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
2016-04-28 23:05:17 -06:00
Bryan Ashby
aadc7a347b
Minor updates to ansi parser
2016-04-28 23:05:01 -06:00
Bryan Ashby
dbfad79431
Remove unused variables; use const
2016-04-18 21:20:18 -06:00
Bryan Ashby
1a689805b5
Fix StateFlags0 -> state_flags0 -- was causing imports to export!
2016-04-14 23:08:54 -06:00
Bryan Ashby
9080b1d0b9
Fix conflict
2016-04-14 22:12:46 -06:00
Bryan Ashby
1113a5f366
Fix some encode/decoding errors with unknown/unsupported encodings
2016-04-14 22:11:01 -06:00
Bryan Ashby
2c0267adf1
Fix assert when looking for MSGID
2016-04-13 21:38:45 -06:00
Bryan Ashby
7278450d9e
* Ability to save off imported (and later, exported) packets for debugging purposes via scannerTossers::ftn_bso::retainImportPacketPath config.hjson opt
2016-04-13 21:06:27 -06:00
Bryan Ashby
f0919b5227
* Fix bug causing private mail to be skipped during new scan
...
* Some code cleanup: spaces -> indents
* Resolve TODO removing Message.MetaCategories: Just use string names
* Misc ES5 -> ES6
* Fix bug in module loader when require() fails
* Some DRY in new_scan.js
2016-04-12 22:38:32 -06:00
Bryan Ashby
54c79dee05
Adjust to TZUTC kludge
2016-04-11 20:44:08 -06:00
Bryan Ashby
8f988f5dc1
Some notes
2016-04-11 20:23:11 -06:00
Bryan Ashby
91e0c44d9d
RE: check should not be case sensitive
2016-04-11 20:22:55 -06:00
Bryan Ashby
2342806576
Fallback decoding
2016-04-10 22:04:22 -06:00
Bryan Ashby
a6d7d41601
FTN/BSN import/export now ignores case in filenames
2016-04-02 09:56:16 -06:00
Bryan Ashby
fbf9bc49f9
Better FTN outbound handing of zones...I think
2016-04-02 00:28:25 -06:00
Bryan Ashby
568a138cab
* Better logging of import/export stats & schedules
...
* Some code cleanup
* Remove all mkdirp module stuff -- use fs-extra
2016-03-28 22:07:21 -06:00
Bryan Ashby
b5a4fadb92
originName -> originLine
2016-03-28 19:58:07 -06:00
Bryan Ashby
434fcdb652
* Fix a few bugs with import - use eachSeries() for packet import to properly handle SQL transaction with 2:n packets
2016-03-28 19:36:09 -06:00
Bryan Ashby
8645cac892
Use fs-extra for move vs fs.rename(), start replace of mkdirp
2016-03-27 23:19:18 -06:00
Bryan Ashby
38a96f53da
* Fix quickstart config.hjson example
...
* Fix minor log issue in bbs.js @ error when parsing config/etc.
2016-03-27 00:19:31 -06:00
Bryan Ashby
91279464f7
Documentation on Message Conferences & Areas
2016-03-25 20:47:25 -06:00
Bryan Ashby
0b23f0aa3b
Add 'sort' key available to message conferences and areas
2016-03-24 23:10:08 -06:00
Bryan Ashby
686573e362
Merge branch 'msg_network' of ssh://numinibsd/git/base/enigma-bbs into msg_network
2016-03-23 21:01:01 -06:00
Bryan Ashby
98e6afa1af
* Don't blow up @ message network record() if no network configured for areaTag
...
* Remove console.log() of message persist; use proper client.log
2016-03-23 20:59:38 -06:00
Bryan Ashby
485dccfe11
SSH not enabled by default (Req's PK/pass in config)
2016-03-22 22:29:08 -06:00
Bryan Ashby
4e21901be7
* Fix hard line feeds @ FTN import/export
...
* Retain Origin and tear lines in imported messages
2016-03-22 22:24:00 -06:00
Bryan Ashby
b91c9771fc
* Updated Message Network docs
...
* .ANS files updated from attributes
2016-03-20 21:34:39 -06:00
Bryan Ashby
9fa044119b
Catch exception @ createServer() e.g. if no PK exists for ssh.js
2016-03-19 22:17:49 -06:00
Bryan Ashby
d29829a46c
* Implemented @watch rule for import schedule
...
* Implemented @immediate rule for export schedule
2016-03-15 21:44:24 -06:00
Bryan Ashby
964c53ea9f
* Changed scan check to use new System state_flags0 meta to skip already imported/exported msgs
...
* Use moment.js for Message modTimestamp
* Remove user_message_status stuff
* Add REPLY kludge support @ export
* Use TID vs PID kludge @ export (spec)
* Start work on @immediate - nearly complete
2016-03-14 22:29:41 -06:00
Bryan Ashby
a787a2eab3
* Fix collsion with import/export temporary dirs; better use of temp dirs all around
...
* Raw (non-bundle) packet exports are now BSO named (e.g. .cut for crash)
2016-03-13 11:11:51 -06:00
Bryan Ashby
86c659849c
* Flow file creation for exported bundles based on node configuration - 'crash' is currently the default
2016-03-12 00:22:06 -07:00
Bryan Ashby
31ca7d3eaf
* Don't export imported messages
...
* Some basic code cleanup
2016-03-09 22:32:00 -07:00
Bryan Ashby
ad0296addf
* Change FTN packet read() to use async iterator
...
* createMessageUuidAlternate(): Mmethod for FTN message v5 UUID generation when no MSGID to work with
* parseAbbreviatedNetNodeList() now works properly
* Add core/uuid_util.js for various UUID utilities such as v5 named UUID generation
* Fix message meta load/retrieval
* Add lookup for REPLY kludge -> MSGID -> local reply IDs
* Fix SEEN-BY additions @ export
* Don't override MSGIDs if they already exist
* Store MSGID @ export so it can be inspected later
* Add import functionality (working, but WIP!)
* Clean up bundles and packets after import
2016-03-08 22:30:04 -07:00
Bryan Ashby
6094bed07f
* Use node-temp for temp file creation, cleanup, etc.
...
* Lots of WIP on FTN BSO import
* Fix double callbacks in ArchiveUtil
* Impl ArchiveUtil.extractTo()
* Update bunyan
2016-03-03 22:54:32 -07:00
Bryan Ashby
5c324788fe
* Minor work on FTN/BSO import
...
* Minor work on message network docs
2016-03-01 22:42:29 -07:00
Bryan Ashby
662d3f232e
* Use key name for configured archiver name (e.g. "zip")
...
* Start WIP on mesasge import/toss via schedule
* Defaults for message network name
2016-02-29 22:32:51 -07:00
Bryan Ashby
1a6af18801
Update area scan ID after successful export
2016-02-28 22:35:43 -07:00
Bryan Ashby
76bbc43600
* Start work on FTN/BSO schedule via later.js
...
* Utilize last scan message ID to scan areas
* Lots of changes to FTN packet creation
* Create packets with target max size
* Create ArcMail bundles when configured to do so
2016-02-28 22:04:03 -07:00
Bryan Ashby
ae20dc1f7c
* Fix FTN packet created date/time & moment stuff
2016-02-23 23:38:05 -07:00
Bryan Ashby
1417b7efdd
* Fix messages with no origin line
...
* Fix end of message/termination detection for FTN packets
* Start of archive support -- one use will be FTN archives
* Work on FTN ArcMail/bundles
2016-02-23 21:56:22 -07:00
Bryan Ashby
a858a93ee1
* FTN BSO module: Export to <domain>.<zone> dirs where appropriate
...
* Code cleanup
* Fix FTN packet header writing
* Add CHRS support to FTN packet I/O
* Change to FNV-1a hash of ms since 2016-1-1 ("enigma epoc") + message ID for MSGID serial number and <packet>.pkt BSO export
* Only write some FTN kludges for EchoMail (vs NetMail)
* If config specifies, call message network modoule(s) .record() method @ persist (WIP)
2016-02-20 17:57:38 -07:00
Bryan Ashby
74f5342997
* msg_network.js: Management of message network modules (start/stop/etc.)
...
* Minor updates to ES6 in some areas
* Better bbs.js startup seq
* Better iterator support for loadModulesForCategory()
* Start work on loading message network modules & tieing in record() (WIP)
* FTN PacketHeader is now a ES6 class
* Various FTN utils, e.g. Via line creation
2016-02-16 22:11:55 -07:00
Bryan Ashby
13d5c4d8f4
* New Address class for FTN addresses + experiment with ES6 classes
...
* Move a lot of address functionality/parsing/etc. to Address
* WIP on ftn_bso scan/tosser
* PATH and SEEN-BY creation, parsing, etc.
2016-02-15 17:56:05 -07:00
Bryan Ashby
7b5ab029f9
Many updates to read/write of packets of diff versions
2016-02-10 22:24:46 -07:00
Bryan Ashby
dec78e942d
* Reworked FTN packet I/O (WIP)
...
* Detect FTN packet 2, 2.2, and 2+
* Various FTN utils (MSGID, Origin, PID, generation etc)
* More work on message network readyness
2016-02-09 22:30:59 -07:00
Bryan Ashby
317af8419a
Major commit for new message network WIP
2016-02-02 21:35:59 -07:00
Bryan Ashby
6750c05f07
Beter group check and isAuthenticated()
2016-01-30 15:26:19 -07:00
Bryan Ashby
794c885ac1
* Add new method for getting online/active node information
...
* Use new online method for whos online
2016-01-30 15:18:55 -07:00
Bryan Ashby
e8a729cebd
Remove break me nonsense 😁
2016-01-22 22:16:25 -07:00
Bryan Ashby
12414d0d7a
Fix some bugs with merging when no explicit form defined
2016-01-16 19:04:17 -07:00
Bryan Ashby
5700ff27ba
Missing changes for theme fixes
2016-01-14 22:58:56 -07:00
Bryan Ashby
ea820dbbbb
Missing config_util.js
2016-01-14 22:56:21 -07:00
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
36c995018d
Add getCount() and getItems9)
2016-01-04 23:32:43 -07:00
Bryan Ashby
9ce2991216
Better handling of quote builder - do not wrap back up to start when appending lines; Final line closes the builder (experimental)
2016-01-04 23:32:01 -07:00
Bryan Ashby
dd82a24e56
Newscan functionality for messages in working state
2016-01-03 19:40:34 -07:00
Bryan Ashby
63019e9338
Fixes to last read ID updates and DRY
2016-01-03 17:47:39 -07:00
Bryan Ashby
9306b6e38c
* Update last read ID even for private_mail
...
* Allow options.config or extraArgs for various configuration
2016-01-03 17:46:32 -07:00
Bryan Ashby
f3b98c5644
Fix callback, add some WIP commented out concepts
2016-01-03 15:53:27 -07:00
Bryan Ashby
a4cd689697
Updated new scan WIP
2016-01-02 18:35:13 -07:00
Bryan Ashby
484ccdc014
Fix to/from user ID meta
2016-01-02 18:34:50 -07:00
Bryan Ashby
3056d6c742
Add some note
2016-01-02 18:34:12 -07:00
Bryan Ashby
79cb65304d
Some minor improvements for NetRunner + fix RE: RE: RE bug
2016-01-02 13:40:02 -07:00
Bryan Ashby
f292944992
Add callbacks to write methods
2016-01-02 12:11:40 -07:00
Bryan Ashby
7b521d8699
removeClient() at logoff()
2016-01-02 12:10:54 -07:00
Bryan Ashby
b3e1490d63
Add username to client.log
2016-01-01 21:17:13 -07:00
Bryan Ashby
1212eb41eb
Semi functional for basic private mail
2015-12-30 23:24:26 -07:00
Bryan Ashby
ac6288eb23
Notes
2015-12-30 22:29:41 -07:00
Bryan Ashby
92c33d2d43
Add WIP method getNewMessagesInAreaForUser()
2015-12-30 22:29:10 -07:00
Bryan Ashby
7fb9cdccb1
Add local_bulletin message area type
2015-12-30 22:28:25 -07:00
Bryan Ashby
db014c16bf
Backup restore() when 'close' fails to fire
2015-12-28 16:34:28 -07:00
Bryan Ashby
eca82b66d4
Better loading of themes & getAvailThemes()
2015-12-24 11:56:04 -07:00
Bryan Ashby
37bba84cb4
Missing ;
2015-12-24 11:55:37 -07:00
Bryan Ashby
edcee5eb6a
setNewAuthCredentials() method
2015-12-24 11:54:55 -07:00
Bryan Ashby
a9490d8fd2
Formatting
2015-12-24 11:54:38 -07:00
Bryan Ashby
d2c8bd90f0
setFocusItemIndex() support
2015-12-24 11:54:03 -07:00
Bryan Ashby
a2011ef39c
setText() for MaskEditTextView
2015-12-24 11:53:34 -07:00
Bryan Ashby
67b0d1a683
User configuration functional
2015-12-24 11:52:23 -07:00
Bryan Ashby
fe01a9f15e
Additional max lengths for user properties
2015-12-24 11:51:49 -07:00
Bryan Ashby
e8c8975f13
Allow hotkeys to submit
2015-12-23 19:08:24 -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
727f9fdb1f
Fix occasional null ref if client ends before door sock
2015-12-15 23:27:13 -07:00
Bryan Ashby
1404768ed3
Add explicit 'ansi-bbs' as ANSI terminal type
2015-12-14 10:33:15 -07:00
Bryan Ashby
0489f5b2dd
* Remove/fix up some console.log()'s
2015-12-13 17:32:05 -07:00
Bryan Ashby
b53ad03ad0
Default to luciano_blocktronics for pre-login theme
2015-12-13 16:47:28 -07:00
Bryan Ashby
da5d88d20d
* Validation framework functional
...
* Use validation for FSE, NUA, etc.
* Switch to nua.js from apply.js (MenuModule + validation)
2015-12-12 15:52:56 -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
bd4c50fa8d
Handle SIGINT a bit more gracefully - disconnect clients
2015-12-11 13:57:56 -07:00
Bryan Ashby
cb3ae84bc5
Many updates to view validation framework
2015-12-10 21:45:02 -07:00
Bryan Ashby
490d71c180
Remove console.log()
2015-12-10 21:44:36 -07:00
Bryan Ashby
007103cbc1
* New validation methods
2015-12-10 21:44:21 -07:00
Bryan Ashby
34a8bdae21
* Notes on validation framework usage
2015-12-10 21:43:57 -07:00
Bryan Ashby
743035683c
* WIP on new view validation framework
2015-12-10 00:04:38 -07:00
Bryan Ashby
964b899fe5
* 'validator' property
2015-12-10 00:03:58 -07:00
Bryan Ashby
93a28f4b7b
Rename debugConnections -> traceConnections
2015-12-07 21:45:48 -07:00
Bryan Ashby
4458bcfd37
* Remove inhSocket stuff at least for now: a) It's untested and liekly dangerous, b) does not work with SSH connections
2015-12-07 21:44:42 -07:00
Bryan Ashby
06974973a3
* Make keyboard input trace optional
...
* Ensure term exists before calling disconnect()
2015-12-07 21:43:37 -07:00
Bryan Ashby
32fe815ea2
Ensure top() exists before attempting to return instance
2015-12-07 19:15: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
7cc1fe55c0
* Better handling of TOONODE (existing user already logged in)
2015-12-06 20:54:23 -07:00
Bryan Ashby
ecaee4fe2f
* Handle RFC 779 SEND_LOCATION in telnet
2015-12-06 15:25:10 -07:00
Bryan Ashby
6152530a57
* Add {userId} arg to doors
2015-12-06 15:24:34 -07:00
ENiGMA BBS
58f4af0f11
* Fix defaultHandlerMissingMod for menu load error
2015-12-05 23:22:23 -07:00
Bryan Ashby
406b272de1
Some fixes to doors using sockets. Works on Windows!
2015-12-03 20:31:20 -07:00
Bryan Ashby
5087467eeb
* Doors can now optionally spawn a temporary server for I/O (e.g. to be used for virtual serial port for QEMU/etc.)
2015-12-02 22:10:45 -07:00
Bryan Ashby
87b6e245ce
Help on message reading #29
2015-11-28 12:17:14 -07:00
Bryan Ashby
a1f1578048
System allows non-unique email addresses #7
2015-11-27 22:26:00 -07:00
Bryan Ashby
d7c35911e8
* Some DOOR32 updates
2015-11-26 22:09:40 -07:00
Bryan Ashby
5d37b25ad9
WIP door32.sys support
2015-11-26 21:48:02 -07:00
Bryan Ashby
c7a6e6fd29
* Temporary work around for broken pty/iconv-lite encoding with doors
2015-11-26 21:27:57 -07:00
Bryan Ashby
15cf37c55c
Add Who's Online mod
2015-11-25 18:03:47 -07:00
Bryan Ashby
6a70c5af51
Fix bad SyncTerm/cterm font ESC generation when no font match
2015-11-25 17:58:35 -07:00
Bryan Ashby
11ff742dc6
Don't set font to default (cp437) if it came from SAUCE
2015-11-21 17:01:21 -07:00
Bryan Ashby
3380f3a2e5
* Remove console.log()
2015-11-21 13:31:26 -07:00
Bryan Ashby
97ac37deb9
* Fix ~ and config.hjson lookup on Windows
2015-11-21 13:29:24 -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
839ab8fc91
* Leaving feedback to Sysop #20
...
* Cache sysop info after first user created
* ACS check preventing sysop from sending feedback to themselves @ apply
2015-11-20 17:49:37 -07:00
Bryan Ashby
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
2015-11-20 11:48:32 -07:00
Bryan Ashby
48c12ddffb
* ACS checks in 'next' blocks can now have a default "catch all" by simply omitting the 'acs' portion of a condition
2015-11-14 17:51:05 -07:00
Bryan Ashby
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
2015-11-14 12:22:21 -07:00
Bryan Ashby
03f9ad4789
* ACS system is now to chars for all IDs, e.g. ID, LC, etc.
2015-11-13 16:13:20 -07:00
Bryan Ashby
a2f8101821
* Some additional work on ACS
2015-11-12 20:47:34 -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
a1d3ab9f0e
* Lots of progress on PEG.js ACS parsing and validation implementation
2015-11-12 00:31:25 -07:00
Bryan Ashby
23025ca5bd
* Very early start on PEG.js based ACS grammar
2015-11-10 23:05:42 -07:00
Bryan Ashby
e023d0236e
* Fix accidental delete of user db line
2015-11-06 19:09:26 -07:00
Bryan Ashby
b6aa21b990
* Fix misc path
2015-11-06 18:30:08 -07:00
Bryan Ashby
3af5b9a213
* Much better DB init
2015-11-06 18:25:07 -07:00
Bryan Ashby
2423a00d05
* Add misc to path creation
2015-11-06 17:15:05 -07:00
Bryan Ashby
4d40fe0f1b
* Databases not initialized on first run #15
2015-11-06 16:14:30 -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
b1be5cdff4
* Delete mods/login.js (not used)
...
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
2015-11-03 23:25:35 -07:00
Bryan Ashby
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
2015-11-03 23:15:49 -07:00
Bryan Ashby
15ce69e02c
* More work on MenuStack
2015-11-03 16:42:11 -07:00
Bryan Ashby
64e9b9b057
* Start work on MenuStack
2015-11-03 15:17:14 -07:00
Bryan Ashby
da9ae94ab8
* Sanatise ARM CPU string a bit
2015-11-01 14:02:06 -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
9df21170c6
* Clean up connect.js a bit, add Github URL
...
* Readme updated some more :)
2015-10-29 14:10:34 -06:00
Bryan Ashby
77a4f27d9e
* Remove old files
2015-10-27 22:49:51 -06: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
4a386d649e
* WIP on message last read - not fully functional yet
2015-10-22 15:44:44 -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
12e7722ec9
* Better place to get server name/type
...
* Servers export 'isSecure'
2015-10-22 00:03:18 -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
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
2015-10-21 16:30:32 -06:00
Bryan Ashby
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
2015-10-20 22:37:39 -06:00
Bryan Ashby
0f1fe31fe5
* SSH semi functional
2015-10-20 15:39:33 -06:00
Bryan Ashby
3833f9910e
* Update some packages
...
* Still trying to figure out ssh2
2015-10-19 22:33:11 -06:00
Bryan Ashby
d86d3e0119
* Separate login logic vs display
...
* Work on SSH a bit -- major WIP, not working!
2015-10-19 17:21:47 -06:00
Bryan Ashby
a6f15c2dfc
* Add BSD license
2015-10-19 10:50:35 -06:00
Bryan Ashby
549fba6b34
* Code cleanup + comments
...
* Fix message area access in NUA path
2015-10-18 21:24:13 -06:00
Bryan Ashby
e36507fec1
* WIP user list - mostly complete
...
* Some code cleanup / renaming
2015-10-18 11:48:08 -06:00
Bryan Ashby
52dee0a401
* Filter Private from area lists/etc.
...
* Clean up CPU string for MCI display
2015-10-17 21:39:54 -06:00
Bryan Ashby
d9ee2b6c80
* Add system_property.js
2015-10-17 20:56:16 -06:00
Bryan Ashby
1c1f4394ca
* System stats
...
* Last callers rewritten using format and VM
* Some minor MCI stuff
2015-10-17 20:03:51 -06:00
Bryan Ashby
d02d9e4a7c
* TOONODE support when already logged in
...
* Work on new user / NUA flow
* Various cleanup
2015-10-15 23:41:24 -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
ea8061ae85
* Skeleton for user configuration
2015-10-11 23:26:27 -06:00
Bryan Ashby
6e0a4e84af
* Message list updated to be functional with new MCI/etc. (Still WIP, but working good)
2015-10-11 16:05:45 -06:00
Bryan Ashby
3038213c09
* More progress on theming esp. in relation to .config menu module sections
2015-10-09 23:35:40 -06:00
Bryan Ashby
a3ba9b0252
* More work on theming
2015-10-06 21:21:13 -06:00
Bryan Ashby
73952a2c37
* Minor work on themes + FSE
2015-10-06 15:22:49 -06:00
Bryan Ashby
60758e0f34
* WIP on theme by Luciano Ayres
...
* %TL for area name vs MA which is to become "default" message area
2015-10-04 22:04:56 -06:00
Bryan Ashby
3db16ed4a1
* Missing ;
2015-09-30 05:21:28 -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
78f6915577
* More minor WIP on making theme merging more flexible
2015-09-27 19:33:25 -06:00
Bryan Ashby
05812f57f0
* Trailing LF handling is now 'trailingLF' option, with 'default', 'yes', 'no', etc.
...
* Initial checking of WIP Mystery Skulls theme by Luciano Ayres of blocktronics
* Fix random theme selection
* WIP on theme customization apply: Needs to be much more flexible than current
* MenuModule will use .next > .fallback > default fallback
2015-09-27 15:35:24 -06:00
Bryan Ashby
68b8af7975
* Fix version to represent alpha
...
* Some fixes to message areas
* New NU-MAYA prompt
2015-09-26 00:20:17 -06:00
Bryan Ashby
df477667b0
* client.runtime.* renamed to client.session.*
...
* some work on area names - need to fix login issue & rest shoudl work
2015-09-25 23:10:18 -06:00
Bryan Ashby
1082b6e39c
* Minor fix + notes
2015-09-23 23:55:13 -06:00
Bryan Ashby
903db84f23
* New fallback with default vs explicit working
...
* New @systemMethod:fallbackMenu working
* Work on NUA flow: added preamble and some work on FSE related stuff
2015-09-23 23:41:06 -06:00
Bryan Ashby
d63320e0b7
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
2015-09-23 22:24:59 -06:00
Bryan Ashby
41cdeb4c55
* WIP new fallback system and @systemMethod:fallback
2015-09-23 22:24:37 -06:00
Bryan Ashby
1175278779
* Some work on NUA
...
* Placeholder for sysop feedback after NUA step
2015-09-22 23:13:06 -06:00
Bryan Ashby
6c38ff54d5
* WIP replacement NUA system
2015-09-22 21:31:56 -06:00
Bryan Ashby
b2592d0e71
* Fixes to actionKeys with new focus changes
...
* Various fixes, minor changes
2015-09-20 19:10:09 -06:00
Bryan Ashby
b15d9a0bf8
* Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs'
...
* Notes on better access of views by ID
* Work on apply process a bit
* Replies can now be saved
2015-09-20 01:29:07 -06:00
Bryan Ashby
a6d00b05a7
* Artwork for NU-MAYA help, updated quote builder, etc.
...
* Fix some typos
* Fix message getQuoteLines()
* Quote builder fully functional
* MLTEV emits more information in position events
* Action keys can how handle plain characters that don't have full key object, e.g. "?"
* Hot keys for a lot of stuff
* WIP work on focus issue in VC.
2015-09-19 22:55:09 -06:00
Bryan Ashby
d23012a201
* Fixed actionKeys to have full conf data including extraArgs
2015-09-18 22:16:19 -06:00
Bryan Ashby
899cb658cc
* Clean up some "JSON" nameing in config to reflect generic config or HJSON
...
* Found why "r" wasn't working for reply in menu.hjson... now it crashes though because actionKeys extraArgs broken it seems
2015-09-17 23:17:15 -06:00
Bryan Ashby
1b46506cf8
* New concept of saved states. Modules will be called before enter to restore a saved state (if applicable) and before leave to save one.
2015-09-17 23:11:21 -06:00
Bryan Ashby
9865da34cc
* Quote builder very functional, some bugs
...
* Work on fallback system (implicit); Added some notes... need saveState/restoreState type functionality as extraArgs may not be final args!
2015-09-17 22:53:19 -06:00
Bryan Ashby
6970e6e2ab
* Lots of good progress with quote builder... still WIP, but nearly there
2015-09-16 22:31:09 -06:00
Bryan Ashby
20fb54422a
* Quote builder even more functional :)
2015-09-15 22:44:31 -06:00
Bryan Ashby
4cba6f4c10
* word_wrap.js: Word wrapping functionality in it's own module
...
* Message.getQuoteLines()
2015-09-15 21:55:10 -06:00
Bryan Ashby
a320a05c99
* Minor tweak to quoting
...
* Notes / TODO items
2015-09-14 23:02:09 -06:00
Bryan Ashby
cee7983c5a
* Progress on FSE quote builder... WIP!
2015-09-14 22:40:00 -06:00
Bryan Ashby
150de3953e
* Work on quote builder / reply
2015-09-13 21:15:55 -06:00
Bryan Ashby
88d725f585
* Minor work on reply area post
2015-09-12 19:18:08 -06:00
Bryan Ashby
05f666cf29
* Minor JSON -> HJSON config cleanup
...
* Some logging in telnet server vs console.log()
* Calculate FSE footer position vs hard code it
2015-09-12 17:17:00 -06:00
Bryan Ashby
e661b23eca
* Strict mode
2015-09-11 08:39:25 -06:00
Bryan Ashby
7b7cf38113
* Cleanup and minor work on FSE post
2015-09-10 23:09:45 -06:00
Bryan Ashby
1a81532aa7
* Mostly thoughts on starting pipe code support for preview mode of MLTEV
2015-09-10 22:20:11 -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
870e5a9136
* Update modules
...
* Remove lingering strip-json-comments
2015-09-10 13:38:36 -06:00
Bryan Ashby
481c3171f4
* JSONCache -> ConfigCache
...
* ConfigCache used for theme.hjson
* Reformatted theme.hjson JSON to HJSON
* Specific form ID used when applying themes if available, else generic match used
* Pass extraArgs when processing 'next'
2015-09-09 21:31:04 -06:00
Bryan Ashby
cc6d214882
* More work on 'action' vs 'next' -- mostly complete for now
2015-09-08 22:31:38 -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
052cf5c490
* Some notes / TODO
2015-09-07 22:40:08 -06:00
Bryan Ashby
2edc63632b
* Mostly work on building demo / NU-MAYA theme for testing / working out details / etc.
2015-09-07 21:18:09 -06:00
Bryan Ashby
6517f50e0c
* Message view prev/next
...
* Message view up/down movement
* Some new experimental MCI codes
* Put cursor @ top of document in MLTEV preview mode
* Fix fse finishedLoading()
* Menus can have names, clients have current status
2015-09-07 00:12:01 -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
b911db75ca
* Some Notes
2015-09-04 16:58:54 -06:00
Bryan Ashby
cc68106473
* Message number/total
2015-09-04 16:35:08 -06:00