1. 18 May, 2016 1 commit
  2. 27 Apr, 2016 1 commit
  3. 22 Mar, 2016 1 commit
  4. 03 Mar, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1095: Make plugin lifecycle logging uniform. · e428cb5e
      Guus der Kinderen authored
      This commit adds more structure to the logging done when loading and unloading
      plugins.
      
      The plugin manager was adapted to create log statements for loading and unloading
      each plugin. It also logs to std-out for log statements of priority INFO and above.
      This mimics what some (but not all) plugins were doing internally.
      
      There's an added log statement that informs that the loading of the entire set of
      plugins has finished (which helps users to determine when Openfire is ready to be
      used).
      
      Corresponding log statements from individual plugins have been removed.
      e428cb5e
  5. 19 Feb, 2016 2 commits
  6. 15 Feb, 2016 2 commits
    • Guus der Kinderen's avatar
      OF-1089: Send IQ result only after messages · 53083dc8
      Guus der Kinderen authored
      IQ result should be the last stanza. This way, clients know that the
      last archived message has arrived.
      53083dc8
    • Guus der Kinderen's avatar
      OF-1087: BOSH namespace fix · 543ce079
      Guus der Kinderen authored
      A change introduced in Openfire 3.10.3 (OF-938) changed how the BOSH
      implementation would add default namespace definitions where applicable.
      This new implementation depends on a space from being present in the
      outer stanza. The 'fin' element that's transmitted here is wrapped in
      a message stanza without any attributes ( <message><fin ... ) which
      caused the namespace to be injected in the fin element (where the first
      space was).
      
      This commit adds a 'to' attribute to the wrapping message stanza, to
      allow for users to work around the problem without having to update
      Openfire itself.
      
      The BOSH implementation will be adjusted to account for this in another
      commit.
      543ce079
  7. 11 Jan, 2016 1 commit
    • akrherz's avatar
      Update plugin min Openfire version requirement to 4.0.0 · 99cb1478
      akrherz authored
      Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement
      on these, but this release never happened.  This update moves all these
      plugins to 4.0.0, which hopefully provokes less confusion.
      99cb1478
  8. 16 Dec, 2015 2 commits
  9. 07 Dec, 2015 1 commit
  10. 21 Nov, 2015 1 commit
  11. 19 Nov, 2015 3 commits
    • akrherz's avatar
      bump plugin minVersion to 3.11.0 alpha, where appropriate · bf850502
      akrherz authored
      The new Version.java comparison in master branch evaluates '3.11.0' as newer than '3.11.0 alpha' (which is correct), but causes a problem when attempting to load plugins requiring '3.11.0' on a developmental '3.11.0 alpha' release.
      bf850502
    • Guus der Kinderen's avatar
      OF-953: Old JSP libraries should be upgraded. · 67baf287
      Guus der Kinderen authored
      By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support
      will be brought back up-to-date. Additionally, Openfire will no longer
      have a mix of dependencies from various versions of Jetty. This commit
      contains a number of changes that go hand-in-hand:
      - Replaces JAR files
      - Applies uniformity to the buildscript where JSPC is executed
      - Replaces JSTL 1.0 taglibs with later versions
      - Adds a simple logger to the build process (to stop it from complaining)
      67baf287
    • Guus der Kinderen's avatar
  12. 18 Nov, 2015 1 commit
  13. 13 Nov, 2015 1 commit
  14. 20 Oct, 2015 1 commit
  15. 13 Oct, 2015 1 commit
  16. 12 Aug, 2015 1 commit
  17. 11 Aug, 2015 2 commits
  18. 30 Jul, 2015 1 commit
    • Dave Cridland's avatar
      Close XSS issues in Monitoring plugin · 14f4ee1a
      Dave Cridland authored
      A number of stored XSS issues were found by Dean Hardcastle during testing of
      the monitoring plugin's admin console. These include cases where chatroom
      nicknames and message text are not adequately escaped.
      14f4ee1a
  19. 09 Jul, 2015 1 commit
  20. 06 Jul, 2015 2 commits
  21. 03 Jul, 2015 1 commit
  22. 02 Jul, 2015 3 commits
  23. 05 May, 2015 2 commits
  24. 28 Oct, 2014 1 commit
  25. 27 Oct, 2014 1 commit
  26. 11 Sep, 2014 1 commit
    • thanosz's avatar
      Update StatsAction.java · ef38f144
      thanosz authored
      The Server traffic statstics in quick stats are incorrect and inconsistent compared with All Reports page.
      The problem is in the calculation of Low and High Values.
      The StatsViewer.getMin() and getMax() will return two values for high and low for server_bytes_in and server_bytes_out respectively.
      The StatsAction.getLowAndHigh(String key,  long[] timePeriod) does not take that into account and always precesses the first element in the array. Modified so that it sums the values of all the elements of the array.
      ef38f144
  27. 30 Apr, 2014 1 commit
  28. 12 Apr, 2014 1 commit
  29. 10 Mar, 2014 2 commits