Jump to content
McKay Development

GitHub

Bot
  • Posts

    1653
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed potential crashes when JSON endpoints respond with non-JSON (issue #122) View on GitHub
  2. Added gifts property and event View on GitHub
  3. Fixed some cases where the session could expire while using webchat and we wouldn't know View on GitHub
  4. Removed stray console.log debug output (thanks @frk1 in PR #76) View on GitHub
  5. Added machineName and dontRememberMachine to logOn optionsFixed null value for dataDirectory not disabling storage (bug #74) View on GitHub
  6. Added ability to act on multiple confirmations in respondToConfirmationAdded acceptAllConfirmations method View on GitHub
  7. Fixed an issue where crafted names could cause false err.cause values View on GitHub
  8. Added friendLeftConversation eventAdded getAliases methodAdded callback to addFriend methodAdded getAuthSecret methodAdded getCredentialChangeTimes methodFixed crash if we don't have a connected listener when we call logOff or disconnect View on GitHub
  9. Added avatar URLs to getUserDetails View on GitHub
  10. Added getUserAliases method (thanks to @andrewda in PR #117) View on GitHub
  11. Fixed avatar_url properties not getting defined in user event and getPersonas callback View on GitHub
  12. Fixed market search results including very incorrect pricesFixed market search results including query strings in market_hash_name (bug #113) View on GitHub
  13. Added ability to supply Family View PIN to setCookiesFixed callback never firing to parentalUnlock if there was no error View on GitHub
  14. Requests now give a Family View Restricted error instead of HTTP error 403 if the source of the error was Family View View on GitHub
  15. Added lobbyInvite eventFixed Steam lobby events arriving in chatInvite event View on GitHub
  16. Added CSteamGroup#deleteEvent (thanks to @luop90 in PR #109 for this)Fixed marketSearch method View on GitHub
  17. Fixed a crash when adding item descriptions (thanks to @deStrO in PR #150)Fixed getOfferToken after Valve broke it View on GitHub
  18. Added ability to edit group events (thanks @luop90 in PR #105)Fixed inability to pass an object containing a server IP and password to scheduleGroupEvent (also fixed in PR #105) View on GitHub
  19. Fixed a crash if no data is received from a webchat pollAdded chatLogOnFailure event View on GitHub
  20. There are many breaking changes in v2, so please update your code accordingly. BREAKING Node.js v4 or later is now required and TradeOfferManager will not run on lower versions of NodeBREAKING Removed message and token arguments from TradeOffer#sendSee below for how you can specify a trade offer message and/or token nowBREAKING Removed autoRetry from TradeOffer#acceptThe functionality has been removed entirelyBREAKING Removed getEscrowDuration from both TradeOfferManager and from TradeOfferUse getUserDetails instead (see below)BREAKING Removed TradeOfferManager.getStateName and EResult.getNameUse TradeOfferManager.ETradeOfferState[value] and TradeOfferManager.EResult[value] instead, respectivelyBREAKING Removed obsolete and unofficial enum values (such as EConfirmationMethod.Mobile and ETradeOfferState.EmailPending)Added value-to-name mappings to bundled enums (except EOfferFilter) so you can do ESomeEnum[value] directly to get its string representationAdded TradeOffer#setMessageAdded TradeOffer#setTokenYou can now provide trade tokens directly in TradeOfferManager#createOfferYou can now use trade URLs instead of SteamIDs in TradeOfferManager#createOfferAdded TradeOffer#getUserDetailsReplaces TradeOfferManager#getEscrowDuration and TradeOffer#getEscrowDurationAdded offerList eventNow uses gzip compression in WebAPI responsesImproved some security by running remove JavaScript from steamcommunity.com in VMs instead of using eval() directlySome of the simpler dependencies (languages, deep-equal, clone) are now bundled in the npm downloadAdded a possible fix for known offers being reported as unknown (thanks @kinsi55 in PR #147) View on GitHub
  21. Updated steam-client to v2 (stronger encryption, new protocol version)Added getPublishedFileDetailsAdded getGameBadgeLevel View on GitHub
  22. Really fixed a crash if you don't have a HOME environment variable set View on GitHub
  23. Fixed a crash if the logon response doesn't contain parental settingsFixed a crash if you don't have a HOME environment variable set View on GitHub
  24. Fixed internal references to now-removed ETradeOfferState.PendingConfirmation View on GitHub
  25. This is the first beta release of TradeOfferManager v2. There are many breaking changes, so please update your code accordingly. You can install it using npm install steam-tradeoffer-manager@beta. BREAKING Node.js v4 or later is now required and TradeOfferManager will not run on lower versions of NodeBREAKING Removed message and token arguments from TradeOffer#sendSee below for how you can specify a trade offer message and/or token nowBREAKING Removed autoRetry from TradeOffer#acceptThe functionality has been removed entirelyBREAKING Removed getEscrowDuration from both TradeOfferManager and from TradeOfferUse getUserDetails instead (see below)BREAKING Removed TradeOfferManager.getStateName and EResult.getNameUse TradeOfferManager.ETradeOfferState[value] and TradeOfferManager.EResult[value] instead, respectivelyBREAKING Removed obsolete and unofficial enum values (such as EConfirmationMethod.Mobile and ETradeOfferState.EmailPending)Added value-to-name mappings to bundled enums (except EOfferFilter) so you can do ESomeEnum[value] directly to get its string representationAdded TradeOffer#setMessageAdded TradeOffer#setTokenYou can now provide trade tokens directly in TradeOfferManager#createOfferYou can now use trade URLs instead of SteamIDs in TradeOfferManager#createOfferAdded TradeOffer#getUserDetailsReplaces TradeOfferManager#getEscrowDuration and TradeOffer#getEscrowDurationAdded offerList eventNow uses gzip compression in WebAPI responsesImproved some security by running remove JavaScript from steamcommunity.com in VMs instead of using eval() directlySome of the simpler dependencies (languages, deep-equal, clone) are now bundled in the npm download View on GitHub
×
×
  • Create New...