- 17 Jun, 2015 5 commits
-
-
Tom Evans authored
The inputClosed method was added during troubleshooting for MINA 2.0.9 and can be removed now that we have downgraded to 2.0.7.
-
Tom Evans authored
Rollback of this commit for OF-421: https://github.com/igniterealtime/Openfire/commit/89c06a88d75e15d36ce7f6ace88bbf5c71fb08df
-
akrherz authored
-
daryl herzmann authored
OF-919 Update bundled jDTS driver to 1.3.1
-
akrherz authored
-
- 15 Jun, 2015 6 commits
-
-
Dave Cridland authored
Seems to have been left as the Impl class rather than the Interface itself.
-
Dave Cridland authored
Not included in the original PR, and to my shame I hadn't noticed.
-
Dave Cridland authored
Fix filter ordering and admin console NPE
-
Dave Cridland authored
OF-913 Treat lib/log4j.xml as a config file in installers
-
Dave Cridland authored
Make module loading driven by a file
-
Dave Cridland authored
OF-477 Correct SASLserver to use consistent digest-uri
-
- 11 Jun, 2015 1 commit
-
-
daryl herzmann authored
Deprecate the User Service and MUC Service Plugin.
-
- 10 Jun, 2015 4 commits
-
-
Roman S. authored
-
Dave Cridland authored
Addressing DIRMINA-1012
-
Dave Cridland authored
Where ioSession.getRemoteAddress() returns null, this can cause an NPE.
-
akrherz authored
-
- 07 Jun, 2015 2 commits
-
-
Dave Cridland authored
Private Storage should return an error if feature is disabled
-
Roman S. authored
-
- 03 Jun, 2015 2 commits
-
-
daryl herzmann authored
Update the REST API plugin to version 1.1.0
-
Roman S. authored
-
- 02 Jun, 2015 1 commit
-
-
Guus der Kinderen authored
OF-892: Adding Admin panel support for mutual authentication.
-
- 29 May, 2015 11 commits
-
-
Guus der Kinderen authored
Order Fastpath Workgroups by Display Name
-
Dave Cridland authored
OF-883: Prevent sending data to known disconnected peers.
-
Guus der Kinderen authored
-
akrherz authored
-
Guus der Kinderen authored
By closing a session when the new MINA inputClosed() handler is triggered, we run the risk of sending data to the peer. As that peer is known to be dead, this is pointless (and potentially dangerous - deadlocks have been observed that are likely related to this scenario). To prevent sending data during session closure, the close() method has been overloaded with an argument that indicates if the peer is known to be dead. When set, its implementation will not attempt to send data.
-
Guus der Kinderen authored
OF-910 - Error stanzas to MUC room should remove occupants
-
Dave Cridland authored
Currently, only stanzas containing errors of type cancel will cause the occupant to be removed, however this doesn't appear to catch and remove many occupants in practise. This patch therefore removes occupants from the service on any message or presence error stanza, irrespective of the error type. IQ stanzas do not trigger the same response, as these may be due to lack of client support rather than a vanished occupant.
-
Dave Cridland authored
Two additional fixes that relate to OF-883
-
Guus der Kinderen authored
The close listeners should not be called from within a synchronized block.
-
Guus der Kinderen authored
When a connection is closed, several events can be involved (and can be triggered). Some of these events will attempt to close the connection (if it hadn't been already). This, at best, least to multiple invocations of close-listeners. At worst, a loop of close-calls is created. This commit replaces the two-way boolean that guards closure (isClosed) with a three-way guard. Now, a distinction is made between between a connection that is closed, and one that is closing. Additionally, some null pointer guards have been added, as I've seen those pop up in my local logs during development.
-
Guus der Kinderen authored
-
- 28 May, 2015 2 commits
-
-
Dave Cridland authored
OF-883: Compensate for new half-duplex close of TCP channel in MINA
-
Guus der Kinderen authored
MINA 2.0.8 introduces support for half-duplex close of TCP channels (see DIRMINA-785). As part of this change, IoHandlers got a new method. The default behavior of the IoHandlerAdapter closes the MINA session when this handler is triggered. However, without an Openfire-specific extension (in ConnectionHandler), this fails to close Openfire-maintained resources. As a result, CPUs could start to spin in NIO code, resulting in 100% CPU cycles. To fix this issue, ConnectionHandler now overrides the default functionality and triggers a normal closure of the session (both in Openfire as well as MINA context). Additionally, to prevent the CPU spin, MINA sessions need to be closed synchronously (as opposed to the async closure Openfire had up until now). I cannot quite explain the need for this change, other than a suspision of race conditions in the async setup.
-
- 26 May, 2015 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 20 May, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.1.8
-
Dele Olajide authored
Fixed issue with room locking not working Added conference UI customization to Meetings Settings Admin web page Updated Jitsi Videobridge
-
- 15 May, 2015 1 commit
-
-
Randy Layman authored
-