1. 28 Nov, 2016 2 commits
  2. 25 Nov, 2016 1 commit
    • Michael Klein's avatar
      OF-1221 -- Add options from default.properties to Client Control plugin (#684) · 771bbab3
      Michael Klein authored
      * OF-1211 - Fix description of Broadcast disabling option in Client
      Control plugin
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * Revert "OF-1211 - Fix description of Broadcast disabling option in Client"
      
      This reverts commit fa12c8169b556c1d4d157a57609648e69637499a.
      
      * Revert "OF-1211 - Fix description of Broadcast disabling option in Client"
      
      This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575.
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1221 -- Add options from default.properties to Client Control plugin
      771bbab3
  3. 24 Nov, 2016 2 commits
  4. 21 Nov, 2016 4 commits
  5. 20 Nov, 2016 1 commit
  6. 11 Nov, 2016 3 commits
  7. 04 Nov, 2016 1 commit
    • Michael Klein's avatar
      OF-1211 - Fix description of Broadcast disabling option in Client (#663) · 57e24df5
      Michael Klein authored
      * OF-1211 - Fix description of Broadcast disabling option in Client
      Control plugin
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * Revert "OF-1211 - Fix description of Broadcast disabling option in Client"
      
      This reverts commit fa12c8169b556c1d4d157a57609648e69637499a.
      
      * Revert "OF-1211 - Fix description of Broadcast disabling option in Client"
      
      This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575.
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      
      * OF-1211 - Fix description of Broadcast disabling option in Client
      57e24df5
  8. 01 Nov, 2016 2 commits
  9. 28 Oct, 2016 1 commit
  10. 23 Oct, 2016 1 commit
  11. 21 Oct, 2016 1 commit
  12. 20 Oct, 2016 1 commit
  13. 18 Oct, 2016 1 commit
    • Gugli's avatar
      OF-1206: PrivacyLists on first run (#656) · 0d3b3a38
      Gugli authored
      * PrivacyLists on first run
      There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler)
      
      The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup).
      Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads.
      
      Fix : turn PrivacyListProvider into a singleton.
      
      * PrivacyLists on first run
      There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler)
      
      The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup).
      Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads.
      
      Fix : turn PrivacyListProvider into a singleton.
      0d3b3a38
  14. 14 Oct, 2016 4 commits
  15. 12 Oct, 2016 1 commit
  16. 11 Oct, 2016 2 commits
  17. 07 Oct, 2016 2 commits
  18. 03 Oct, 2016 10 commits