Commit Graph

  • 20ac2b6d67 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-03-27 23:19:46 -06:00
  • 8645cac892 Use fs-extra for move vs fs.rename(), start replace of mkdirp Bryan Ashby 2016-03-27 23:19:18 -06:00
  • 38a96f53da * Fix quickstart config.hjson example * Fix minor log issue in bbs.js @ error when parsing config/etc. Bryan Ashby 2016-03-27 00:19:31 -06:00
  • d73d5b0805 Update luciano_blocktronics theme with conf change Bryan Ashby 2016-03-26 11:16:12 -06:00
  • 6c108cb6b8 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-03-25 22:06:05 -06:00
  • 91279464f7 Documentation on Message Conferences & Areas Bryan Ashby 2016-03-25 20:47:25 -06:00
  • 0b23f0aa3b Add 'sort' key available to message conferences and areas Bryan Ashby 2016-03-24 23:10:08 -06:00
  • d593b097f0 Updates to documentation Bryan Ashby 2016-03-24 22:44:26 -06:00
  • 6f8f8f7e9d Merge branch 'msg_network' Bryan Ashby 2016-03-23 22:05:48 -06:00
  • 8f9339c052 ANSI changing again - needs looked into later Bryan Ashby 2016-03-23 22:05:12 -06:00
  • 686573e362 Merge branch 'msg_network' of ssh://numinibsd/git/base/enigma-bbs into msg_network Bryan Ashby 2016-03-23 21:01:01 -06:00
  • 98e6afa1af * Don't blow up @ message network record() if no network configured for areaTag * Remove console.log() of message persist; use proper client.log Bryan Ashby 2016-03-23 20:59:38 -06:00
  • 485dccfe11 SSH not enabled by default (Req's PK/pass in config) Bryan Ashby 2016-03-22 22:29:08 -06:00
  • 4e21901be7 * Fix hard line feeds @ FTN import/export * Retain Origin and tear lines in imported messages Bryan Ashby 2016-03-22 22:24:00 -06:00
  • 0a0468bb12 Updated config docs with example config.hjson Bryan Ashby 2016-03-20 22:17:33 -06:00
  • b91c9771fc * Updated Message Network docs * .ANS files updated from attributes Bryan Ashby 2016-03-20 21:34:39 -06:00
  • 9fa044119b Catch exception @ createServer() e.g. if no PK exists for ssh.js Bryan Ashby 2016-03-19 22:17:49 -06:00
  • a49b510f31 Add .eslint.json Bryan Ashby 2016-03-19 21:07:47 -06:00
  • d29829a46c * Implemented @watch rule for import schedule * Implemented @immediate rule for export schedule Bryan Ashby 2016-03-15 21:44:24 -06:00
  • 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 Bryan Ashby 2016-03-14 22:29:41 -06:00
  • 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) Bryan Ashby 2016-03-13 11:11:51 -06:00
  • 86c659849c * Flow file creation for exported bundles based on node configuration - 'crash' is currently the default Bryan Ashby 2016-03-12 00:22:06 -07:00
  • 31ca7d3eaf * Don't export imported messages * Some basic code cleanup Bryan Ashby 2016-03-09 22:32:00 -07:00
  • 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 Bryan Ashby 2016-03-08 22:30:04 -07:00
  • 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 Bryan Ashby 2016-03-03 22:54:32 -07:00
  • 5c324788fe * Minor work on FTN/BSO import * Minor work on message network docs Bryan Ashby 2016-03-01 22:42:29 -07:00
  • 662d3f232e * Use key name for configured archiver name (e.g. "zip") * Start WIP on mesasge import/toss via schedule * Defaults for message network name Bryan Ashby 2016-02-29 22:32:51 -07:00
  • 1a6af18801 Update area scan ID after successful export Bryan Ashby 2016-02-28 22:35:43 -07:00
  • 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 Bryan Ashby 2016-02-28 22:04:03 -07:00
  • ae20dc1f7c * Fix FTN packet created date/time & moment stuff Bryan Ashby 2016-02-23 23:38:05 -07:00
  • 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 Bryan Ashby 2016-02-23 21:56:22 -07:00
  • 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) Bryan Ashby 2016-02-20 17:57:38 -07:00
  • 75698f62af Add ISSUE_TEMPLATE.md Bryan Ashby 2016-02-17 20:44:46 -07:00
  • 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 Bryan Ashby 2016-02-16 22:11:55 -07:00
  • 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. Bryan Ashby 2016-02-15 17:56:05 -07:00
  • 7b5ab029f9 Many updates to read/write of packets of diff versions Bryan Ashby 2016-02-10 22:24:46 -07:00
  • 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 Bryan Ashby 2016-02-09 22:30:59 -07:00
  • 317af8419a Major commit for new message network WIP Bryan Ashby 2016-02-02 21:35:59 -07:00
  • 77e4b9444a Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-30 15:26:34 -07:00
  • 6750c05f07 Beter group check and isAuthenticated() Bryan Ashby 2016-01-30 15:26:19 -07:00
  • 358fc486fb Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-30 15:22:51 -07:00
  • 794c885ac1 * Add new method for getting online/active node information * Use new online method for whos online Bryan Ashby 2016-01-30 15:18:55 -07:00
  • 6aabbb0548 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-22 22:17:00 -07:00
  • e8a729cebd Remove break me nonsense 😁 Bryan Ashby 2016-01-22 22:16:25 -07:00
  • 450c2c431e Some updates on ports, better formatting, etc. Bryan Ashby 2016-01-22 11:18:36 -07:00
  • 3fcec210ef Add node instructions for newbs Bryan Ashby 2016-01-18 09:50:16 -07:00
  • ed3eaea0d5 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-16 19:04:57 -07:00
  • 12414d0d7a Fix some bugs with merging when no explicit form defined Bryan Ashby 2016-01-16 19:04:17 -07:00
  • cdb3b70f2e Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-14 22:59:28 -07:00
  • 5700ff27ba Missing changes for theme fixes Bryan Ashby 2016-01-14 22:58:56 -07:00
  • 1f5ccca8fe Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-14 22:57:06 -07:00
  • ea820dbbbb Missing config_util.js Bryan Ashby 2016-01-14 22:56:21 -07:00
  • e85d56a7b2 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-14 22:52:32 -07:00
  • 8a8b00559b Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-14 22:48:55 -07:00
  • 5688926989 Feedback to op from main, etc. Bryan Ashby 2016-01-14 22:48:42 -07:00
  • 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 Bryan Ashby 2016-01-14 22:44:33 -07:00
  • 40944e5e7a Note about QEMU caveat Bryan Ashby 2016-01-12 10:30:38 -07:00
  • 8bfeba5a18 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-04 23:36:26 -07:00
  • ef047bc515 Use === for comparison Bryan Ashby 2016-01-04 23:33:03 -07:00
  • 36c995018d Add getCount() and getItems9) Bryan Ashby 2016-01-04 23:32:43 -07:00
  • 9ce2991216 Better handling of quote builder - do not wrap back up to start when appending lines; Final line closes the builder (experimental) Bryan Ashby 2016-01-04 23:32:01 -07:00
  • 3561fd8f5e Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-04 21:03:26 -07:00
  • 65ba6c7507 Missing art for new_scan related Bryan Ashby 2016-01-04 21:03:19 -07:00
  • 64d8e795cb Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-03 19:49:51 -07:00
  • 949caeab9d Missing default prompt Bryan Ashby 2016-01-03 19:49:19 -07:00
  • a39beda354 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-03 19:41:35 -07:00
  • dd82a24e56 Newscan functionality for messages in working state Bryan Ashby 2016-01-03 19:40:34 -07:00
  • 7aab03c4ba Updated message list functionality to allow passing in list/etc. Bryan Ashby 2016-01-03 17:59:29 -07:00
  • 6fc39a248c Updated deps Bryan Ashby 2016-01-03 17:58:25 -07:00
  • 4b42340c5f Add --version Bryan Ashby 2016-01-03 17:57:57 -07:00
  • 10690e74e1 chmod +x Bryan Ashby 2016-01-03 17:48:13 -07:00
  • 63019e9338 Fixes to last read ID updates and DRY Bryan Ashby 2016-01-03 17:47:39 -07:00
  • 9306b6e38c * Update last read ID even for private_mail * Allow options.config or extraArgs for various configuration Bryan Ashby 2016-01-03 17:46:32 -07:00
  • bcd3d1aa75 chmod +x Bryan Ashby 2016-01-03 17:02:08 -07:00
  • b1f7e2a11b Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-03 16:04:48 -07:00
  • 6794bee604 Fix userId bug Bryan Ashby 2016-01-03 16:04:37 -07:00
  • 79b84ac0f3 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-03 15:53:35 -07:00
  • f3b98c5644 Fix callback, add some WIP commented out concepts Bryan Ashby 2016-01-03 15:53:27 -07:00
  • e9bdf1f68f Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-03 15:51:06 -07:00
  • 443d4c16d4 Start of oputil.js Bryan Ashby 2016-01-03 15:50:56 -07:00
  • a4cd689697 Updated new scan WIP Bryan Ashby 2016-01-02 18:35:13 -07:00
  • 484ccdc014 Fix to/from user ID meta Bryan Ashby 2016-01-02 18:34:50 -07:00
  • 3056d6c742 Add some note Bryan Ashby 2016-01-02 18:34:12 -07:00
  • 303681008a Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-02 13:41:06 -07:00
  • 79cb65304d Some minor improvements for NetRunner + fix RE: RE: RE bug Bryan Ashby 2016-01-02 13:40:02 -07:00
  • cb223f17f5 Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2016-01-02 13:35:47 -07:00
  • 1fe8fe68e8 Attempt to catch error occuring on Xibalba Bryan Ashby 2016-01-02 13:20:52 -07:00
  • f292944992 Add callbacks to write methods Bryan Ashby 2016-01-02 12:11:40 -07:00
  • 7b521d8699 removeClient() at logoff() Bryan Ashby 2016-01-02 12:10:54 -07:00
  • b3e1490d63 Add username to client.log Bryan Ashby 2016-01-01 21:17:13 -07:00
  • 1212eb41eb Semi functional for basic private mail Bryan Ashby 2015-12-30 23:24:26 -07:00
  • ac6288eb23 Notes Bryan Ashby 2015-12-30 22:29:41 -07:00
  • 92c33d2d43 Add WIP method getNewMessagesInAreaForUser() Bryan Ashby 2015-12-30 22:29:10 -07:00
  • 7fb9cdccb1 Add local_bulletin message area type Bryan Ashby 2015-12-30 22:28:25 -07:00
  • 35105f2a7c Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2015-12-28 16:34:42 -07:00
  • db014c16bf Backup restore() when 'close' fails to fire Bryan Ashby 2015-12-28 16:34:28 -07:00
  • 513ff7109f Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs Bryan Ashby 2015-12-24 11:59:37 -07:00
  • 0658d5af52 User configuration in default theme Bryan Ashby 2015-12-24 11:57:00 -07:00
  • 3856a74ea7 * Use new Config.user properties for max lengths * User configuration entry Bryan Ashby 2015-12-24 11:56:25 -07:00
  • eca82b66d4 Better loading of themes & getAvailThemes() Bryan Ashby 2015-12-24 11:56:04 -07:00