1.0.34
- 509a7ba ci(node): add v18 testing (#49)
- 0739b96 Create dependabot.yml (#48)
- 6867dab conn: add smtp.ini config, pass config as haraka does (#47)
- e4c9374 transaction: populate logging methods (#44)
- 625ce72 transaction: lowercase the header names (#43)
- c63e660 es6 and testing updates (#41)
- 2de78a5 drop node 6, add node 12 CI testing (#40)
- 071705a trans: store results in transaction (#37)
- 70a0f37 transaction: add results (#36)
- f1f4403 txn: have header.add() populate header_decoded too (#35)
- 5410848 txn: add header.get_decoded() (#34)
- 84ae550 es6 class changed meaning of this (#33)
- 2bf28dd add updated get/set to match upstream connection (#30)
- 4e2938c Update to node 10 in .travis.yml (#32)
- 6fe2ee6 use es6 classes (#29)
- 9af8cd2 added array values to transaction.header and header.get_all (#28)
- f1d725f plugins: provide haraka_require (#27)
- 623dd58 haraka-eslint updates (#26)
- 6fb1096 Haraka notes (#24)
- f32da45 fix appveyor image URL (#23)
- 0530cd3 remove version from haraka-results (#22)
- 1638c89 Add missing server property and allow setImmediate in pluigns (#20)
- 8ad2811 Meta updates (#19)
- ce59c0d shared eslint (#18)
- 1e1cffd add shorter fixtures.results alias (#17)
- 14819fc replace copied results_store with freshly packaged haraka-results (#16)
- 8177e25 update result_store, adding get(plugin) syntax. (#15)
- 70e2679 permit npm packaged plugin to inherit a locally installed npm packaged plugin (#14)
- 7ef1145 Add Greenkeeper badge 🌴 (#13)
- 00d33c6 fix path.basename/dirname issue (#12)
- 95661ae Appveyor - windows compatibility (#11)
- 5f84c1f lint fixes (#10)
- 4404d9a simplified .travis.yml, add .codeclimate (#8)
- d9bf341 more functional header add/get/rm functions (#7)
- 5dc4603 added connection.set() (#6)
- 55e1666 normalize connection properties (#5)
- 19ae0cb Implement remote_ip on connections
- 116098e Merge pull request #3 from haraka/increased-test-coverage
- 3174b3b add plugin inherit naming test
- e21b6c4 Merge pull request #2 from haraka/npm-packaged-plugin-mods
- 15ece99 improved npm module path resolution
- 2d67b9b Merge pull request #1 from haraka/inheritance
- aa1b1ff version bump
- ce55b11 inheritance tests and package support
- dceb4cc enable more Haraka tests to depend on this
- 49880ee updates for compat with Haraka/tests/plugins
- 5bccc00 more path resolution improvements
- 137ef1c better path-to-plugin resolution
- e76ba28 improve code quality score
- 8a14bca add some docs
- 15a74cb add address-rfc2821 dep
- 91acf43 add CI settings
- 680279b progress
- 065c9b7 Initial commit