- 10 Jul, 2015 4 commits
-
-
akrherz authored
-
daryl herzmann authored
Update spanish translation
-
Jorge Merlino authored
-
Leon Roy authored
OF-929 https://igniterealtime.org/issues/browse/OF-929
-
- 09 Jul, 2015 2 commits
- 08 Jul, 2015 2 commits
-
-
Dave Cridland authored
There is a deadlock while reading the state variable if close() is running. This switches the state to be volatile instead - it's only written to inside the lengthy close() lock, so this should be reasonable.
-
andi@symphono.com authored
OF-889: Added try-catch blocks to the various JSP pages where Session.getHostName or Session.getHostAddress is called to prevent the Sessions tab from showing UnknownHostExceptions when there are bad client sessions laying around
-
- 29 Jun, 2015 3 commits
-
-
daryl herzmann authored
Update the REST API plugin to version 1.1.1
-
Roman S. authored
-
Roman S. authored
-
- 23 Jun, 2015 2 commits
-
-
Guus der Kinderen authored
-
Speedy authored
See http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling LDAP Connection Pooling is disabled when using a custom ssl socket. The custom socket was used to accept unsigned/untrusted/expired ssl certs. I removed the use of the custom socket, and also added the required system property to enable connection pooling when using SSL, which was missing.
-
- 22 Jun, 2015 1 commit
-
-
Guus der Kinderen authored
- Reworked file transfer event handling - Fixed spelling in API (as this change already broke API backwards compatibility). - Updated ClientControl plugin to reflect these changes.
-
- 19 Jun, 2015 1 commit
-
-
daryl herzmann authored
OF-922: Revert MINA to 2.0.7
-
- 18 Jun, 2015 1 commit
-
-
akrherz authored
-
- 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 3 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
-