This commit is contained in:
JustArchi
2018-10-21 01:56:22 +02:00
parent 40195d244e
commit 8e61791a5e

View File

@@ -33,31 +33,30 @@ Feel free to remove our notice and fill the template below with your details.
### Steps to reproduce
<!-- Every command or action done after launching ASF that leads to the bug. -->
<!-- This is very important, you want to make us run into your bug as much as possible. -->
<!-- Every command or action that happened after launching ASF, which leads to the bug. -->
<!-- If launching ASF with provided configs (below) is everything that is needed, then this section is not mandatory. -->
### Full log.txt recorded during reproducing the problem
```
Paste here, in-between triple backtick tags
Ensure that your log was NOT recorded in Debug mode, as it might contain sensitive information that should not be shared publicly, as stated on the wiki.
Ensure that your log is complete and was NOT recorded in Debug mode, as it might contain sensitive information that should not be shared publicly, as stated on the wiki.
```
### Global ASF.json config
### Global ASF.json config (if using one)
```json
Paste here, in-between triple backtick tags
Ensure that config has redacted (but NOT removed) potentially-sensitive properties, such as:
Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as:
- IPCPassword (recommended)
- IPCPrefixes (optionally, if exposing public IPs)
- SteamOwnerID (optionally)
- WebProxy (optionally, if exposing private details)
- WebProxyPassword (optionally, if exposing private details)
- WebProxyUsername (optionally, if exposing private details)
Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existance might be relevant and should be preserved.
Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence might be relevant and should be preserved.
```
### BotName.json config of all affected bot instances (if more than one)
@@ -65,15 +64,15 @@ Redacting involves replacing sensitive details, for example with stars (***). Yo
```json
Paste here, in-between triple backtick tags
Ensure that config has redacted (but NOT removed) potentially-sensitive properties, such as:
Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as:
- SteamLogin (mandatory)
- SteamPassword (mandatory)
- SteamMasterClanID (optionally)
- SteamParentalPIN (optionally)
- SteamParentalCode (optionally)
- SteamTradeToken (optionally)
- SteamUserPermissions (optionally, only SteamIDs)
Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existance might be relevant and should be preserved.
Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence might be relevant and should be preserved.
```
### Additional info