- 16 Aug, 2016 1 commit
-
-
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.
-
- 13 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
-
- 12 Aug, 2016 2 commits
-
-
Guus der Kinderen authored
Revert "OF-1156: Be consistent with the contents of DefaultCache ..."
-
Guus der Kinderen authored
This reverts commit d93e8d83.
-
- 09 Aug, 2016 1 commit
-
-
Dave Cridland authored
OF-1168 fix Oracle DDL to use varchar2 and fix alter statements
-
- 08 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
-
- 04 Aug, 2016 2 commits
-
-
Dave Cridland authored
Add newly added jmxweb libs to the eclipse project classpath.
-
Daniel Hams authored
-
- 01 Aug, 2016 1 commit
-
-
akrherz authored
-
- 25 Jul, 2016 6 commits
-
-
Dave Cridland authored
OF-1147 plugin management refactoring
-
Dave Cridland authored
OF-1139: User-to-provider mapping
-
Dave Cridland authored
OF-1141 Fix default configuration of PEP/PubSub
-
Dave Cridland authored
OF-1153 Optionally allow binding admin console to separate network interface
-
Dave Cridland authored
OF-1149: Improve build speed
-
Dave Cridland authored
OF-1165 fixed Stored Cross-Site Scripting vulnerability
-
- 24 Jul, 2016 1 commit
-
-
wroot authored
-
- 22 Jul, 2016 1 commit
-
-
Dele Olajide authored
jmxweb plugin - add support for automated and scheduled monitor repor…
-
- 21 Jul, 2016 1 commit
-
-
Dave Cridland authored
OF-1162 Update postgresql JDBC driver to 9.4-1209
-
- 20 Jul, 2016 1 commit
-
-
akrherz authored
Note: this is the 'v4', which is Java1.6 compat
-
- 19 Jul, 2016 1 commit
-
-
Guus der Kinderen authored
This commit introduces a new AuthProvider and UserProvider that, similar to the HybridAuthProvider and -UserProvider can be configured to use more than one backend store. Where the Hybrids iterate over all of their providers in an attempt to fulfill a request, these new 'Mapped' variants will first determine what provider is to be used for a particular user, and will then operate on only that provider. This is useful where particular users are required to be restricted to specific backends.
-
- 07 Jul, 2016 1 commit
-
-
Tagir Valeev authored
OF-1157
-
- 04 Jul, 2016 6 commits
-
-
Roman Soldatow authored
- Fixed: Send a presence by affiliation change
-
Guus der Kinderen authored
OF-1152: Ensure that raw XML is logged;
-
Guus der Kinderen authored
OF-1156: Be consistent with the contents of DefaultCache with the HZ cache
-
Guus der Kinderen authored
Going back to Java7 for Debian OF-1115
-
Greg Thomas authored
o delay adding socket interceptors until the pluginManager is ready o Correctly interpret the sent/received messages
-
Greg Thomas authored
Hazelcast clustered cache implemented by MapProxyImpl by preventing null keys and values being added. Also document this behaviour in the Cache interface.
-
- 02 Jul, 2016 1 commit
-
-
akrherz authored
Will build on bamboo + debian with java7 as well
-
- 01 Jul, 2016 1 commit
-
-
akrherz authored
* will maintain this on the ignite bamboo server as a symlink
-
- 30 Jun, 2016 1 commit
-
-
akrherz authored
-
- 28 Jun, 2016 2 commits
-
-
Guus der Kinderen authored
Add spanish translations
-
drencrom authored
Also reorder other translations in the same order as english ones. Now the file has the same number of lines as the english one to be able to find new items to translate easily.
-
- 27 Jun, 2016 1 commit
-
-
Guus der Kinderen authored
Every plugin that adds to the Admin panel has the admin plugin as an implicit dependency. Make sure that the admin plugin is loaded, before any of the other plugins are loaded.
-
- 23 Jun, 2016 1 commit
-
-
drencrom authored
Update to last version
-
- 22 Jun, 2016 1 commit
-
-
deleolajide authored
-
- 21 Jun, 2016 1 commit
-
-
deleolajide authored
-
- 20 Jun, 2016 1 commit
-
-
Dele Olajide authored
-
- 18 Jun, 2016 1 commit
-
-
Daniel Hams authored
Allow specifying a different network interface for the admin console via the "adminConsole.interface" configuration variable. If empty uses the standard interface configuration.
-
- 17 Jun, 2016 1 commit
-
-
Dave Cridland authored
Forced set of JAVA_HOME
-
- 14 Jun, 2016 1 commit
-
-
Dave Cridland authored
OF-1150: muc#roomconfig_allowpm
-