1. 04 Jan, 2017 1 commit
  2. 19 Dec, 2016 1 commit
  3. 09 May, 2016 2 commits
  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. 25 Jan, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1056: Redirect commons logging over slf4j properly. · 93a320c7
      Guus der Kinderen authored
      Instead of using our proprietary commons logging wrapper for slf4j, use
      the one provided by slf4j. Not only does is reduce code, it also does a
      better job logging things (using the correct log category).
      
      The jcl-over-slf4j.jar is a drop-in replacement for commons-logging.jar
      (for version 1.1.1 commons-logging - our copy was probably older).
      93a320c7
  6. 19 Jan, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1049: Admin console secure port · 03d1cce5
      Guus der Kinderen authored
      Don't initialize the admin console TLS connector when no identity store
      is available (that's guaranteed to fail).
      Don't log admin console startup success when there's an error.
      03d1cce5
  7. 28 Nov, 2015 3 commits
  8. 25 Nov, 2015 5 commits
  9. 19 Nov, 2015 1 commit
    • 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
  10. 09 Nov, 2015 1 commit
  11. 13 Oct, 2015 1 commit
  12. 13 Dec, 2014 1 commit
  13. 09 Dec, 2014 3 commits
  14. 27 Nov, 2014 1 commit
    • Seanster's avatar
      fix enabling https admin port without http enabled · 80315cd7
      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
      80315cd7
  15. 02 Jun, 2014 1 commit
  16. 27 Mar, 2013 1 commit
  17. 01 Jan, 2012 3 commits
  18. 01 Feb, 2010 1 commit
  19. 19 Jan, 2010 1 commit
  20. 06 Jan, 2010 2 commits
  21. 09 Nov, 2009 1 commit
  22. 30 Sep, 2009 1 commit
  23. 26 Jun, 2008 1 commit
  24. 11 Apr, 2008 1 commit
  25. 06 Feb, 2008 1 commit
  26. 04 Dec, 2007 1 commit
  27. 16 Oct, 2007 1 commit
  28. 11 Sep, 2007 1 commit