- 12 Feb, 2018 3 commits
-
-
Greg Thomas authored
-
Greg Thomas authored
-
Greg Thomas authored
-
- 09 Feb, 2018 8 commits
-
-
Tristan107 authored
So the full stack trace can be displayed. I also fixed the typo (Unkown -> Unknown).
-
Krzysztof Misztal authored
* Sending message body inside of callback * Updated version and readme.html * Updated changelog * Sending POST request. Better logs. sendBody property. * Updated readme and changelog. v1.2 * Fixed small bug
-
Dave Cridland authored
OF-891: Ensure that the clusteringStarting/clusteringStarted flags ar…
-
Dave Cridland authored
OF-1475: Update to Hazelcast 3.9.2.
-
Dave Cridland authored
OF-1472: Add basic support for XEP-0157.
-
Dave Cridland authored
OF-1471: Terminate upon invalid Stream Management data.
-
Dave Cridland authored
Allow remotely connected servers to subscribe to local pubsub nodes
-
Dave Cridland authored
OF-1469 New plugin: XEP-0215 External Service Discovery
-
- 08 Feb, 2018 4 commits
-
-
Greg Thomas authored
OF-891: Ensure that the clusteringStarting/clusteringStarted flags are correctly set when clustering starts.
-
Guus der Kinderen authored
-
Greg Thomas authored
-
Greg Thomas authored
-
- 07 Feb, 2018 1 commit
-
-
akrherz authored
-
- 06 Feb, 2018 1 commit
-
-
Guus der Kinderen authored
-
- 02 Feb, 2018 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
When a client tells us that it received an amount of stanzas that's greater than the number of stanzas that we've sent it, the stream should be terminated. Similarly, we should not allow a client to resume a stream when it tells us it received more data on the old stream than what we've sent it.
-
- 30 Jan, 2018 1 commit
-
-
dbh authored
* OF-1467, Check nodeRoutes.containsKeys(key) to avoid Null Pointer Exception in ClusterListener, nodeCleanup, when there are no sessions on the node to cleanup * Good point. Tweak to fix as per suggestion.
-
- 26 Jan, 2018 4 commits
-
-
Guus der Kinderen authored
-
Dave Cridland authored
WebSocket endpoint should allow null path.
-
Dave Cridland authored
OF-1468 Group Chat History returns one message too many
-
Christian Schudt authored
Currently the endpoint is only available via ws://host:port/ws/ It will now also be available via ws://host:port/ws (note the lack of the trailing slash). URLs without trailing slash seem to be the standard for BOSH and WebSockets and are also used by XEP-0156. This commit increases interoperability.
-
- 25 Jan, 2018 1 commit
-
-
Anno van Vliet authored
When specifying “Show a Specific Number of Messages” for Group Chat History Settings, the user get one message to many. For example, if 10 is specified. the user get the last eleven messages in the room.
-
- 24 Jan, 2018 1 commit
-
-
dbh authored
OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all sessions are LocalClientSessions. But, in a multi-node hazelcast enabled openfire environment, (#997) there may be remote (not local) sessions as well. The bug is a cast of sess to LocalClientSession, but that isn't always appropriate. Session Details and Session Summary jspf pages use this jspf file
-
- 19 Jan, 2018 1 commit
-
-
Dele Olajide authored
-
- 23 Dec, 2017 4 commits
-
-
Ivan authored
-
Ivan authored
-
Guus der Kinderen authored
An option has been added to the registration plugin that allows an administrator to configure that all newly created user accounts will be locked out automatically after a certain amount of time has passed. Shoutout to @jadestorm for having the foresight in 2008, making this possible. :)
-
Guus der Kinderen authored
-
- 22 Dec, 2017 3 commits
-
-
Guus der Kinderen authored
* Add install4j support to the Maven build. Using the 'install4j' profile on a server that has a suitable install4j and JREs, Maven can now generate install4j builds, using: mvn -P install4j clean package Note that Maven, even without the install4j profile, will no longer output the build artifacts in /target. Instead, these are now outputted into /distribution/target/distribution-base/ * Make Ant build work with changed Maven structure.
-
GregDThomas authored
-
Ivan authored
-
- 21 Dec, 2017 4 commits
-
-
GregDThomas authored
OF-1404: add the MS SQL Server drivers to the distribution.
-
Greg Thomas authored
-
Guus der Kinderen authored
-
Greg Thomas authored
-
- 20 Dec, 2017 1 commit
-
-
Anno van Vliet authored
* Added User Status Plugin Plugin from Stefan Reuter to keep a history of the user status in the database. * revert unrelated javadoc change * update plugin versioning we still have to support ant builds * update note about supported databases
-
- 19 Dec, 2017 1 commit
-
-
GregDThomas authored
* OF-1419: Replace Proxool with Apache Commons DBCP * Restore the -SNAPSHOT which somehow got lost in the merge
-