- 22 Oct, 2015 2 commits
-
-
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
-
- 13 Oct, 2015 5 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-935: Replacing hack with proper recursive parent plugin build.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Class should be extensible.
-
Guus der Kinderen authored
-
- 12 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
Fixed Eclipse classpath an added jnsapi.jar
-
- 09 Oct, 2015 3 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.2.2.
-
Dele Olajide authored
Reverted Jitsi Videobridge latest code because of issues on linux builds
-
daryl herzmann authored
ofmeet plugin version 0.2.1
-
- 08 Oct, 2015 1 commit
-
-
Dele Olajide authored
Updated Jitsi Videobridge to latest code Fixed issues with Jigasi voip gateway Added Multicast RTP to Jigasi voip gateway
-
- 05 Oct, 2015 5 commits
-
-
Guus der Kinderen authored
OF-951: Dropping support for Solaris.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-950: Build script should have a 'clean plugin' target.
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-949: Catch parsing errors for offline messages
-
- 01 Oct, 2015 1 commit
-
-
Tom Evans authored
Detect offline messages that fail to parse; write to error log before discarding as undeliverable. This will unblock the offline message queue for future (valid) messages addressed to the affected user.
-
- 29 Sep, 2015 4 commits
-
-
Guus der Kinderen authored
OF-373: Build should not check for explicit Ant version numbers
-
Guus der Kinderen authored
Instead, any Ant version higher than 1.7.1 is now accepted.
-
Guus der Kinderen authored
OF-948: Overlay should allow modification of /src/resources
-
Guus der Kinderen authored
Through overlay / customization, it should be possible to add/adjust the files under /src/resources/
-
- 28 Sep, 2015 4 commits
-
-
Guus der Kinderen authored
OF-947: Overlay should be able to modify i18n
-
Guus der Kinderen authored
i18n files can now be modified by files in <overlay>/i18n/. Files are merged, where the overlay values have preference over the original values. This commit removes support for the (poorly implemented) overlay.properties file.
-
Guus der Kinderen authored
Openfire now requires Java 7, not Java 5.
-
Guus der Kinderen authored
Problems are inevatible when a resource is opened, passed around and closed by a different method. This can improved upon easily.
-
- 24 Sep, 2015 2 commits
-
-
daryl herzmann authored
Updated the REST API plugin to 1.1.6
-
Roman S authored
Fixed: the problem with wrong media type by error
-
- 18 Sep, 2015 1 commit
-
-
Michael Fischer v. Mollard authored
With this classpath I can open and build the openfire project without error messages, which should be a start for further work.
-
- 17 Sep, 2015 2 commits
-
-
daryl herzmann authored
Minor improvements to spelling
-
Marc Laporte authored
-
- 16 Sep, 2015 4 commits
-
-
daryl herzmann authored
OF-943: Fix timeout issues in HZ plugin
-
Tom Evans authored
This updates the plugin metatdata to prepare a release for the timeout bug fix which was previously committed (via PR#288).
-
Tom Evans authored
OF-943: Timeout issues on synchronous cluster tasks
-
Alpha authored
Details: https://community.igniterealtime.org/message/252259#252259
-
- 01 Sep, 2015 3 commits
-
-
daryl herzmann authored
Update the REST API plugin to 1.1.5
-
Redor authored
- Added: Send broadcast message to all online users
-
akrherz authored
Note: this is the 'v4', which is Java1.6 compat
-
- 31 Aug, 2015 2 commits
-
-
akrherz authored
-
Guus der Kinderen authored
OF-939: Should have safeguards against runtime exceptions.
-