Jump to content
McKay Development

GitHub

Bot
  • Posts

    1632
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed getInventoryHistory to work with Steam's new paging mechanismIt's a bit confusing now. See the wiki for info on how it works. View on GitHub
  2. Fixed potential crash if Steam sends bad gift dataAdded methods to change account email and password View on GitHub
  3. Fixed double HTTP request callbacks for some HTTP errors View on GitHub
  4. Fixed issue where Active offers could be prematurely cleared from poll data View on GitHub
  5. Fixed potential crashes when JSON endpoints respond with non-JSON (issue #122) View on GitHub
  6. Added gifts property and event View on GitHub
  7. Fixed some cases where the session could expire while using webchat and we wouldn't know View on GitHub
  8. Removed stray console.log debug output (thanks @frk1 in PR #76) View on GitHub
  9. Added machineName and dontRememberMachine to logOn optionsFixed null value for dataDirectory not disabling storage (bug #74) View on GitHub
  10. Added ability to act on multiple confirmations in respondToConfirmationAdded acceptAllConfirmations method View on GitHub
  11. Fixed an issue where crafted names could cause false err.cause values View on GitHub
  12. 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
  13. Added avatar URLs to getUserDetails View on GitHub
  14. Added getUserAliases method (thanks to @andrewda in PR #117) View on GitHub
  15. Fixed avatar_url properties not getting defined in user event and getPersonas callback View on GitHub
  16. Fixed market search results including very incorrect pricesFixed market search results including query strings in market_hash_name (bug #113) View on GitHub
  17. Added ability to supply Family View PIN to setCookiesFixed callback never firing to parentalUnlock if there was no error View on GitHub
  18. 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
  19. Added lobbyInvite eventFixed Steam lobby events arriving in chatInvite event View on GitHub
  20. Added CSteamGroup#deleteEvent (thanks to @luop90 in PR #109 for this)Fixed marketSearch method View on GitHub
  21. Fixed a crash when adding item descriptions (thanks to @deStrO in PR #150)Fixed getOfferToken after Valve broke it View on GitHub
  22. 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
  23. Fixed a crash if no data is received from a webchat pollAdded chatLogOnFailure event View on GitHub
  24. 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
  25. Updated steam-client to v2 (stronger encryption, new protocol version)Added getPublishedFileDetailsAdded getGameBadgeLevel View on GitHub
×
×
  • Create New...