JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.24k stars 1.05k forks source link

Allow plugins to override blacklisted trades #2933

Closed Rudokhvist closed 1 year ago

Rudokhvist commented 1 year ago

Checklist

Changes

Allows plugins to review and accept trades from blacklisted users. Main reason for this change is to allow blacklisting master/owner account(s), so that instead of all trades accepted unconditionally ASF only accepted trades according to logic in plugins. This is a follow-up for https://github.com/JustArchiNET/ArchiSteamFarm/commit/1cb1bd3d67508366101ae61226c93b91526350fb# slowpoke

New functionality

Allows plugins to review and accept trades from blacklisted users.

Changed functionality

Allows plugins to review and accept trades from blacklisted users.

Removed functionality

none

Additional info

Main reason for this change is to allow blacklisting master/owner account(s), so that instead of all trades accepted unconditionally asf only accepted trades according to logic in plugins.

JustArchi commented 1 year ago

LGTM, thanks! 🏆