[PATCH] Tests: added sieve tests (fixed format)

2020-04-08 Thread Sander Hoentjen
# HG changeset patch # User Sander Hoentjen # Date 1586370310 -7200 # Wed Apr 08 20:25:10 2020 +0200 # Node ID 3d35b19abfa72d1d09e23d02917df7fbdee0970c # Parent 9e5d38da765152a20098642e37b0afe56312f794 Tests: added sieve tests diff -r 9e5d38da7651 -r 3d35b19abfa7 lib/Test/Nginx.pm ---

[PATCH] Added support for proxying managesieve protocol (fixed format)

2020-04-08 Thread Sander Hoentjen
# HG changeset patch # User Sander Hoentjen # Date 1586369831 -7200 # Wed Apr 08 20:17:11 2020 +0200 # Node ID f1dffaf619688aaab90caf31781ebe27c3f79598 # Parent 0cb942c1c1aa98118076e72e0b89940e85e6291c Added support for proxying managesieve protocol Sieve is a widely used protocol to

Re: [PATCH] Added support for proxying managesieve protocol

2020-04-08 Thread Sander Hoentjen
Hello list, This is my attempt at adding support for the managesieve protocol. I hope this is something that you would consider to add. Comments on the code are very welcome! Also, I hope I submitted this the right way. If I need to change anything, please let me know. Kind regards, Sander

[PATCH] Tests: added sieve tests

2020-04-08 Thread Sander Hoentjen
# HG changeset patch # User Sander Hoentjen # Date 1586370310 -7200 # Wed Apr 08 20:25:10 2020 +0200 # Node ID 3d35b19abfa72d1d09e23d02917df7fbdee0970c # Parent 9e5d38da765152a20098642e37b0afe56312f794 Tests: added sieve tests diff -r 9e5d38da7651 -r 3d35b19abfa7 lib/Test/Nginx.pm ---

[PATCH] Added support for proxying managesieve protocol

2020-04-08 Thread Sander Hoentjen
# HG changeset patch # User Sander Hoentjen # Date 1586369831 -7200 # Wed Apr 08 20:17:11 2020 +0200 # Node ID f1dffaf619688aaab90caf31781ebe27c3f79598 # Parent 0cb942c1c1aa98118076e72e0b89940e85e6291c Added support for proxying managesieve protocol Sieve is a widely used protocol to implement

[njs] Linking global variables and global object properties.

2020-04-08 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7ccb8b32cc02 branches: changeset: 1367:7ccb8b32cc02 user: Dmitry Volyntsev date: Wed Apr 08 13:15:02 2020 + description: Linking global variables and global object properties. diffstat: src/njs.h|3 +- src/njs_array.c