1. 30 Jun, 2017 2 commits
    • Guus der Kinderen's avatar
      OF-1350: Be more flexible when dealing with MUC room passwords · 095d06c3
      Guus der Kinderen authored
      XMPP defines two configuration fields for password-protecting a room:
      - one that defines if the room is password protected.
      - another one that defines the password.
      
      Openfire, internally, only stores the password, if password-protection is required.
      
      Some clients send only a password, without explicitly defining the password-protection boolean. In such cases, Openfire should be somewhat flexible, and process the configuration form as intended by the user.
      095d06c3
    • wroot's avatar
      OF-1343 update docs about new windows service behavior (#820) · 608fac5f
      wroot authored
      * OF-1343 added comments about changes in 4.1.5
      
      * OF-1343 a note about new service behavior
      608fac5f
  2. 27 Jun, 2017 1 commit
  3. 25 Jun, 2017 1 commit
  4. 20 Jun, 2017 1 commit
  5. 19 Jun, 2017 1 commit
  6. 15 Jun, 2017 1 commit
  7. 14 Jun, 2017 1 commit
  8. 12 Jun, 2017 3 commits
  9. 09 Jun, 2017 8 commits
  10. 16 May, 2017 1 commit
  11. 15 May, 2017 1 commit
  12. 09 May, 2017 1 commit
  13. 04 May, 2017 3 commits
  14. 27 Apr, 2017 2 commits
  15. 26 Apr, 2017 4 commits
  16. 25 Apr, 2017 2 commits
  17. 14 Apr, 2017 2 commits
  18. 13 Apr, 2017 2 commits
  19. 10 Apr, 2017 1 commit
  20. 03 Apr, 2017 1 commit
  21. 29 Mar, 2017 1 commit
    • Guus der Kinderen's avatar
      OF-1305: Make escaping of multibyte characters in LDAP search optional. (#767) · 27dcea60
      Guus der Kinderen authored
      A new property (ldap.encodeMultibyteCharacters) is introduced that controls if multibyte characters in LDAP search queries are escaped.
      
      Escaping of these characters started with the fix for OF-830, which appears to have caused OF-1305. Although I can't say that escaping of characters is wrong (per RFC 4515), it does cause real-world problems.
      
      This fix defaults to not encoding again (reverting back to the behavior pre OF-830, without affecting other changes made in OF-830).
      27dcea60