This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from e206d1d Jwt-revoker container update for oidc example
add fbb2b66 JAMES-3693 Implement GlobalRateLimit mailet
No new revisions were added by this update.
Summary of changes:
server/mailet/rate-limiter/README.adoc | 49 ++-
server/mailet/rate-limiter/mailetcontainer.xml | 16 +
.../james/transport/mailets/EntityType.scala | 104 ++++++
.../james/transport/mailets/GlobalRateLimit.scala | 143 ++++++++
.../transport/mailets/PerSenderRateLimit.scala | 100 +-----
.../transport/mailets/GlobalRateLimitTest.scala | 359 +++++++++++++++++++++
6 files changed, 685 insertions(+), 86 deletions(-)
create mode 100644
server/mailet/rate-limiter/src/main/scala/org/apache/james/transport/mailets/EntityType.scala
create mode 100644
server/mailet/rate-limiter/src/main/scala/org/apache/james/transport/mailets/GlobalRateLimit.scala
create mode 100644
server/mailet/rate-limiter/src/test/scala/org/apache/james/transport/mailets/GlobalRateLimitTest.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]