- 01 Dec, 2016 2 commits
-
-
daryl herzmann authored
-
akrherz authored
This change ensures that messages are received in the order that they were originally sent to the user that was unavailable/offline.
-
- 28 Nov, 2016 1 commit
-
-
Johan Forsell authored
-
- 24 Nov, 2016 1 commit
-
-
Anno van Vliet authored
-
- 21 Nov, 2016 1 commit
-
-
wroot authored
-
- 11 Nov, 2016 1 commit
-
-
akrherz authored
-
- 01 Nov, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 20 Oct, 2016 1 commit
-
-
akrherz authored
-
- 03 Oct, 2016 5 commits
-
-
Dave Cridland authored
This performs the same fix as for PEP, but this time on the PubSub services.
-
Dave Cridland authored
The PEP Service configures leaf nodes to store -1 items by default; however this value is not corrected by the usual post-configuration checks to 1, and this in turn means that when gathering the items to return, the single item is removed. This patch corrects the issue by setting the maxPublishedItems in the default configuration to 1 instead.
-
Guus der Kinderen authored
IQ requests must always be responded to, if only with an error reply. For good measure, IQ-Ping support was added too.
-
Roman Soldatow authored
-
akrherz authored
-
- 17 Aug, 2016 6 commits
-
-
wroot authored
-
akrherz authored
-
akrherz authored
-
daryl herzmann authored
-
akrherz authored
-
- 13 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
OF-1116: Apply workaround for Java 7/8 compatibility issue
-
- 12 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
The JDK 7 signature of ConcurrentHashMap#keySet() returns a Set, while JDK 8 signature returns a KeySetView, which is a new class in JDK 8. As a result, using Java 7 to run an Openfire instance that is compiled with Java 8 (using the -source/-target 1.7 compilation flags) causes a java.lang.NoSuchMethodError. To work around this problem, this commit applies a workaround as presented by Martin Buchholz in https://bugs.openjdk.java.net/browse/JDK-8151366
-
- 09 Aug, 2016 1 commit
-
-
Hal Deadman authored
alter statements (at least in oracle 11g or earlier) do not allow the COLUMN keyword after ADD in an ALTER statement Conflicts: src/database/upgrade/23/openfire_oracle.sql
-
- 01 Aug, 2016 1 commit
-
-
akrherz authored
-
- 25 Jul, 2016 1 commit
-
-
wroot authored
-
- 07 Jul, 2016 1 commit
-
-
Tagir Valeev authored
OF-1157
-
- 04 Jul, 2016 1 commit
-
-
akrherz authored
Will build on bamboo + debian with java7 as well Conflicts: build/debian/rules
-
- 01 Jul, 2016 2 commits
- 30 Jun, 2016 1 commit
-
-
akrherz authored
-
- 11 Apr, 2016 1 commit
-
-
Guus der Kinderen authored
The abstract implementation of GroupProvider should not hide the thrown clause as defined by the createGroup() signature.
-
- 25 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
When validating a certificate chain, the provided chain aught to be ordered. If our own ordering fails, we should use the first certifcate of the (unordered) chain, instead of failing completely.
-
- 23 Mar, 2016 3 commits
-
-
akrherz authored
-
akrherz authored
untested by me, just a simple s/7/8/ with the debian build files
-
Guus der Kinderen authored
Stored preferences of encryption protocols and/or cipher suites might include non-supported items. To prevent issues, the list of preferences should be checked against the currently supported items.
-
- 21 Mar, 2016 4 commits
-
-
Guus der Kinderen authored
Denote Openfire 4.0.2 Release
-
akrherz authored
-
akrherz authored
-
akrherz authored
Since the release of Openfire 3.9.3, users have reported problems with "ghost" sessions left on the server. After reviewing the changes that went into the 3.9.3 release, it seemed the fix for OF-464 may have had some side effect causing this. Since Igniterealtime's Openfire was reproducing OF-829, I did a test whereby the functional changes of Igniterealtime/Openfire#ad08cae9 were reverted. After 36 hours, there were no ghosts! This will likely necessitate reopening OF-464.
-
- 17 Mar, 2016 2 commits
-
-
Guus der Kinderen authored
IQ result should be the last stanza. This way, clients know that the last archived message has arrived.
-
wroot authored
-