1. 17 Mar, 2016 4 commits
    • Chung's avatar
      Fix unicode read on input · 5e84ea54
      Chung authored
      In the current read scheme for Openfire, it is possible that due
      to variable width encoding that we sometimes only create a
      string with a partial character.
      
      This breaks the message text and causes encoding issues when read.
      
      This change modifies the way the characters are
      read to use an bytearrayoutputstream and
      only do the string conversion once.
      
      Since we only do the string creation once after the full
      buffer is read, we no longer have encoding
      issues with broken unicode characters.
      5e84ea54
    • dchinmay's avatar
      NullPointerException in RoutingTableImpl. · 1d42ddf1
      dchinmay authored
      In #routeToComponent, it is first checked if the component is being hosted in the local JVM. If it was not found, then all nodes in the ComponentsCache are checked to find if the component is hosted by one of those. In this process, the local routing table is again searched for the component, because it may have been added after the previous check. However, after this search, there is no null check done for the searched route. This results in an NPE when the component was not found locally and the #process(packet) method is called on the object. 
      
      This also prevents the code from searching other nodes that may have been in the nodes set. Added a null check to prevent this scenario.
      1d42ddf1
    • Christian Schudt's avatar
      XEP-0016 error messages should set correct from attribute (the sender). · 1315b8c4
      Christian Schudt authored
      See XEP-0016, example 50.
      1315b8c4
    • Tom Evans's avatar
      OF-954: Cleanup MUC rooms for defunct node · 6259bad9
      Tom Evans authored
      Patch submitted by community member lukzie.
      6259bad9
  2. 26 Jan, 2016 4 commits
  3. 25 Jan, 2016 16 commits
  4. 21 Jan, 2016 2 commits
    • Guus der Kinderen's avatar
      OF-1053: Don't use apostrophe in i18n · 85e442ab
      Guus der Kinderen authored
      Replaced all apostrophes with HTML-encoded entities to prevent
      formatting problems.
      85e442ab
    • Guus der Kinderen's avatar
      OF-1046: Improve offline-storage usage · 2ff3961e
      Guus der Kinderen authored
      Existing code already tried to prevent message bounces when a stanza was
      sent by the server itself. This commit builds on that solution.
      Also, debug logging was added for the store-and-* strategies when storage
      was no longer possible as a result of quota limitations (we had a hard time
      debugging this)
      2ff3961e
  5. 19 Jan, 2016 1 commit
    • Nik Okuntseff's avatar
      A fix for OF-1041 · 1e75e99c
      Nik Okuntseff authored
      Made a search by distinguishedName Active Directory specific
      as it is difficult to come up with a generic solution.
      1e75e99c
  6. 18 Jan, 2016 1 commit
  7. 12 Jan, 2016 4 commits
  8. 11 Jan, 2016 4 commits
  9. 09 Jan, 2016 2 commits
  10. 08 Jan, 2016 2 commits