This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from 34ca224bad JAMES-4085 [S3 SSEC] SSEC basic implementation new 92db805f33 JAMES-4090 Locally forced disconnection for IMAP / SMTP new 696c62c0e4 JAMES-4090 Propose a generic framework to use disconnector outside of the protocol-api new 4f75a6fc57 JAMES-4090 Disconectors for JMAP websocket and event source new c2c89da9c6 JAMES-4090 Add an interface: DisconnectorNotifier new 34e909b295 JAMES-4090 Endpoint to diconnect all users new c4d7861ae0 JAMES-4090 Allow disconnecting several user at once new c505aabcac JAMES-4090 Documentation forclosing users channels The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: core/pom.xml | 4 ++ .../java/org/apache/james/core/Disconnector.java | 28 ++++++----- .../modules/servers/partials/operate/webadmin.adoc | 54 ++++++++++++++++++++- .../james/modules/protocols/IMAPServerModule.java | 3 ++ .../james/jmap/rfc8621/RFC8621MethodsModule.java | 5 ++ .../james/modules/protocols/SMTPServerModule.java | 2 + .../james/modules/server/ServerRouteModule.java | 11 +++++ .../org/apache/james/DisconnectorNotifier.java} | 21 +++++++-- .../james/jmap/routes/EventSourceRoutes.scala | 20 +++++++- .../apache/james/jmap/routes/WebSocketRoutes.scala | 23 ++++++++- .../apache/james/imapserver/netty/IMAPServer.java | 23 ++++++++- .../james/imapserver/netty/IMAPServerFactory.java | 13 ++++- .../netty/ImapChannelUpstreamHandler.java | 15 +++++- .../james/imapserver/netty/IMAPServerTest.java | 11 +++++ .../apache/james/lmtpserver/netty/LMTPServer.java | 10 +++- .../netty/SMTPChannelInboundHandler.java | 12 ++--- .../apache/james/smtpserver/netty/SMTPServer.java | 28 ++++++++++- .../james/smtpserver/netty/SMTPServerFactory.java | 12 ++++- .../protocols/webadmin/webadmin-protocols/pom.xml | 4 ++ .../protocols/webadmin/ProtocolServerRoutes.java | 38 ++++++++++++++- src/site/markdown/server/manage-webadmin.md | 55 +++++++++++++++++++++- 21 files changed, 354 insertions(+), 38 deletions(-) copy server/container/guice/common/src/main/java/org/apache/james/ConfigurationSanitizingPerformer.java => core/src/main/java/org/apache/james/core/Disconnector.java (66%) copy server/{protocols/webadmin/webadmin-core/src/main/java/org/apache/james/webadmin/UserCondition.java => data/data-api/src/main/java/org/apache/james/DisconnectorNotifier.java} (69%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org