-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_webmail: Add CLI command for sessions.
This adds a CLI command to view active webmail sessions. This requires adding a wrapped linked list structure around the WebSocket sessions, since these are only allocated and freed by mod_webmail, but not kept track of here, since they are callback data to net_ws. This allows more easily seeing what webmail sessions are doing at the moment, aside from simply parsing the webmail log, if enabled.
- Loading branch information
1 parent
dbb37a2
commit 3425fb8
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters