- 14 Nov, 2014 1 commit
-
-
= authored
org.jivesoftware.util.CertificateManager - Error decoding subjectAltName java.lang.ClassCastException: org.bouncycastle.asn1.DERTaggedObject cannot be cast to org.bouncycastle.asn1.ASN1Sequence
-
- 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.
-
- 03 Nov, 2014 1 commit
-
-
Dele Olajide authored
-
- 30 Oct, 2014 2 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
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.
-
- 27 Oct, 2014 1 commit
-
-
akrherz authored
patch by Andrea Ratto
-
- 23 Oct, 2014 2 commits
- 22 Oct, 2014 1 commit
-
-
Tom Evans authored
Replace standard XSS filter with something more specific to domain name validation for the S2S server whitelist/blacklist form.
-
- 17 Oct, 2014 1 commit
-
-
Tom Evans authored
Updates include changes for Openfire Session API, plus changes needed to upgrade to Hazelcast 3.3.1; also some core housekeeping (NPE)
-
- 14 Oct, 2014 1 commit
-
-
julian.moschuering authored
Encrypted properties containing data that needs xml escaping (eg a database password containing '&') are encryped in escaped form but decryption uses them directly. Encrypted properties do not need xml escaping. Eg: 1. Install an mysql connection with the password 'pass&word'; password is saved as pass&word in properties.xml 2. Launch openfire -> mysql connection is established correctly and password is now stored in encrypted form. 4. Restart openfire 5. Openfire startup fails due to incorrect database password (pass&word) is used.
-
- 10 Aug, 2014 2 commits
-
-
Shawn Debnath authored
-
Shawn Debnath authored
In setup, some of the host settings are loaded from XML properties specified in openfire.xml, while others are incorrectly loaded from whats currently in JiveGlobals. Since we are in setup mode, JiveGlobals.getProperty returns null thereby ignoring any property overrides in openfire.xml specified by the user. Changelog: 1. Instead of just blindly setting anonymous auth to true, check if user has an override property in XML configuration, if not, default to true. 2. Call getXMLProperty to load user configuration override values and not what is currently in JiveGlobals. During setup mode, this is always null. 3. Instead of setting default values for auth, user, group, card, lockout, securityAudit and admin class names, check if the user has provided overrides for those properties, and if so, use those, otherwise use defaults. 4. Expose a method to retrieve XML property names, and then in finishSetup, go through the rest of the XML properties overridden by user that were not touched by setup and individually set those. This is particularly useful when users have to specify primary and secondary * hybrid providers.
-
- 06 Jun, 2014 1 commit
-
-
Dave Cridland authored
-
- 05 Jun, 2014 2 commits
-
-
akrherz authored
Some small javadoc fixes to remove warnings during build
-
Dave Cridland authored
- Always check validity of EE Cert - Change variable name (and flip sense).
-
- 04 Jun, 2014 2 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
What this patch actually does is place existing certificates into a CertStore, including those from its (untrusted) keystore, the trust store, and any from the chain supplied by the peer, and then rebuild a chain back to a known trust anchor (from the trust store). This strategy will cope with unknown ICAs in chains, abbreviated chains, and so on, and replaces attempts to specifically handle self-signed certificates. That last said, there is an explicit shortcut to handle self-signed certificates which are supplied as end-entity certificates. These are simply checked against the trust store without any attempt to build a path.
-
- 09 May, 2014 1 commit
-
-
Tom Evans authored
Properly detect and modify encryption settings from the system properties page. Remove encryption settings for deleted properties.
-
- 08 May, 2014 1 commit
-
-
Tom Evans authored
Use numeric comparison for the various version components
-
- 02 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 01 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 07 Apr, 2014 1 commit
-
-
Tom Evans authored
Also added .gitignore for work and target directories
-
- 03 Apr, 2014 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14008 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Feb, 2014 2 commits
-
-
Dele Olajide authored
Jitsivideobridge plugin - Allow no authentication with blank username/password git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13972 b35dd754-fafc-0310-a699-88a17e54d16e
-
Dele Olajide authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13970 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Feb, 2014 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13957 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Nov, 2013 1 commit
-
-
Dele Olajide authored
Fixed OF-716 - Add Jitsi Videobridge plugin to Openfire plugins git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13819 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Sep, 2013 1 commit
-
-
Alex Mateescu authored
OF-701 Added PersistableMap abstract class to make more visible the fact that group properties are actually being persisted. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13748 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 May, 2013 1 commit
-
-
Tom Evans authored
- Improved exception handling during shutdown - Refactored LinkedList / LinkedListNode to use generics - Refactored PublishedItem to remove persistence-specific retry attribute - Added RetryWrapper to improve pubsub item persistence git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13651 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 May, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13635 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 May, 2013 1 commit
-
-
Tom Evans authored
OF-668: Improve PubSub persistence exception handling; use TaskEngine in lieu of timer threads to avoid shutdown problems (non-daemon threads, etc.) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13632 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 May, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13630 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Mar, 2013 1 commit
-
-
Florian Schmaus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13542 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 05 Mar, 2013 1 commit
-
-
Florian Schmaus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13541 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 14 Feb, 2013 1 commit
-
-
guus authored
OF-600: When replacing code during a refactoring, old public references should remain (but marked deprecated) to allow third party code time for migration. OF-617: Updated usage of time formatting to the new Date and Time formatting class. Both changes should allow Fastpath to compile properly again. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13476 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Feb, 2013 1 commit
-
-
Florian Schmaus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13469 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Feb, 2013 1 commit
-
-
Florian Schmaus authored
Fixes OF-600: XEP-0082 defines the fraction of seconds to be optional in a date format. Fallback to this if the first parser could not parse the date format. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13437 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Jan, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13396 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Jan, 2013 1 commit
-
-
Tom Evans authored
OF-590: Improved exception handling and error recovery in core clustering classes; retooled cache configuration to prevent eviction of core components; updated versions and documentation for clustering and hazelcast plugins git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13392 b35dd754-fafc-0310-a699-88a17e54d16e
-