[dovecot/core] 883abc: push-notification: Fix initializing push notificat...

GitHub noreply at github.com
Mon Sep 10 16:00:07 EEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 883abc49ac800e79c9c1a634cf455ce979382a99
      https://github.com/dovecot/core/commit/883abc49ac800e79c9c1a634cf455ce979382a99
  Author: Michael M Slusarz <michael.slusarz at dovecot.fi>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M src/plugins/push-notification/push-notification-plugin.c

  Log Message:
  -----------
  push-notification: Fix initializing push notification mailbox triggers

None of the mailbox triggers were working, since the transaction was
not being correctly initialized.


  Commit: 640764707a3857b249e1d278708f16114046add1
      https://github.com/dovecot/core/commit/640764707a3857b249e1d278708f16114046add1
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M src/lib-smtp/smtp-server-cmd-auth.c
    M src/lib-smtp/smtp-server-cmd-data.c
    M src/lib-smtp/smtp-server-cmd-helo.c
    M src/lib-smtp/smtp-server-cmd-mail.c
    M src/lib-smtp/smtp-server-cmd-rcpt.c
    M src/lib-smtp/smtp-server-cmd-rset.c
    M src/lib-smtp/smtp-server-cmd-starttls.c
    M src/lib-smtp/smtp-server-cmd-xclient.c
    M src/lib-smtp/smtp-server-command.c
    M src/lib-smtp/smtp-server-private.h
    M src/lib-smtp/smtp-server.h
    M src/lib-smtp/test-smtp-server-errors.c
    M src/lmtp/commands.c
    M src/lmtp/lmtp-local.c
    M src/lmtp/lmtp-proxy.c
    M src/submission-login/submission-proxy.c
    M src/submission/cmd-data.c
    M src/submission/cmd-helo.c
    M src/submission/cmd-mail.c
    M src/submission/cmd-noop.c
    M src/submission/cmd-quit.c
    M src/submission/cmd-rcpt.c
    M src/submission/cmd-rset.c
    M src/submission/cmd-vrfy.c

  Log Message:
  -----------
  lib-smtp: server: Change command hooks API to allow many parallel hooks with individual context.

This e.g. allows many server plugins to hook into command execution without
interfering with eachother.


Compare: https://github.com/dovecot/core/compare/97e5c34bf7ad...640764707a38
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list