- 04 Dec, 2014 2 commits
-
-
Daniel Maier authored
OF-565 use thread local instead of map with threads hashcode as key (this could lead to collissions)
-
akrherz authored
Since OF 3.9.3 has a bug whereby it thinks 3.10.0 is older than 3.9.3, this causes a problem as OF 3.9.3 will attempt to install plugins that it can not run. This change puts the 3.10.0 plugins at a release that will not happen, which keeps them affectively from getting installed.
-
- 03 Dec, 2014 1 commit
-
-
Damian Minkov authored
-
- 02 Dec, 2014 1 commit
-
-
Damian Minkov authored
-
- 30 Nov, 2014 2 commits
-
-
Dele Olajide authored
-
Dele Olajide authored
-
- 28 Nov, 2014 2 commits
-
-
deleolajide authored
-
Dele Olajide authored
-
- 27 Nov, 2014 1 commit
-
-
Seanster authored
If the http admin port is disabled enabling https fails because it tries to copy from an uninitialized httpd configuration. An exception is generated and the server runs but you have no admin interfaces. The only httpd configuration parameter that might have needed to be copied is setSendServerVersion. This just makes a new 'empty' connection and sets that parameter before continuing on as usual. According to the documentation you're supposed to be able to use https admin without http admin. This situation appears to be a side effect of some code changes later on where someone just forgot to consider this. More info here in my bug report: https://igniterealtime.jiveon.com/message/241471
-
- 21 Nov, 2014 2 commits
- 19 Nov, 2014 1 commit
-
-
akrherz authored
as per request from Dele Olajide
-
- 17 Nov, 2014 1 commit
-
-
Roman S. authored
-
- 15 Nov, 2014 2 commits
-
-
Christian Schudt authored
OF-853: XEP-0077 Registration must return <not-acceptable/> if username or password are unspecified.
-
= authored
https://community.igniterealtime.org/thread/53888 Adding verify the installation configuration change encryption and secret key encryption. If there are changes then use the old encryption secret key to decrypt the original configuration. With a new encrypted and the encrypted secret key. I think OF-825 problem has been repaired.
-
- 14 Nov, 2014 9 commits
-
-
Tom Evans authored
Also includes a housekeeping item to remove the pack200task.jar (from OF-560)
-
Christian Schudt authored
-
Christian Schudt authored
default_access_model is nowhere specified in XEP-0060.
-
Tom Evans authored
Minor changes to system utility classes to improve initial state of the system, particularly during unit testing.
-
Tom Evans authored
Pick the latest bug fixes from Apache MINA 2.0,9
-
akrherz authored
See Jira ticket for license concerns
-
akrherz authored
-
= authored
Add the missing international property key, translate some Chinese content, and enhance Chinese support
-
= authored
org.jivesoftware.util.CertificateManager - Error decoding subjectAltName java.lang.ClassCastException: org.bouncycastle.asn1.DERTaggedObject cannot be cast to org.bouncycastle.asn1.ASN1Sequence
-
- 13 Nov, 2014 3 commits
- 12 Nov, 2014 2 commits
- 10 Nov, 2014 1 commit
-
-
Tom Evans authored
Introduces MUC group affiliation feature; allow users to join rooms based on group membership; distribute presence updates for MUC affiliation changes due to group membership events.
-
- 05 Nov, 2014 1 commit
-
-
Roman S. authored
-
- 03 Nov, 2014 1 commit
-
-
Dele Olajide authored
-
- 30 Oct, 2014 5 commits
-
-
Tom Evans authored
The username2roster cache was use the Openfire defaults of 256k/6hrs which is not optimal for a base installation. This sets the default max size to 1M and set the expiry to 30 minutes.
-
Tom Evans authored
Fixes roster group sharing when using the LDAP provider for users and groups, by reverting part of an earlier fix (OF-779).
-
Tom Evans authored
Fix settings for debug log so the admin UI setting is retained across restarts. The system property "log.debug.enabled" may also be used to manage this setting. If provided via openfire.xml, the property will be migrated into the DB during startup.
-
Dele Olajide authored
-
Dele Olajide authored
Added support for clustering
-
- 29 Oct, 2014 1 commit
-
-
Dele Olajide authored
-
- 28 Oct, 2014 1 commit
-
-
akrherz authored
* Fixed request conversations and messages * Now conversations list is sorted patch by koledas
-
- 27 Oct, 2014 1 commit
-
-
akrherz authored
patch by Paolo Manili
-