qpsmtpd/lib
Matt Simerson be9f4aef0c update tcpenv and lrpip calls to use -> syntax
don't load plugins twice.

Not exactly sure where that feature crept in some time ago. It was suppressed by checking to see if a queue plugin was already registered, and then bailing out on subsequent register_hook runs. I noticed it in testing, b/c I didn't have a queue plugin loaded. This removes the duplicate calls to register_hook.

* adds caching of the AUTH methods. You can't add new plugins or register new
  hooks w/o restarting QP, so cache the list and avoid having to generate it on every connection.

* other PBP changes (early exits, less indention, fewer unnecessary parens, etc.)
2015-01-28 19:58:58 -08:00
..
Apache config parameter passing bug fix. 2014-05-21 10:18:19 +09:00
Qpsmtpd update tcpenv and lrpip calls to use -> syntax 2015-01-28 19:58:58 -08:00
Qpsmtpd.pm Revert "Turn warnings into $qpsmtpd->log() calls" 2015-01-03 21:45:59 -08:00