[BS] High privacy

xF2 Add-on [BS] High privacy 1.2.1g

No permission to download
.fixed:
Code:
ErrorException: [E_WARNING] Declaration of TickTackk\ConversationLastReadTime\XF\Pub\Controller\Conversation::assertViewableUserConversation($conversationId, array $extraWith = Array) should be compatible with BS\HighPrivacy\XF\Pub\Controller\Conversation::assertViewableUserConversation($conversationId, array $extraWith = Array, $checkSecure = true) in src/addons/TickTackk/ConversationLastReadTime/XF/Pub/Controller/Conversation.php at line 60
.permanently fixed:
  • Call to undefined method XF\Entity\ConversationMessage::getMessage()
.changes:
  • Fix
    Code:
    XF\Db\Exception: MySQL query error [1364]: Field 'bs_hp_secure_word' has no default valuesrc/XF/Db/AbstractStatement.php:217
  • Added permission to disable IP logging
  • Adapting to Resource Standards
.changes:
  • Fix error
  • Disabling IP logging in the entire forum for all users (action logging remains, only the IP field will be empty)
  • Disabling IP logging by user in privacy settings
  • Deleting conversation messages some time after sending
  • Conversation by key (encrypted messages)
Top