openfire-monitoring-plugin icon indicating copy to clipboard operation
openfire-monitoring-plugin copied to clipboard

Adds support for chat archiving and server statistics to Openfire

Results 67 openfire-monitoring-plugin issues
Sort by recently updated
recently updated
newest added

The Monitoring Service plugin's XEP-0313: Message Archive Management implementation contains at least six similar query implementations. The code that is duplicated between them is moved to abstract classes, that the...

This introduces a new system property, `conversation.search.index-enabled`, that, when set to 'false', disables the full-text search functionality and corresponding indexing tasks. Disabling this functionality can save some resources on instances...

When a message query is performed without a date range, the existing implementation uses epoch and 'now' to define a range. This effectively covers every message in the archive, and...

By not parsing database content immediately, this parsing can be done after the database connection has been released. This should reduce resource contention.

The constructor of ArchivedMessage attempts to parse a stanza. This can be a resource-intensive operation. ArchivedMessage instances are typically created in bulk while iterating over database content. The resource-intensive stanza...

On the All Reports tab, you can search using a specific date range. If you first search using a valid date range, and then clear either the Start or End,...

When a room is deleted, the history isn't visible in the places we expose it (e.g. the public archiving on https://hostname:7443/monitoring/). Add an option to retain the ability to view...

Add option to the Admin Panel to automatically delete the archived history for a room when a room is deleted. (This might make sense for a user too, although the...

Add option to Admin Panel to wipe the MAM history for a given room immediately. Currently we only have a global option, and that also requires that the history is...

Version 2.5.0 (the latest release) of the Monitoring plugin is not compatbile with the upcoming release of Openfire 4.8.0. ``` 2023.09.04 18:00:53 ERROR [PluginMonitorExec-4]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while...