- 16 Feb, 2017 4 commits
-
-
Hal Deadman authored
Treat null array the same as empty array
-
Hal Deadman authored
-
Hal Deadman authored
alphabetical sort, case sensitivity of path names depends on platform
-
akrherz authored
-
- 13 Feb, 2017 1 commit
-
-
Guus der Kinderen authored
When evicting cache entries for group members, the members of other groups that are affected should also be evicted.
-
- 28 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 31 Dec, 2016 4 commits
-
-
akrherz authored
-
Dave Cridland authored
Denote Openfire 4.1.1 Release
-
akrherz authored
-
Guus der Kinderen authored
Exception handling is used to determine if the default admin console username/password applies. This exception handling should be more specific than depend on any Exception. Instead, authentication-related exceptions should be used.
-
- 30 Dec, 2016 2 commits
-
-
Guus der Kinderen authored
This fix applies to the Client Control plugin.
-
wroot authored
-
- 29 Dec, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 27 Dec, 2016 1 commit
-
-
daryl herzmann authored
-
- 22 Dec, 2016 1 commit
-
-
Guus der Kinderen authored
* OF-1254: Correct database version in update script 25. Most database update scripts version 25 identify themselfs incorrectly as 24. This causes the update script to be executed each time that Openfire starts. * OF-1255: Fix Mysql installation script. This removes an offending semicolon.
-
- 21 Dec, 2016 6 commits
-
-
akrherz authored
-
Dave Cridland authored
Denote Openfire 4.1.0 Release
-
akrherz authored
-
daryl herzmann authored
Move the logged exception when `null` keys are allowed for storage to debug leve.
-
Dave Cridland authored
OF-1246 MAM for MUC
-
Dave Cridland authored
OF-867 Wrong key in groupMetaCache evict
-
- 20 Dec, 2016 14 commits
-
-
Dave Cridland authored
OF-512: Allow 'reported' streamhost to be modified.
-
Guus der Kinderen authored
The file transfer proxy will listen on, and report, a set of network interfaces. Sometimes, the proxy is not reachable on these addresses directly (for instance in a network environment where NAT comes into play). This commit re-purposes the 'xmpp.proxy.externalip' property. Earlier, this was used to make the proxy bind to a specific interface. As this is quite similar to the functionality provided by the 'network.interface' property, 'xmpp.proxy.externalip' now controls only what interface is reported. It no longer affect the interface binding process directly. This functionality has also been added to the admin console.
-
akrherz authored
-
Dave Cridland authored
-
Dave Cridland authored
OF-1156 Warn (and possibly die) on null storage in DefaultCache
-
Dave Cridland authored
-
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.
-
Dave Cridland authored
-
Dave Cridland authored
OF-477 correct tooltip message in setup
-
akrherz authored
-
Dave Cridland authored
In one case, the outgoing stream header includes the wrong domain, which causes an error in SASL EXTERNAL on some servers.
-
Dave Cridland authored
Note that this also fixes numerous bugs with general MAM itself. A full comparitive test run was not performed, so it is unclear how many issues were present in previous builds. The "with" field is mandatory within MAM, but is not within MAM-MUC; it is therefore ignored. The specification remains unclear on whether this is legitimate.
-
Dave Cridland authored
This patch updates the database for MAM-MUC support: * Upgrade scripts simply update the version, since previous patches included these updates in upgrades. * New installations have the fields added. * MUC history logging adds the MAM message identifier.
-
daryl herzmann authored
-
- 19 Dec, 2016 5 commits
-
-
akrherz authored
untested by me, patch by @aberenguel
-
Dave Cridland authored
OF-1228 Prevent NPE on first boot
-
Dave Cridland authored
OF-1247 HSQL VARBINARY now requires length
-
akrherz authored
related to upgrade of HSQL done with OF-955 PR#679
-
akrherz authored
-