Skip to content

Releases: haraka/haraka-plugin-p0f

v1.0.9

12 Dec 23:21
cff2948
Compare
Choose a tag to compare

fix connect path argument causing server crash when socket missing

1.0.8

07 Jul 17:27
bda4888
Compare
Choose a tag to compare
  • dcf5aa5 ci: only publish when package.json changes
  • 3d0ee02 Added systemd.service file (#25)
  • 1e37905 doc(changes): add Unreleased marker

v1.0.7

05 Jun 23:54
b9b2180
Compare
Choose a tag to compare
  • 7a3e7e1 ci: update GHA workflow with shared
  • 2835aca doc(changes): add Unreleased marker
  • 0a51e62 ci: add submodule .release

1.0.6

10 Nov 22:53
Compare
Choose a tag to compare
  • a0b3914 Release 1.0.6
  • 4127d8e lint, deps, version, CI (#21)
  • 7c2b68d bump ipaddr.js version (#20)
  • 20479b6 update to es6 classes (#19)
  • e806fbe replace node 6 with 12 CI testing
  • 9736678 Delete package-lock.json
  • f05bedf fully quality path to mocha binary (#13)
  • 4a004aa Make add_header option visible at config (#11)
  • cd2c594 Merge pull request #9 from haraka/greenkeeper/update-to-node-10
  • 9fe43fb Update to node 10 in .travis.yml
  • 15f8b1f Merge pull request #7 from haraka/es6
  • 91a3318 Merge branch 'master' into es6
  • 184a75b Merge pull request #6 from lnedry/template-literals
  • f3cbe1f es6: use class constructor
  • 56b9e3f Replace string concatenations with template literals in p0f plugin
  • 0dd4eb8 Merge pull request #1 from haraka/warn-on-no-config
  • 63ba20c refactor duplicated init code into start_p0f_client
  • 08ab2ca update Changes
  • afd4843 warn when p0f socket_path not configured
  • ae24d9b Merge pull request #4 from haraka/eslint-no-var
  • 4899b1d eslint no-var updates
  • 1c4faba release 1.0.1
  • f9d810e import from Haraka