README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. The DirectMessage plugin allows users to send Direct Messages
  2. Installation
  3. ============
  4. This plugin is enabled by default
  5. Settings
  6. ========
  7. none
  8. Changes from previous release
  9. =============================
  10. - Migrate from message table to notice table
  11. This change implied the write of upgrading logic, the addition of a new
  12. Notice scope (NOTICE::MESSAGE_SCOPE) and updating the save logic.
  13. - Support Federation
  14. DM is still in charge of local communications-only but it now uses a few new
  15. custom events to allow remote handling of the private messages.
  16. TODO
  17. ====
  18. - Review API actions, broken after new update
  19. - Review Command events
  20. - Update messagelistitem (UI) to support multi-recipient. Right now we present only
  21. one of the recipients in the message header.
  22. - Update messagelistitem (UI) to support no-recipient, which happens when a message
  23. is sent to profiles that blocked the sender. Right now we don't present this messages
  24. at all because of the UI requirements, but it is still stored in the database.
  25. - Add delete, like and reply actions. Replies need further changes like adding
  26. support for private-conversations.