You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PRIVACY.md
+9-40Lines changed: 9 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
# Privacy Statement
2
2
3
-
Hey, we are the lead developers of Modmail bot. This is a look into the data we collect, the data you collect, the data other parties collect, and what can be done about any of this data.
3
+
Hey, we are the lead developers of Modmail bot. This is a look into the data you collect, the data other parties collect, and what can be done about any of this data.
4
4
> **Disclaimer**: None of us are lawyers. We are just trying to be more transparent
5
5
6
+
OpenModmail is a fork of Modmail, and this privacy policy is a fork of the original Modmail privacy policy.
7
+
All telemetry and data collection has been removed from OpenModmail.
8
+
9
+
> [!NOTE]
10
+
> Plugins may collect additional data. Please check with the plugin developer for more information.
11
+
6
12
### TL;DR
7
13
8
-
Yes, we collect some data to keep us happy. You collect some data to keep the bot functioning. External services also collect some data that is out of our control.
14
+
You collect some data to keep the bot functioning. External services also collect some data that is out of our control.
9
15
10
16
## Interpretation
11
17
@@ -18,38 +24,6 @@ Yes, we collect some data to keep us happy. You collect some data to keep the bo
18
24
- Database: A location where data is stored, hosted by the bot owner. The following types of database are currently supported: [MongoDB](#MongoDB).
19
25
- Logviewer: A webserver hosted by the bot owner.
20
26
21
-
## The Data We Collect
22
-
23
-
No data is being collected unless someone decides to host the bot and the bot is kept online.
24
-
25
-
The Modmail Team collect some metadata to keep us updated on the number of instances that are making use of the bot and know what features we should focus on. The following is a list of data that we collect:
26
-
- Bot ID
27
-
- Bot username and discriminator
28
-
- Bot avatar URL
29
-
- Main guild ID
30
-
- Main guild name
31
-
- Main guild member count
32
-
- Bot uptime
33
-
- Bot latency
34
-
- Bot version
35
-
- Whether the bot is selfhosted
36
-
37
-
No tokens/passwords/private data is ever being collected or sent to our servers.
38
-
39
-
This metadata is sent to our centralised servers every hour that the bot is up and can be viewed in the bot logs when the `log_level` is set to `DEBUG`.
40
-
41
-
As our bot is completely open-source, the part that details this behaviour is located in `bot.py > ModmailBot > post_metadata`.
42
-
43
-
We assure you that the data is not being sold to anybody.
44
-
45
-
### Opting out
46
-
47
-
The bot owner can opt out of this data collection by setting `data_collection` to `off` within the configuration variables or the `.env` file.
48
-
49
-
### Data deletion
50
-
51
-
Data can be deleted with a request in a DM to our [support server](https://discord.gg/etJNHCQ)'s Modmail bot.
52
-
53
27
## The Data You Collect
54
28
55
29
When using the bot, the bot can collect various bits of user data to ensure that the bot can run smoothly.
@@ -74,7 +48,7 @@ When a message is sent in a thread, the bot saves the following data:
74
48
- Message author avatar URL
75
49
- Whether the message author is a moderator
76
50
- Message content
77
-
-All attachment urls in the message
51
+
-Attachments
78
52
79
53
This data is essential to have live logs for the web logviewer to function.
80
54
The Modmail team does not track any data by users.
@@ -99,11 +73,6 @@ If you wish to opt out of any of this data collection, please view their own pri
> This is a maintained *hard* fork of modmail by khakers based on [raidensakura](https://github.com/raidensakura)'s fork
26
+
> of modmail.
27
+
> This fork is not affiliated with the original modmail project.
28
+
> It was done to add features that were not being added to the original modmail project due to its inactivity and to
29
+
> better align with what I wanted for modmail-viewer
30
+
31
+
I am the developer of [modmail-viewer](https://github.com/khakers/modmail-viewer), which is the recommended way to view
32
+
logs for this fork.
33
+
Although you can use the built-in logviewer plugin, it is not recommended as it is not as feature-rich as
34
+
modmail-viewer, and I do not intend to maintain it.
35
+
The logviewer plugin is included with this fork, but it is disabled by default, and it contains extras features and
36
+
security fixes that are not present in the original logviewer plugin.
37
+
24
38
## Features
25
39
26
40
***Highly Customisable:**
@@ -45,7 +59,6 @@
45
59
* Support for the diverse range of message contents (multiple images, files).
46
60
* Paginated commands interfaces via reactions.
47
61
48
-
This list is ever-growing thanks to active development and our exceptional contributors. See a full list of documented commands by using the `?help` command.
49
62
50
63
## Installation
51
64
@@ -58,7 +71,7 @@ This guide assumes you have git, and a supported Python version installed and ad
0 commit comments