Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You should set a cookie in the response to your user's authenticate request to track the user. It needs to contain some token that has data (e.g. the user's SteamID) associated with it on the server-side.
  2. There isn't really a way, no.
  3. https://steamerrors.com/5
  4. I don't think anyone knows an exact limit but I think you should be safe if you keep it to 1 second between trade sends. As long as you aren't perpetually sending trades at that speed, you should be fine.
  5. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity https://github.com/DoctorMcKay/node-steam-totp https://github.com/DoctorMcKay/node-steam-user
  6. If you want the steamGuard event to work, you need to set the promptSteamGuardCode option to false.
  7. If you remove it then you may see the memory usage decrease, but you're correct that the item objects would no longer have details like the item's name. Still though, this kind of memory usage shouldn't happen on the latest versions and you're the only person to report it...
  8. You can do this as of v3.35.0. https://github.com/DoctorMcKay/node-steam-user/blob/master/doc/AppAuth.md#getauthsessionticketappid-callback
  9. Not possible, and never will be.
  10. What would you suggest? An environment variable holding a path to a config file, or a config file in your home dir (based on HOME env var)?
  11. using http
  12. That's not possible, sorry. What's your use for that?
  13. You can only set it in the constructor.
  14. https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
  15. Are you talking about steamcommunity or steam-user?
  16. If it's cached, then it's cached by Steam.
  17. You would need to set up a request object with the proxy option: https://www.npmjs.com/package/request#proxies And it would apply to all requests, not just one.
  18. No, and that will never be possible though node-steamcommunity.
  19. No, if one party has the mobile authenticator enabled for a week then theirs will be 0 and the other might be 15. Whichever is larger becomes the result for that trade.
  20. Get rid of the parenthesis with arguments in them. You're calling offercase(), not passing it as a function reference.
×
×
  • Create New...