1. 27 Oct, 2014 6 commits
  2. 25 Oct, 2014 2 commits
  3. 24 Oct, 2014 1 commit
  4. 23 Oct, 2014 4 commits
  5. 22 Oct, 2014 3 commits
  6. 21 Oct, 2014 2 commits
  7. 20 Oct, 2014 7 commits
  8. 17 Oct, 2014 2 commits
  9. 16 Oct, 2014 1 commit
  10. 14 Oct, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #84 from ArchyInf/EncPropertyFix · 895bdbd9
      Dave Cridland authored
      fixed encrypted properties containing xml escaped data not saved correct...
      895bdbd9
    • julian.moschuering's avatar
      fixed encrypted properties containing xml escaped data not saved correctly · 7e2db426
      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.
      7e2db426
  11. 10 Oct, 2014 5 commits
  12. 09 Oct, 2014 5 commits