Commit Graph

1419 Commits

Author SHA1 Message Date
Melroy van den Berg 051ef27428
Update package.json 2017-10-27 21:43:10 +02:00
Bryan Ashby f9167453f9
Merge pull request #130 from danger89/patch-3
Just add a link to the webchat
2017-10-27 11:37:02 -06:00
Melroy van den Berg 0f9e9c75ed
Just add a link to the webchat
For people who don't have a IRC client installed.
2017-10-27 17:59:45 +02:00
Bryan Ashby c1d6ce7db0
Merge pull request #129 from danger89/patch-2
Show it's possible to change the telnet default port
2017-10-27 09:34:08 -06:00
Melroy van den Berg 4092ecd2b2 Show it's possible to change the telnet default port
In my case the default port (8888) was already in use. However, it was very hard to know (more guessing) the port change in possible via telnet: { port: xxxx }.
2017-10-27 17:12:45 +02:00
Melroy van den Berg efd1ea28df Support npm start
Fill-in the missing pieces in the package.json file. From now on `npm start` just works like all other nodejs apps.
2017-10-27 16:54:02 +02:00
Bryan Ashby a68ff8a046 Merge pull request #123 from NuSkooler/0.0.7-alpha
0.0.7 alpha
2017-10-02 21:41:38 -06:00
Bryan Ashby c652fb65ea Merge in changes from 0.0.7-alpha branch for watchFiles 2017-10-02 21:30:33 -06:00
Bryan Ashby 0bef268276 Issue #122: If watch file exists at startup, kick off task/schedule 2017-10-02 21:28:32 -06:00
Bryan Ashby 7150631fb7 Remvoe gaze package 2017-10-02 21:11:22 -06:00
Bryan Ashby 8ead65c1ff Remvoe gaze package 2017-10-02 21:10:52 -06:00
Bryan Ashby 68c6197732 Merge in sane vs gaze stuff 2017-10-02 21:10:25 -06:00
Bryan Ashby 067bb9e884 * Switch to sane over gaze for file watching: Gaze was not triggering on file additions
* Remove watching of config files for now -- doesn't work anyway. Will revisit later.
2017-10-02 21:06:53 -06:00
Bryan Ashby af52ed6153 Better handling of TIC import descriptions
* Add descPriority config option (default='diz')
* Really prefer diz/ldesc over *generated* descriptions e.g. from filename or info extractors
2017-10-01 11:07:49 -06:00
Bryan Ashby 1ad7ce848a Upgrade farmhash to v2.0.4+ 2017-09-30 15:37:46 -06:00
Bryan Ashby 5cbbd76411 Updates to oputil when --update with desc/descLong 2017-09-30 12:34:10 -06:00
Bryan Ashby 15ee869fd9 Merge branch '0.0.8-alpha' of github.com:NuSkooler/enigma-bbs into 0.0.8-alpha 2017-09-29 19:44:05 -06:00
Bryan Ashby 8b7cf1f210 Add extra logging around TIC processing 2017-09-29 19:43:22 -06:00
Bryan Ashby b6e628014a More doc updates 2017-09-29 16:45:59 -06:00
Bryan Ashby efee0eafde Minor document updates 2017-09-29 16:30:05 -06:00
Bryan Ashby e84920e508 Add web d/l manager to menu.hjson 2017-09-28 21:34:58 -06:00
Bryan Ashby 38b9bf2c30 Fix typo in persistHashTag() 2017-09-28 21:34:46 -06:00
Bryan Ashby dc2b3031fd * Change how hashids are generated for web file area: include a 'type'
* Add support for web *batch* downloads via streaming zip file creation
* Add new web download manager and batch mode display
* Add extra info to 'standard' downloads mod/menu
2017-09-26 10:44:15 -06:00
Bryan Ashby e555a28160 Filter out system areas 2017-09-26 10:43:22 -06:00
Bryan Ashby 8479091d33 Filter out system areas 2017-09-26 10:42:53 -06:00
Bryan Ashby 0f9e545b7b Allow filter on 1:n area tags in findFiles(). Add ability to calc sha256 if not already set (use sparingly!) 2017-09-26 10:41:41 -06:00
Bryan Ashby 59da1a2461 * Add getAvailableFileAreaTags()
* Properly check area tags for system internal
2017-09-26 10:40:30 -06:00
Bryan Ashby f105c25e17 Add file_web_serve_batch table 2017-09-26 10:39:23 -06:00
Bryan Ashby 37c78209a8 Fix up system internal file areas 2017-09-26 10:39:07 -06:00
Bryan Ashby 88049a3c7a Prefer FILE_ID.ANS > FILE_ID.DIZ 2017-09-24 11:35:12 -06:00
Bryan Ashby e37409e9b5 * Separate out DEL vs backspace when possible for ANSI-BBS terminals. *nix terminals don't send us what we need, but deal with it.
* Handle delete in MultiLineTextEditView. More to come soon!
2017-09-24 11:15:38 -06:00
Bryan Ashby 47551b1803 Add isNixTerm(), use includes vs indexOf on array search 2017-09-24 11:15:26 -06:00
Bryan Ashby 1784afffa7 Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 0.0.8-alpha 2017-09-24 10:00:16 -06:00
Bryan Ashby d5334270c4 Update default menu.hjson - fix parse error 2017-09-24 09:58:57 -06:00
Bryan Ashby 68da131b1b Fix waterfall error 2017-09-24 09:58:43 -06:00
Bryan Ashby 48c6edc5b3 Rename VTX Hyperlink stuff 2017-09-23 23:17:16 -06:00
Bryan Ashby 1ad5b125f5 oputil fb rm|remove|del|delete functionality 2017-09-23 23:03:21 -06:00
Bryan Ashby b0260049ba Add VTX hyperlink support for URLs 2017-09-21 21:23:30 -06:00
Bryan Ashby 7837a2a7bd Update sqlite3-trans version again 2017-09-18 21:11:17 -06:00
Bryan Ashby 5f9b3eb90d Switch to sqltie-trans, a more updated transaction handling module 2017-09-18 21:05:38 -06:00
Bryan Ashby 985a14629a Fix document output to better work with reality 2017-09-18 20:16:42 -06:00
Bryan Ashby 59826930e4 Fix requires 2017-09-16 17:24:26 -06:00
Bryan Ashby 1e250f06d9 * Fix major issue with SQLite transactions + aync code causing collisions 2017-09-16 17:13:11 -06:00
Bryan Ashby 68247d87e8 Add filename order by option for search 2017-09-14 20:54:35 -06:00
Bryan Ashby 50bac95857 * Fix ANSI description display during upload
* Major improvements to upload: Allow user to properly edit descriptions even if provided by .diz/system/etc.
2017-09-11 21:01:35 -06:00
Bryan Ashby 861055d935 Add some new ASCII output options to AnsiPrep 2017-09-10 20:51:43 -06:00
Bryan Ashby a91ae779be Add skipAcsCheck option to getAvailableFileAReas() 2017-09-10 20:51:30 -06:00
Bryan Ashby 9d09390561 Add countWithAbbr and countAbbr format specifiers 2017-09-09 13:59:23 -06:00
Bryan Ashby d545c86616 Add {totalFiles} and {totalBytes} stats to area selection 2017-09-09 12:34:31 -06:00
Bryan Ashby 9cc14b5708 Use nicely formatted number values for MCI stats 2017-09-09 12:11:55 -06:00