develooper Front page | perl.qpsmtpd.dev | Postings from June 2012

[smtpd/qpsmtpd] 0a1662: connection consistency

From:
GitHub
Date:
June 3, 2012 23:54
Subject:
[smtpd/qpsmtpd] 0a1662: connection consistency
Message ID:
4fcc5b93a9c30_24d912b0aec18741c@sh2.rs.github.com.mail
  Branch: refs/heads/master
  Home:   https://github.com/smtpd/qpsmtpd
  Commit: 0a16621f024d078223159671129023cdded49d39
      https://github.com/smtpd/qpsmtpd/commit/0a16621f024d078223159671129023cdded49d39
  Author: Matt Simerson <matt@tnpi.net>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M docs/advanced.pod
    M plugins/async/check_earlytalker
    M plugins/async/dnsbl
    M plugins/async/require_resolvable_fromhost
    M plugins/check_basicheaders
    M plugins/check_earlytalker
    M plugins/count_unrecognized_commands
    M plugins/dns_whitelist_soft
    M plugins/dnsbl
    M plugins/greylisting
    M plugins/ident/geoip
    M plugins/ident/p0f
    M plugins/milter
    M plugins/random_error
    M plugins/require_resolvable_fromhost
    M plugins/tls
    M t/plugin_tests/count_unrecognized_commands
    M t/plugin_tests/dnsbl
    M t/plugin_tests/greylisting
    M t/plugin_tests/ident/geoip

  Log Message:
  -----------
  connection consistency

-  $self->qp->connection->notes
+  $self->connection->notes

and all tests pass.


  Commit: 0e2384cceb0dee32f8a8fdb3b3c9539e5386cf72
      https://github.com/smtpd/qpsmtpd/commit/0e2384cceb0dee32f8a8fdb3b3c9539e5386cf72
  Author: Ask Bjørn Hansen <ask@develooper.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M docs/advanced.pod
    M plugins/async/check_earlytalker
    M plugins/async/dnsbl
    M plugins/async/require_resolvable_fromhost
    M plugins/check_basicheaders
    M plugins/check_earlytalker
    M plugins/count_unrecognized_commands
    M plugins/dns_whitelist_soft
    M plugins/dnsbl
    M plugins/greylisting
    M plugins/ident/geoip
    M plugins/ident/p0f
    M plugins/milter
    M plugins/random_error
    M plugins/tls
    M t/plugin_tests/count_unrecognized_commands
    M t/plugin_tests/dnsbl
    M t/plugin_tests/greylisting
    M t/plugin_tests/ident/geoip

  Log Message:
  -----------
  Make all plugins use $self->connection rather than $self->qp->connection
Merge remote-tracking branch 'msimerson/connect'

Conflicts:
	plugins/async/require_resolvable_fromhost
	plugins/require_resolvable_fromhost


Compare: https://github.com/smtpd/qpsmtpd/compare/bfa7324...0e2384c




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About