MessageLogger: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
m (powercord faq -> powercord guidelines)
m (Add theme dev mlv2 drama)
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Line 17: Line 17:
[[File:Message_Logger_Preview_Edited_Messages.png|alt=This is how Edited Messages looks like|thumb|This is how Edited Messages lo]]
[[File:Message_Logger_Preview_Edited_Messages.png|alt=This is how Edited Messages looks like|thumb|This is how Edited Messages lo]]


Use of MessageLoggers is very controversial in the community, with multiple [[client mods]] such as [[BetterDiscord]]<ref name="bd-faq">{{Cite web|url=https://betterdiscord.app/FAQ|quote=Message loggers are in violation discord's API terms and privacy policy, and can result in account termination. We will not provide such plugins|title=BetterDiscord FAQ point 11}}</ref> and [[Powercord]]<ref>{{Cite web|url=https://powercord.dev/guidelines|archive-url=https://web.archive.org/web/20210314211818/https://powercord.dev/guidelines|archive-date=2021-03-14|quote=End User Data of other users must be handled with caution with regards to privacy. For example, logging all deleted messages is prohibited.|title=Powercord Guidelines point 2}}</ref> prohibiting their usage outright.
Use of MessageLoggers is very controversial in the community, with multiple [[client mods]] such as [[BetterDiscord]]<ref name="bd-faq">{{Cite web|url=https://betterdiscord.app/FAQ|quote=Message loggers are in violation discord's API terms and privacy policy, and can result in account termination. We will not provide such plugins|title=BetterDiscord FAQ point 11}}</ref> and [[Powercord]]<ref>{{Cite web|url=https://powercord.dev/guidelines|archive-url=https://web.archive.org/web/20210314211818/https://powercord.dev/guidelines|archive-date=2021-03-14|quote=End User Data of other users must be handled with caution with regards to privacy. For example, logging all deleted messages is prohibited.|title=Powercord Guidelines point 2}}</ref> prohibiting their usage outright and theme developers who vehemently oppose them have [https://github.com/NYRI4/LilyPichu/commit/49b169d1436c9de9b238f09c1fb72e00418f8141 attempted] to block users of it in the past, only to later revert their changes.


Commonly stated reasons are that they "violate user privacy" and "Discord's privacy policy and API terms", with multiple sources claiming usage of loggers poses a risk to your account.<ref name="bd-faq" />
Commonly stated reasons are that they "violate user privacy" and "Discord's privacy policy and API terms", with multiple sources claiming usage of loggers poses a risk to your account.<ref name="bd-faq" />

Revision as of 18:09, 27 March 2024

Message Loggers are plugins that allow users to view deleted & edited Discord messages.

Features

This is how deleted messages look like
This is how deleted messages look like

Message loggers allow users to see:

  • Recently deleted messages. A red text indicates the deleted messages.
  • Recently edited messages. A gray text indicates the edited message.

Versions (selection)

Controversy

This is how Edited Messages looks like
This is how Edited Messages lo

Use of MessageLoggers is very controversial in the community, with multiple client mods such as BetterDiscord[1] and Powercord[2] prohibiting their usage outright and theme developers who vehemently oppose them have attempted to block users of it in the past, only to later revert their changes.

Commonly stated reasons are that they "violate user privacy" and "Discord's privacy policy and API terms", with multiple sources claiming usage of loggers poses a risk to your account.[1]

However, there are no documented cases of users getting banned for just using loggers and such plugins still see wide usage across clientmods, even on those that prohibit them.

Furthermore, Discord's Developer terms of service only apply to "access to and use of the [Discord] APIs"[3]. Since logger plugins function entirely offline, these terms can't really be applied to them.

Citations

  1. 1.0 1.1 "BetterDiscord FAQ point 11". Message loggers are in violation discord's API terms and privacy policy, and can result in account termination. We will not provide such plugins
  2. "Powercord Guidelines point 2". Archived from the original on 2021-03-14. End User Data of other users must be handled with caution with regards to privacy. For example, logging all deleted messages is prohibited.
  3. "Discord Developer Terms of Service".