- 29 Oct, 2015 4 commits
-
-
Dave Cridland authored
Use integrated AWT SystemTray and TrayIcon classes instead of JDIC.
-
Dave Cridland authored
Make code more readable by using StandardCharsets.UTF_8.
-
Christian Schudt authored
- Use String.getBytes(Charset) instead of String.getBytes(String) - Use new String(byte[], Charset) instead of new String(byte[], String) -> Get rid of UnsupportedEncodingException. -> Less try-catch blocks.
-
Christian Schudt authored
Prefer StringBuilder.append(char) over append(String).
-
- 28 Oct, 2015 4 commits
-
-
Christian Schudt authored
JDIC is obsolete starting with JDK 1.6: "Most of the features provided by JDIC were incorporated into the JDK starting with version 1.6. As a result, the development of JDIC has come to an end."
-
Christian Schudt authored
-
Christian Schudt authored
-
Christian Schudt authored
This is the more correct API and also has very minor performance benefits.
-
- 23 Oct, 2015 1 commit
-
-
akrherz authored
-
- 22 Oct, 2015 15 commits
-
-
Guus der Kinderen authored
OF-946: Help Java to find the correct Security Provider
-
Guus der Kinderen authored
-
Guus der Kinderen authored
For some reason, the default validation fails to iterate over all providers and will fail if the default provider does not support the algorithm of the chain. To work around this issue, the code now iterates over each provider explicitly, returning success when at least one provider validates the chain successfully. This replaces an earlier attempt to fix this issue by explicitly naming one (and just one) provider.
-
Guus der Kinderen authored
OF-946: Openfire should allow for more than one set of key stores.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-930: Overlay should allow for WEB-INF overrides.
-
Guus der Kinderen authored
-
Tom Evans authored
OF-921: Reset MUC group cache for group changes
-
Guus der Kinderen authored
[OF-958] Avoiding DB properties when reading DB connection configuration
-
Guus der Kinderen authored
OF-959: Fixes incorrect database version.
-
Guus der Kinderen authored
-
Alpha authored
-
Guus der Kinderen authored
OF-957: Audit Manager Module should be referenced by the correct name.
-
Guus der Kinderen authored
-
Alpha authored
-
- 19 Oct, 2015 8 commits
-
-
Tom Evans authored
Improves GroupAwareMap and GroupAwareList implementations by caching group names (in lieu of group instances) that are referenced in the corresponding collection. This enables rapid group retrieval from primary cache where applicable.
-
Guus der Kinderen authored
Adjust texts for Openfire Meetings vs Jitsi Meet
-
Guus der Kinderen authored
Adding some inline user documentation
-
Guus der Kinderen authored
Made connection retry parameters configurable
-
Guus der Kinderen authored
OF-918: BOSH should use UTF-8 character set.
-
Guus der Kinderen authored
-
Marc Laporte authored
Todo: user should be able to upload PDF presentation
-
Marc Laporte authored
-
- 18 Oct, 2015 1 commit
-
-
daryl herzmann authored
Fix typo
-
- 17 Oct, 2015 1 commit
-
-
Marc Laporte authored
-
- 16 Oct, 2015 5 commits
-
-
daryl herzmann authored
Fix a typo
-
Marc Laporte authored
-
daryl herzmann authored
OF-954: Fix MUC room sync in cluster
-
Tom Evans authored
Applying patch proposed by Luki de Silva.
-
Tom Evans authored
Fixes caching issue which prevented users from joining MUC rooms in certain cases.
-
- 14 Oct, 2015 1 commit
-
-
Roman S. authored
Added: Handle group addition/removal per MUCRoom in REST API
-