Bryan Ashby
27fcd40900
Fix remote from user @ import
2018-01-12 19:06:33 -07:00
Bryan Ashby
00deb3fe72
* Add concept of external flavor to import/exported mails, e.g. 'ftn'
...
* Add to/from remote user meta for opaqe addrs, e.g. 'ftn' flavor can use FTN-style addresses
* Allow replys from inbox to a NetMail
2018-01-11 21:39:14 -07:00
Bryan Ashby
f939babe72
Updates and isNetmail=isPrivate
2018-01-09 20:48:47 -07:00
Bryan Ashby
99244aa2e4
* Use Zone:Net/* for lookup before defualt local address when setting 'from' for NetMail
2018-01-06 13:24:35 -07:00
Bryan Ashby
f967ce1ce6
* Fix String vs Address when creating (NetMail) packets causing orig address info to not be recorded correctly
2018-01-05 22:02:36 -07:00
Bryan Ashby
84a1f70fc2
* Add some user lookup functionality
...
* Fix INTL to/from order
* Remove VIA kludge when initially creating a NetMail message
2018-01-01 18:10:38 -07:00
Bryan Ashby
e7109b0f0c
Minor fix
2018-01-01 17:50:27 -07:00
Bryan Ashby
bbd70f2fea
Minor log changes
2018-01-01 15:13:56 -07:00
Bryan Ashby
6d929237d2
* Handle import of NetMail messages
...
* Add NetMail aliases support (name -> localname lookup, e.g. "root" -> "NuSkooler"
* Minor code changes / cleanup
2018-01-01 13:32:55 -07:00
Bryan Ashby
11a19d899e
* Use per-network outbound for NetMail just like EchoMail
...
* Use BSO style FLO file for NetMail
* Some code cleanup
2017-12-31 18:45:39 -07:00
Bryan Ashby
fc40641eeb
NetMail avail to oputil & export - WIP
2017-12-31 17:54:11 -07: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
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
8b7cf1f210
Add extra logging around TIC processing
2017-09-29 19:43:22 -06:00
Bryan Ashby
d132f3932a
Prepare exported ANSI messages by ensuring they are < 79 characters in length, using ESC[A ESC[<N>C to adjust long lines
2017-08-26 20:37:20 -06:00
Bryan Ashby
f45de620b1
Utilize explicit_encoding at export if set
2017-08-20 20:41:19 -06:00
Bryan Ashby
7343ab2ff2
Updated Events - use glob for finding nested modules/etc.
2017-06-22 22:19:34 -06:00
Andrew Pamment
bb76939745
Fixes thtrue in #115
2017-06-22 12:38:57 +10:00
Bryan Ashby
019596d709
Convert to using graceful-fs vs vanilla fs module
2017-05-19 21:20:19 -06:00
Bryan Ashby
f510fca656
Tic File Processor didn't work on nodelist file #111
2017-03-13 20:11:43 -06:00
Bryan Ashby
732e2eefd5
Don't trim() Ldesc; may muck with FILE_ID.DIZ type descriptions
2017-03-10 21:21:09 -07:00
Bryan Ashby
221ec08bc8
* Don't archive non-good non-pkt files (e.g. TICs that are *not* rejected)
...
* asyncSeries() for TIC import (SQLite transaction)
2017-03-10 21:13:30 -07:00
Bryan Ashby
76aa54f22c
Don't try to log error that doesn't exist
2017-03-08 23:01:25 -07:00
Bryan Ashby
57dc7c91ef
* TIC import support!!!
...
* reject/retain paths for FTN networks
* Fix bug in FileEntry.findFiles() with meta pairs
* New well known file meta - mostly related to TIC
* Index of file_sha256
* FileEntry.persist() can update entries
2017-03-08 22:37:02 -07:00
Bryan Ashby
be38bbf3c7
Crash on exporting packet #104
2017-03-01 20:02:45 -07:00
Bryan Ashby
4cea9e023a
Fix bug with FTN export scheduler
2017-02-21 21:26:56 -07:00
Bryan Ashby
f80492d869
Merge branch 'master' into FILE_BASE
2017-02-15 21:46:35 -07:00
Bryan Ashby
690d148ad5
* Move to uuid vs node-uuid
...
* Use uuid-parse for to/from string
2017-01-31 00:17:19 -07:00
Bryan Ashby
9525afddd3
* Created new npm module: temptmp: This replaces node-temp usage & solves global temp file cleanup issue with concept of temp "sessions"
2017-01-29 19:56:46 -07:00
Bryan Ashby
1c03c3021a
* Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods
...
* Don't move temp uploads to area directory until user submit/completed
* New file util module
2017-01-23 23:32:40 -07:00
Bryan Ashby
6f3fe7c52d
#103 : FTN PKT files need to be uppercase
2016-12-06 20:51:48 -07:00
Bryan Ashby
6da7d557f9
* Improvements to ANSI parser
...
* Introduction of storage tags for file bases / areas
* Expiration for file web server items
* WIP work on clean ANSI (on hold for a bit while other file base stuff is worked on)
2016-12-06 18:58:56 -07:00
Bryan Ashby
ec716fdf2c
* More file area utility methods/etc.
...
* Start adding oputil file-area --scan <areaTag> stuff
* New new ArchiveUtil.getInstance()
2016-10-02 21:40:37 -06:00
Bryan Ashby
6a28b3ff35
Dump schedule info @ load
2016-09-19 21:29:46 -06:00
Bryan Ashby
257081b250
Help catch errors in configs easier
2016-08-06 19:57:27 -06:00
Bryan Ashby
9af9bfe3d0
More switch style
2016-08-03 22:43:56 -06:00
Bryan Ashby
359241654b
Case insensitive compare for area tags ( #78 )
2016-07-21 21:04:08 -06:00
Bryan Ashby
5e13a78f31
Minor cleanup
2016-07-19 21:01:25 -06:00
Bryan Ashby
1ecc68b250
Fix erronous warning
2016-07-09 20:10:03 -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
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
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