Remote communication de DE - IES-Rafael-Alberti/wiki-multi-language-example GitHub Wiki
This section elaborates on remote communication that ASF includes, including further explanation on how one can influence it. While we don't consider anything below as malicious or otherwise unwanted, and neither we're legally obliged to disclose it, we want you to better understand the program functionality especially in regards to your privacy and data being shared.
ASF communicates with Steam network (CM servers), as well as Steam API, Steam store and Steam community.
It's not possible to disable any of the above communication, as it's the core foundation ASF is based on in order to provide its basic functionality. You'll need to refrain from using ASF if you're not comfortable with the above.
ASF communicates with our Steam group. The group provides you with announcements, especially new versions, critical issues, Steam problems and other things that are important to keep community updated. It also allows you to use our technical support, by asking questions, resolving problems, reporting issues or suggesting improvements. By default, accounts used in ASF will automatically join the group upon login.
You can decide to opt-out of joining the group by disabling SteamGroup
flag in bot's RemoteCommunication
settings.
ASF communicates with GitHub's API in order to fetch ASF releases for the update functionality. This is done as part of auto-updates (if you've kept UpdatePeriod
enabled), as well as update
command. You can influence ASF's communication with GitHub through UpdateChannel
property - setting it to None
will result in disabling entire update functionality, including GitHub communication in this regard.
ASF communicates with our own server for more advanced functionality. In particular, this includes:
- Verifying checksums of ASF builds downloaded from GitHub against our own independent database to ensure that all downloaded builds are legitimate (free of malware, MITM attacks or other tampering)
- Announcing your bot in our listing if you've enabled
SteamTradeMatcher
inTradingPreferences
and meet other criteria - Downloading currently available bots to trade from our listing if you've enabled
MatchActively
inTradingPreferences
and meet other criteria
As a security measure, it's not possible to disable checksum verification for ASF builds. However, you can disable auto-updates entirely if you'd like to avoid this, as described above in the GitHub section.
You can decide to opt-out of being announced in the listing by disabling PublicListing
flag in bot's RemoteCommunication
settings. This might be useful if you'd like to run SteamTradeMatcher
bot without being announced at the same time.
Downloading bots from our listing is mandatory for MatchActively
setting, you'll need to disable that setting if you're unwilling to accept that.
Unsere öffentliche ASF STM-Liste befindet sich auf unserer Website und wird als öffentlicher Dienst sowohl für ASF-Benutzer, die MatchActively
nutzen, als auch für ASF- und Nicht-ASF-Benutzer für manuelles Matching verwendet.
Bitte beachte, dass du nicht auf der Webseite angezeigt wirst, wenn du nicht alle Anforderungen erfüllst. ASF won't even bother communicating with our server in this case, so this section is entirely skipped for you if you didn't intentionally enable SteamTradeMatcher
in order to help yourself match dupes. Auch die öffentliche Auflistung ist nur mit der neuesten stabilen Version von ASF kompatibel und kann sich weigern, veraltete Bots anzuzeigen, insbesondere wenn ihnen Kernfunktionen fehlen, die nur in neueren Versionen zu finden sind.
ASF sendet nach der Anmeldung einmalig erste Daten, die alle Eigenschaften enthalten, die von der öffentlichen Auflistung verwendet werden. Dann sendet ASF alle 10 Minuten eine sehr kleine "Heartbeat"-Anfrage, die unseren Server darüber informiert, dass der Bot noch aktiv ist. Wenn der "Heartbeat" aus irgendeinem Grund nicht ankam, z.B. aufgrund von Netzwerkproblemen, wird ASF versuchen, ihn jede Minute erneut zu senden bis der Server ihn registriert.
Auf diese Weise kann unsere Webseite erkennen, welche Konten für den Abgleich verwendet werden können und ob sie noch aktiv sind. Dank dieser Tatsache kann unsere Webseite alle ASF-2FA+STM Konten anzeigen die in den letzten 15 Minuten aktiv waren.
Die Benutzer werden nach ihren Beständen (in absteigender Reihenfolge) sortiert - MatchEverything
Bots mit Any
Banner, die alle 1:1 Trades akzeptieren, dann MatchableTypes
unique games count, und schließlich MatchableTypes
items count.
ASF STM Inserate akzeptieren vorerst nur ASF-Bots. Es gibt vorerst keine Möglichkeit Drittanbieter-Bots in unsere Auflistung einzutragen (da wir ihren Quellcode nicht einfach überprüfen können und sicherstellen müssen, dass sie unserer gesamten Handelslogik entsprechen).
Wenn du nach einem einfachen Weg suchst, um programmgesteuert auf unser Angebot zuzugreifen, haben wir einen sehr einfachen /Api/Bots Endpunkt, den du verwenden kannst. Dies ist auch der Endpunkt, den ASF intern für MatchActively
Benutzer verwendet.
If you agree to being listed in our listing, by enabling SteamTradeMatcher
and not refusing PublicListing
, as specified above, we'll temporarily store some of your Steam account details on our server in order to provide the core functionality.
Public info (exposed by Steam to every interested party) includes:
- Deine Steam-ID (in 64-Bit-Form, zur Generierung von Links)
- Dein Nickname (zu Anzeigezwecken)
- Dein Avatar (hash, zu Anzeigezwecken)
Private info (selected data required for providing the functionality) includes:
- Dein Handels-Code (damit Leute außerhalb Ihrer Freundesliste IhrenHandelsangebote schicken können)
- Your
MaxTradeHoldDuration
(so other people know whether you're willing to accept their trades) - Deine
MatchableTypes
(zum Anzeigen und Abgleichen) - Gesamtzahl der
MatchableTypes
Steam-Gegenständen in Ihrem Inventar (für Anzeigezwecke und Zusammenführung) - Gesamtzahl der einzigartigen Spiele, die über
MatchableTypes
Steam Gegenstände bestehen (für Anzeigezwecke und Zusammenführung) - Value of
MatchEverything
in yourTradingPreferences
(for display purposes and matching)
ASF server will not collect, store or otherwise process any other data not listed above, without prior important notice in the changelog, and a very good practical reason in the first place. We do not consider anything above to be a serious matter, and we mention it to let you know what precisely ASF does apart of what you configured it to do yourself, so people can better understand the process.
Your data will be automatically hidden from general public in up to 15 minutes since the moment you stop using our listing, whether due to change of settings or not having ASF launched anymore. In addition to that, it'll be automatically deleted from our server (including all backup copies) in up to 7 days since the above happening.