- 24 Jul, 2015 7 commits
-
-
Richard Midwinter authored
This implements the SCRAM-SHA1 mechanism, and includes extending the existing DefaultAuthProvider to store the Scram hashes for faster authentication. If user.scramHashedOnly is set to true, then only these non-reversable hashes are stored (and thus security is increased in exchanged for removing support for DIGEST-MD5 et al).
-
Dave Cridland authored
Add Proxy Authorization to DefaultAuthorizationPolicy
-
Dave Cridland authored
Fix some javadoc warnings found with `ant javadoc` build target
-
Dave Cridland authored
fix XML Schema instance namespace in two XML Schema files.
-
Dave Cridland authored
Improve installation guide
-
Dave Cridland authored
FIXED: typo
-
Dave Cridland authored
FIXED: typo
-
- 22 Jul, 2015 3 commits
-
-
Roman S. authored
Fix collection requests XEP-0059
-
Roman S. authored
XEP-0202 Entity Time should respect Daylight Saving Time
-
Christian Schudt authored
Fixes OF-932
-
- 15 Jul, 2015 2 commits
-
-
MarQuis Knox authored
FIXED: typo 1. 'from' was 'fro' (Line 18)
-
MarQuis Knox authored
-
- 14 Jul, 2015 2 commits
-
-
wroot authored
-
-
- 10 Jul, 2015 7 commits
-
-
Roman S. authored
OF-682 Add Portuguese as option for server-locale
-
Roman S. authored
Restored and separated Database-Query for MYSQL
-
akrherz authored
-
daryl herzmann authored
Update spanish translation
-
Jorge Merlino authored
-
tomatis authored
This patch repairs an incompatibility of the current default PURGE_FOR_SIZE - SQL-query by adding a separated variant for the database-type mySQL. Previously this incompatibility was provoked by "fixing" the default-query for hsqldb - see OF 789 [https://igniterealtime.org/issues/browse/OF-789] and thread on https://community.igniterealtime.org/message/250575 )
-
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
-
- 02 Jul, 2015 3 commits
-
-
ishmakov authored
For more information: https://community.igniterealtime.org/thread/56173
-
ishmakov authored
-
ishmakov authored
Monitoring Plugin request of collection count according 2.7 of XEP-0059 More information on https://community.igniterealtime.org/message/250310
-
- 01 Jul, 2015 1 commit
-
-
kurt authored
- src/plugins/userImportExport/classes/wildfire-user-schema.xsd.xml - src/plugins/jmxweb/src/hawtio/app/wiki/exemplar/camel-blueprint.xml (from http://www.w3.org/2001/XMLSchema to http://www.w3c.org/2001/XMLSchema)
-
- 29 Jun, 2015 3 commits
-
-
daryl herzmann authored
Update the REST API plugin to version 1.1.1
-
Roman S. authored
-
Roman S. authored
-
- 24 Jun, 2015 1 commit
-
-
akrherz 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 2 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
-