Branch: refs/heads/master
  Home:   https://github.com/smtpd/qpsmtpd
  Commit: 710894cd49fd6016ed85ae8b78745782e1fa9eed
      
https://github.com/smtpd/qpsmtpd/commit/710894cd49fd6016ed85ae8b78745782e1fa9eed
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M MANIFEST
    M lib/Qpsmtpd.pm
    A lib/Qpsmtpd/Base.pm
    M lib/Qpsmtpd/Transaction.pm
    R lib/Qpsmtpd/Utils.pm
    M plugins/fcrdns
    M plugins/helo
    A t/qpsmtpd-base.t
    R t/qpsmtpd-utils.t
    M t/qpsmtpd.t

  Log Message:
  -----------
  moved Qpsmtpd::Utils -> Base.pm


  Commit: 860d5a6f9012e9ecde061e312f9b45f11668301c
      
https://github.com/smtpd/qpsmtpd/commit/860d5a6f9012e9ecde061e312f9b45f11668301c
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  updated MANIFEST


  Commit: b60c14a7c14115fb7fe550b62169566311f28c1f
      
https://github.com/smtpd/qpsmtpd/commit/b60c14a7c14115fb7fe550b62169566311f28c1f
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M t/qpsmtpd-base.t

  Log Message:
  -----------
  t/q-base, s/utils/base/


  Commit: f8e2fdb9665def94021055dc02af16ee6b038c7b
      
https://github.com/smtpd/qpsmtpd/commit/f8e2fdb9665def94021055dc02af16ee6b038c7b
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd.pm
    M lib/Qpsmtpd/Plugin.pm
    A t/config/test_config_file
    M t/qpsmtpd.t

  Log Message:
  -----------
  more tests for Qpsmtpd.pm


  Commit: 79d2b99211259c87483f732830fcbd57d34f037d
      
https://github.com/smtpd/qpsmtpd/commit/79d2b99211259c87483f732830fcbd57d34f037d
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd.pm

  Log Message:
  -----------
  Qpsmtpd: remove PLUGIN_DIR label, replace implicit

if statements with chained 'and' with if block (2x)


  Commit: ebdb25a4bd544454595994490250d0ca86cfbaae
      
https://github.com/smtpd/qpsmtpd/commit/ebdb25a4bd544454595994490250d0ca86cfbaae
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M MANIFEST
    M lib/Qpsmtpd.pm
    M lib/Qpsmtpd/Base.pm
    A lib/Qpsmtpd/Config.pm
    M lib/Qpsmtpd/SMTP.pm
    M plugins/badmailfromto
    M plugins/greylisting
    M plugins/virus/clamdscan
    M qpsmtpd-async
    M t/Test/Qpsmtpd.pm
    M t/Test/Qpsmtpd/Plugin.pm
    R t/config.t
    M t/config/plugins
    A t/config/size_threshold
    M t/plugin_tests/virus/clamdscan
    M t/qpsmtpd-base.t
    A t/qpsmtpd-config.t
    M t/qpsmtpd.t
    R t/tempstuff.t

  Log Message:
  -----------
  extracted config*() from Qpsmtpd.pm -> Config.pm

* includes full test converage for Qpsmtpd::Config
    * folded t/config.t into t/qpsmtpd-config.t
* includes additional tests for Qpsmtpd
    * folded t/tempstuff into t/qpsmtpd.t
* PBP adjustments here and there
* other tweaks to handle test warnings


  Commit: 75cb416b62c256eadc14f70f448110463b270e13
      
https://github.com/smtpd/qpsmtpd/commit/75cb416b62c256eadc14f70f448110463b270e13
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M t/qpsmtpd.t

  Log Message:
  -----------
  added diagnostics for failed spool_dir test

likely due to config caching


  Commit: b153c0ab99f0bd504616e6d6398cd9c589527e43
      
https://github.com/smtpd/qpsmtpd/commit/b153c0ab99f0bd504616e6d6398cd9c589527e43
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M Makefile.PL
    M lib/Qpsmtpd/Config.pm
    A t/config/users.cdb
    M t/qpsmtpd-config.t

  Log Message:
  -----------
  more tests for Qpsmtpd::Config

* fix for cache clearing that didn't work
* imported a sample .cdb file for testing


  Commit: 48bd0f3e0c7ba88164eefb6ba20b785b4fb660bc
      
https://github.com/smtpd/qpsmtpd/commit/48bd0f3e0c7ba88164eefb6ba20b785b4fb660bc
  Author: Jonathan Hall <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd/Base.pm

  Log Message:
  -----------
  Kill some tab characters; and adopt PBP-suggested formatting for :? operator.


  Commit: d83268e4483de2c6d749428fdb7b8a7da896d70f
      
https://github.com/smtpd/qpsmtpd/commit/d83268e4483de2c6d749428fdb7b8a7da896d70f
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd/Base.pm

  Log Message:
  -----------
  Merge pull request #3 from flimzy/Base.pm

Kill some tab characters; PBP-suggested formatting for :? operator


  Commit: b0c3d715cc2ab7ef9f8216cf72388af07a82e3f3
      
https://github.com/smtpd/qpsmtpd/commit/b0c3d715cc2ab7ef9f8216cf72388af07a82e3f3
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd.pm
    M lib/Qpsmtpd/Config.pm

  Log Message:
  -----------
  moved config() from Qpsmtpd -> Q::Config.pm


  Commit: a473c2732d0dccd140a862183835ed634b15ace5
      
https://github.com/smtpd/qpsmtpd/commit/a473c2732d0dccd140a862183835ed634b15ace5
  Author: Matt Simerson <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M lib/Qpsmtpd.pm
    M lib/Qpsmtpd/Config.pm
    M t/qpsmtpd-config.t

  Log Message:
  -----------
  updated Config::defaults() to behave as before

and added additional tests for it


  Commit: d36b9240f94d7f29280dfcb8dc12852cd1e82917
      
https://github.com/smtpd/qpsmtpd/commit/d36b9240f94d7f29280dfcb8dc12852cd1e82917
  Author: flimzy <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M MANIFEST
    M Makefile.PL
    M lib/Qpsmtpd.pm
    A lib/Qpsmtpd/Base.pm
    A lib/Qpsmtpd/Config.pm
    M lib/Qpsmtpd/Plugin.pm
    M lib/Qpsmtpd/SMTP.pm
    M lib/Qpsmtpd/Transaction.pm
    R lib/Qpsmtpd/Utils.pm
    M plugins/badmailfromto
    M plugins/fcrdns
    M plugins/greylisting
    M plugins/helo
    M plugins/virus/clamdscan
    M qpsmtpd-async
    M t/Test/Qpsmtpd.pm
    M t/Test/Qpsmtpd/Plugin.pm
    R t/config.t
    M t/config/plugins
    A t/config/size_threshold
    A t/config/test_config_file
    A t/config/users.cdb
    M t/plugin_tests/virus/clamdscan
    A t/qpsmtpd-base.t
    A t/qpsmtpd-config.t
    R t/qpsmtpd-utils.t
    M t/qpsmtpd.t
    R t/tempstuff.t

  Log Message:
  -----------
  Merge pull request #102 from msimerson/Base.pm

Base.pm


Compare: https://github.com/smtpd/qpsmtpd/compare/2a303538e584...d36b9240f94d

Reply via email to