1. 13 Feb, 2018 3 commits
  2. 12 Feb, 2018 7 commits
  3. 09 Feb, 2018 9 commits
  4. 08 Feb, 2018 4 commits
  5. 07 Feb, 2018 1 commit
  6. 06 Feb, 2018 1 commit
  7. 02 Feb, 2018 2 commits
  8. 30 Jan, 2018 1 commit
  9. 26 Jan, 2018 4 commits
  10. 25 Jan, 2018 1 commit
    • Anno van Vliet's avatar
      Group Chat History contains one message to many. · fc682b88
      Anno van Vliet authored
      When specifying “Show a Specific Number of Messages” for Group Chat
      History Settings, the user get one message to many. For example, if 10
      is specified. the user get the last eleven messages in the room.
      fc682b88
  11. 24 Jan, 2018 1 commit
    • dbh's avatar
      OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all... · 957541b4
      dbh authored
      OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all sessions are LocalClientSessions. But, in a multi-node hazelcast enabled openfire environment, (#997)
      
      there may be remote (not local) sessions as well.  The bug is a cast of sess to LocalClientSession, but that isn't always appropriate. Session Details and Session Summary jspf pages use this jspf file
      957541b4
  12. 19 Jan, 2018 1 commit
  13. 23 Dec, 2017 4 commits
  14. 22 Dec, 2017 1 commit
    • Guus der Kinderen's avatar
      OF-546 Add install4j support to the Maven build. (#992) · 9a16f0dc
      Guus der Kinderen authored
      * Add install4j support to the Maven build.
      
      Using the 'install4j' profile on a server that has a suitable install4j and JREs, Maven can now
      generate install4j builds, using: mvn -P install4j clean package
      
      Note that Maven, even without the install4j profile, will no longer output the build artifacts
      in /target. Instead, these are now outputted into /distribution/target/distribution-base/
      
      * Make Ant build work with changed Maven structure.
      9a16f0dc