|
| 1 | +# Privacy Policy |
| 2 | +## Working Data |
| 3 | +To be able to find and answer to factorials, the bot reads all messages in the channels it is active in. |
| 4 | + |
| 5 | +The message content is not stored if the server is configured correctly. |
| 6 | +This is due to the discord client framework, we use, which logs all Events. |
| 7 | +The official bot `factorion-bot` with the id `1425936019559153847`, is configured to supress these logs. |
| 8 | + |
| 9 | +## Stored Data |
| 10 | +Channel configuration, which inludes pre-set commands and locale, is saved. |
| 11 | +Additionally for development, debugging and statistical purposes, some information is logged and permanently saved. |
| 12 | + |
| 13 | +This information is saved, when factorion finds operations (factorials or similar): |
| 14 | + - comment author name |
| 15 | + - message and channel id |
| 16 | + - the calculations which include: |
| 17 | + - the parsed numbers and operations |
| 18 | + - the calculated result |
| 19 | + - some status information which includes: |
| 20 | + - whether factorion replied |
| 21 | + - whether some operation could not be calculated |
| 22 | + - which commands were applied (set by user or configured for channel) |
| 23 | + - which locale was used |
| 24 | + |
| 25 | +This information may be saved on errors: |
| 26 | + - message and channel id |
| 27 | + - information from comment excluding comment text. |
| 28 | + |
| 29 | +This information may be saved for any comment: |
| 30 | + - time the message was recieved |
| 31 | + - time taken to parse, calculate and format individually |
| 32 | + |
| 33 | +## Shared Data |
| 34 | +Some statistics may be shared with the public. |
| 35 | + |
| 36 | +Such statistics may include: |
| 37 | + - time taken for parsing, calculation and formatting |
| 38 | + - channel ids with number and time of factorials |
| 39 | + - author names with number of factorials |
| 40 | + - calculation statistics wich may include (anonymously) all information regarding individual calculations as defined above |
| 41 | + - (anonymous) command statistics |
0 commit comments