1. 10 Nov, 2015 1 commit
  2. 09 Nov, 2015 3 commits
  3. 31 Oct, 2015 1 commit
  4. 30 Oct, 2015 7 commits
  5. 29 Oct, 2015 3 commits
  6. 28 Oct, 2015 3 commits
  7. 27 Oct, 2015 1 commit
  8. 13 Oct, 2015 1 commit
  9. 28 Sep, 2015 1 commit
  10. 28 Jul, 2015 1 commit
  11. 07 Jul, 2015 1 commit
  12. 15 Jun, 2015 1 commit
  13. 01 Jun, 2015 1 commit
  14. 17 Apr, 2015 2 commits
  15. 07 Feb, 2015 1 commit
    • Tom Evans's avatar
      OF-879: Update hazelcast namespace, dependencies · dc97a815
      Tom Evans authored
      * Repackaged the classes in the Hazelcast plugin to use the project's namespace (org.jivesoftware.* rather than com.jivesoftware.*)
      * Updated to latest HZ release (v3.4)
      * Updated the name of the default clustering plugin class, used by reflection to initialize the hazelcast plugin (if present).
      * Updated docs per community feedback
      dc97a815
  16. 11 Jan, 2015 1 commit
    • Tom Evans's avatar
      OF-863: Fix multiple NPEs in cluster mode · b1599c97
      Tom Evans authored
      This patch fixes several NullPointerExceptions that were observed in an
      cluster when running under high load and latency, including related
      issues in the BOSH connector and hazelcast plugin. Some related logging
      improvements are also included.
      
      Some of the NPEs were generated during the startup phase before the
      server was fully initialized. These have been corrected by checking
      appropriate "ready state" indicators.
      
      In general, sessions hosted in remote cluster nodes that cannot be
      addressed due to timeouts during remote task execution should be
      considered temporarily "unavailable" to the cluster member that
      initiated the call.
      b1599c97
  17. 09 Dec, 2014 1 commit
    • Tom Evans's avatar
      OF-859: Pubsub fix; misc cleanup · c5075d59
      Tom Evans authored
      This fixes a problem with a static final reference in the Node.class. It
      also addresses a couple of minor issues discovered during pubsub
      testing:
      - PubSubPersistenceManager should return an editable collection rather
      than a read-only collection for published items
      - SequenceManager defaults should use a blocksize of 5 for frequently
      used tables
      - LocaleUtils should catch and log a MissingResourceException and return
      the key in lieu of the missing value (by convention)
      c5075d59
  18. 21 Nov, 2014 1 commit
  19. 15 Nov, 2014 1 commit
    • ='s avatar
      · 61179a2a
      = 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.
      61179a2a
  20. 14 Nov, 2014 2 commits
    • Tom Evans's avatar
      OF-850: Improve default initialization state · c9ef9d1b
      Tom Evans authored
      Minor changes to system utility classes to improve initial state of the
      system, particularly during unit testing.
      c9ef9d1b
    • ='s avatar
      Resolve exception · eb9144d7
      = authored
      		org.jivesoftware.util.CertificateManager - Error decoding subjectAltName
      		java.lang.ClassCastException: org.bouncycastle.asn1.DERTaggedObject
      		cannot be cast to org.bouncycastle.asn1.ASN1Sequence
      eb9144d7
  21. 10 Nov, 2014 1 commit
  22. 03 Nov, 2014 1 commit
  23. 30 Oct, 2014 2 commits
    • Tom Evans's avatar
      Provide better defaults for Roster cache · a4a2eb47
      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.
      a4a2eb47
    • Tom Evans's avatar
      OF-460: Persist log.debug.enabled property · af77674e
      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.
      af77674e
  24. 27 Oct, 2014 1 commit
  25. 23 Oct, 2014 1 commit