- 05 Mar, 2018 11 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Instead of waiting for data to become available on the main thread, this task is better offloaded to a dedicated thread pool. This prevents worker threads from locking up (which potentially cripples the server).
-
Guus der Kinderen authored
This is a very basic (and inefficient, and prone to cause thread starvation) change that causes MAM queries to be responded to only after all relevant data has become available in the database.
-
Guus der Kinderen authored
Prior to this commit, archived data was kept in a buffer, which was flushed to the database once per minute. It is undesirable to have the database 'lag behind' for such an extend period of time. This commit introduces near-instantanious flushes. Data that's put in a buffer is flushed immediately, unless more data is available instantly.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
* OF-1484: Allow admin console pages to be ordered explicitly. * OF-1484: Admin console's "Plugins" tab should be on the right. This commit forces the 'Plugins' tab to be the rightmost tab, even when plugins add new tabs to the admin console.
-
GregDThomas authored
Preserve the null modification date when serialising/deserialising
-
David B Harrison authored
Upon External Serialization, do a nulll check on modificationDate. It is possible that the modificationDate is null, if the room was just created through REST API. That results in an NPE, partial room creation, and failure in communicating the room updated event via hazelcast. If modification date is null, send the creationDate value instead. see https://discourse.igniterealtime.org/t/openfire-hazelcast-clustering-rest-api-room-creation-npe-when-no-modificaitondate-sent/80619/2
-
- 01 Mar, 2018 2 commits
-
-
GregDThomas authored
HZ-11: Fire the left cluster event before we leave the cluster
-
GregDThomas authored
-
- 26 Feb, 2018 1 commit
-
-
kmisztal authored
closes #1030
-
- 23 Feb, 2018 3 commits
-
-
Guus der Kinderen authored
When displaying the details of a certificate, the admin console now also shows its PEM representation. This is convenient for copy/pasting the certificate into other tools.
-
Dave Cridland authored
OF-1494: Fix the xmppAddr SAN othername entry in generated certs.
-
Guus der Kinderen authored
-
- 22 Feb, 2018 1 commit
-
-
akrherz authored
-
- 20 Feb, 2018 2 commits
- 19 Feb, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 18 Feb, 2018 1 commit
-
-
venushka authored
Handling xmppAddr being a type of ASN1TaggedObject (i.e. DERTaggedObject) as it fails to cast the xmppAddr to ASN1String to work with CA signed certificates/self-signed certificates generated with OpenSSL.
-
- 14 Feb, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 13 Feb, 2018 4 commits
-
-
Guus der Kinderen authored
* OF-1482: Monitoring plugin: MUC MAM responses should have a 'from'. * OF-1483: Monitoring plugin: restore admin console functionality.
-
akrherz authored
-
Greg Thomas authored
-
Guus der Kinderen authored
* OF-1455: Allow for bulk property migration. * OF-1454: New Property-based Provider Mappers.
-
- 12 Feb, 2018 7 commits
-
-
GregDThomas authored
HZ-8: Preserve Hazelcast network settings between plugin upgrades
-
Greg Thomas authored
-
Greg Thomas authored
-
GregDThomas authored
HZ-5: Ensure themarkedAsSeniorClusterMember event is fired
-
Greg Thomas authored
-
Greg Thomas authored
-
Greg Thomas authored
-
- 09 Feb, 2018 6 commits
-
-
Anno van Vliet authored
npe.
-
Tristan107 authored
So the full stack trace can be displayed. I also fixed the typo (Unkown -> Unknown).
-
Krzysztof Misztal authored
* Sending message body inside of callback * Updated version and readme.html * Updated changelog * Sending POST request. Better logs. sendBody property. * Updated readme and changelog. v1.2 * Fixed small bug
-
Dave Cridland authored
OF-891: Ensure that the clusteringStarting/clusteringStarted flags ar…
-
Dave Cridland authored
OF-1475: Update to Hazelcast 3.9.2.
-
Dave Cridland authored
OF-1472: Add basic support for XEP-0157.
-