steam-condenser 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (371) hide show
  1. data/Gemfile.lock +7 -7
  2. data/README.md +9 -2
  3. data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
  4. data/doc/A2S_INFO_Packet.html +260 -0
  5. data/doc/A2S_PLAYER_Packet.html +295 -0
  6. data/doc/A2S_RULES_Packet.html +296 -0
  7. data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
  8. data/doc/AbstractL4DStats.html +978 -0
  9. data/doc/AbstractL4DWeapon.html +734 -0
  10. data/doc/Achievement.html +660 -0
  11. data/doc/AlienSwarmMission.html +1557 -0
  12. data/doc/AlienSwarmStats.html +965 -0
  13. data/doc/AlienSwarmWeapon.html +640 -0
  14. data/doc/AppNews.html +1442 -0
  15. data/doc/C2M_CHECKMD5_Packet.html +341 -0
  16. data/doc/CSSMap.html +806 -0
  17. data/doc/CSSStats.html +825 -0
  18. data/doc/CSSWeapon.html +889 -0
  19. data/doc/Cacheable.html +913 -0
  20. data/doc/Cacheable/ClassMethods.html +696 -0
  21. data/doc/DefenseGridStats.html +2559 -0
  22. data/doc/DoDSClass.html +1264 -0
  23. data/doc/DoDSStats.html +486 -0
  24. data/doc/DoDSWeapon.html +806 -0
  25. data/doc/Dota2BetaInventory.html +339 -0
  26. data/doc/Dota2Inventory.html +339 -0
  27. data/doc/Dota2Item.html +388 -0
  28. data/doc/Dota2Stats.html +366 -0
  29. data/doc/GameAchievement.html +1257 -0
  30. data/doc/GameClass.html +321 -0
  31. data/doc/GameInventory.html +1363 -0
  32. data/doc/GameItem.html +1339 -0
  33. data/doc/GameLeaderboard.html +1609 -0
  34. data/doc/GameLeaderboardEntry.html +629 -0
  35. data/doc/GameSchema.html +568 -0
  36. data/doc/GameServer.html +2405 -0
  37. data/doc/GameStats.html +1461 -0
  38. data/doc/GameWeapon.html +590 -0
  39. data/doc/GoldSrcServer.html +740 -0
  40. data/doc/GoldSrcSocket.html +850 -0
  41. data/doc/ItemSchema.html +780 -0
  42. data/doc/L4D2Map.html +739 -0
  43. data/doc/L4D2Stats.html +930 -0
  44. data/doc/L4D2Weapon.html +486 -0
  45. data/doc/L4DExplosive.html +374 -0
  46. data/doc/L4DMap.html +776 -0
  47. data/doc/L4DStats.html +530 -0
  48. data/doc/L4DWeapon.html +296 -0
  49. data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
  50. data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
  51. data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
  52. data/doc/MasterServer.html +1070 -0
  53. data/doc/MasterServerSocket.html +293 -0
  54. data/doc/Module.html +194 -0
  55. data/doc/PacketFormatError.html +257 -0
  56. data/doc/Portal2Inventory.html +339 -0
  57. data/doc/Portal2Item.html +499 -0
  58. data/doc/Portal2Stats.html +368 -0
  59. data/doc/RCONAuthRequest.html +318 -0
  60. data/doc/RCONAuthResponse.html +305 -0
  61. data/doc/RCONBanError.html +247 -0
  62. data/doc/RCONExecRequest.html +318 -0
  63. data/doc/RCONExecResponse.html +407 -0
  64. data/doc/RCONGoldSrcRequest.html +363 -0
  65. data/doc/RCONGoldSrcResponse.html +367 -0
  66. data/doc/RCONNoAuthError.html +247 -0
  67. data/doc/RCONPacket.html +548 -0
  68. data/doc/RCONPacketFactory.html +300 -0
  69. data/doc/RCONSocket.html +669 -0
  70. data/doc/RCONTerminator.html +304 -0
  71. data/doc/RequestWithChallenge.html +233 -0
  72. data/doc/S2A_INFO2_Packet.html +371 -0
  73. data/doc/S2A_INFO_BasePacket.html +357 -0
  74. data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
  75. data/doc/S2A_LOGSTRING_Packet.html +373 -0
  76. data/doc/S2A_PLAYER_Packet.html +417 -0
  77. data/doc/S2A_RULES_Packet.html +411 -0
  78. data/doc/S2C_CHALLENGE_Packet.html +370 -0
  79. data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
  80. data/doc/Server.html +781 -0
  81. data/doc/SourceServer.html +776 -0
  82. data/doc/SourceSocket.html +366 -0
  83. data/doc/StatsAttribute.html +514 -0
  84. data/doc/SteamCondenser.html +155 -0
  85. data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
  86. data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
  87. data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
  88. data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
  89. data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
  90. data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
  91. data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
  92. data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
  93. data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
  94. data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
  95. data/doc/SteamCondenser/AppNews.html +1387 -0
  96. data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
  97. data/doc/SteamCondenser/CSSMap.html +774 -0
  98. data/doc/SteamCondenser/CSSStats.html +799 -0
  99. data/doc/SteamCondenser/CSSWeapon.html +855 -0
  100. data/doc/SteamCondenser/Cacheable.html +698 -0
  101. data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
  102. data/doc/SteamCondenser/Community.html +134 -0
  103. data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
  104. data/doc/SteamCondenser/DoDSClass.html +1209 -0
  105. data/doc/SteamCondenser/DoDSStats.html +470 -0
  106. data/doc/SteamCondenser/DoDSWeapon.html +774 -0
  107. data/doc/SteamCondenser/Error.html +156 -0
  108. data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
  109. data/doc/SteamCondenser/Error/RCONBan.html +237 -0
  110. data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
  111. data/doc/SteamCondenser/Error/Timeout.html +238 -0
  112. data/doc/SteamCondenser/Error/WebApi.html +339 -0
  113. data/doc/SteamCondenser/GameAchievement.html +1210 -0
  114. data/doc/SteamCondenser/GameClass.html +306 -0
  115. data/doc/SteamCondenser/GameInventory.html +1236 -0
  116. data/doc/SteamCondenser/GameItem.html +1282 -0
  117. data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
  118. data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
  119. data/doc/SteamCondenser/GameServer.html +2337 -0
  120. data/doc/SteamCondenser/GameStats.html +1416 -0
  121. data/doc/SteamCondenser/GameWeapon.html +566 -0
  122. data/doc/SteamCondenser/GoldSrcServer.html +716 -0
  123. data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
  124. data/doc/SteamCondenser/L4D2Map.html +713 -0
  125. data/doc/SteamCondenser/L4D2Stats.html +906 -0
  126. data/doc/SteamCondenser/L4D2Weapon.html +466 -0
  127. data/doc/SteamCondenser/L4DExplosive.html +362 -0
  128. data/doc/SteamCondenser/L4DMap.html +746 -0
  129. data/doc/SteamCondenser/L4DStats.html +513 -0
  130. data/doc/SteamCondenser/L4DWeapon.html +284 -0
  131. data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
  132. data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
  133. data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
  134. data/doc/SteamCondenser/MasterServer.html +1046 -0
  135. data/doc/SteamCondenser/MasterServerSocket.html +282 -0
  136. data/doc/SteamCondenser/Portal2Inventory.html +217 -0
  137. data/doc/SteamCondenser/Portal2Item.html +483 -0
  138. data/doc/SteamCondenser/Portal2Stats.html +353 -0
  139. data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
  140. data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
  141. data/doc/SteamCondenser/RCONExecRequest.html +306 -0
  142. data/doc/SteamCondenser/RCONExecResponse.html +392 -0
  143. data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
  144. data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
  145. data/doc/SteamCondenser/RCONPacket.html +530 -0
  146. data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
  147. data/doc/SteamCondenser/RCONSocket.html +649 -0
  148. data/doc/SteamCondenser/RCONTerminator.html +292 -0
  149. data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
  150. data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
  151. data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
  152. data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
  153. data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
  154. data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
  155. data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
  156. data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
  157. data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
  158. data/doc/SteamCondenser/Server.html +754 -0
  159. data/doc/SteamCondenser/Servers.html +133 -0
  160. data/doc/SteamCondenser/SourceServer.html +752 -0
  161. data/doc/SteamCondenser/SourceSocket.html +355 -0
  162. data/doc/SteamCondenser/SteamGame.html +1802 -0
  163. data/doc/SteamCondenser/SteamGroup.html +969 -0
  164. data/doc/SteamCondenser/SteamId.html +4242 -0
  165. data/doc/SteamCondenser/SteamPacket.html +456 -0
  166. data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
  167. data/doc/SteamCondenser/SteamPlayer.html +1696 -0
  168. data/doc/SteamCondenser/SteamSocket.html +679 -0
  169. data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
  170. data/doc/SteamCondenser/TF2Class.html +1145 -0
  171. data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
  172. data/doc/SteamCondenser/TF2Engineer.html +534 -0
  173. data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
  174. data/doc/SteamCondenser/TF2Inventory.html +217 -0
  175. data/doc/SteamCondenser/TF2Item.html +482 -0
  176. data/doc/SteamCondenser/TF2Medic.html +445 -0
  177. data/doc/SteamCondenser/TF2Sniper.html +357 -0
  178. data/doc/SteamCondenser/TF2Spy.html +531 -0
  179. data/doc/SteamCondenser/TF2Stats.html +670 -0
  180. data/doc/SteamCondenser/TimeoutError.html +249 -0
  181. data/doc/SteamCondenser/WebApi.html +999 -0
  182. data/doc/SteamCondenser/XMLData.html +171 -0
  183. data/doc/SteamCondenserError.html +153 -0
  184. data/doc/SteamGame.html +1859 -0
  185. data/doc/SteamGroup.html +1012 -0
  186. data/doc/SteamId.html +4369 -0
  187. data/doc/SteamPacket.html +469 -0
  188. data/doc/SteamPacketFactory.html +545 -0
  189. data/doc/SteamPlayer.html +1766 -0
  190. data/doc/SteamSocket.html +699 -0
  191. data/doc/StringIO.html +947 -0
  192. data/doc/TF2BetaInventory.html +315 -0
  193. data/doc/TF2Class.html +1194 -0
  194. data/doc/TF2ClassFactory.html +273 -0
  195. data/doc/TF2Engineer.html +558 -0
  196. data/doc/TF2GoldenWrench.html +760 -0
  197. data/doc/TF2Inventory.html +339 -0
  198. data/doc/TF2Item.html +499 -0
  199. data/doc/TF2Medic.html +465 -0
  200. data/doc/TF2Sniper.html +373 -0
  201. data/doc/TF2Spy.html +555 -0
  202. data/doc/TF2Stats.html +696 -0
  203. data/doc/WebApi.html +1021 -0
  204. data/doc/WebApiError.html +347 -0
  205. data/doc/XMLData.html +253 -0
  206. data/doc/_index.html +717 -0
  207. data/doc/class_list.html +53 -0
  208. data/doc/css/common.css +1 -0
  209. data/doc/css/full_list.css +57 -0
  210. data/doc/css/style.css +328 -0
  211. data/doc/file.LICENSE.html +100 -0
  212. data/doc/file.README.html +136 -0
  213. data/doc/file_list.html +58 -0
  214. data/doc/frames.html +28 -0
  215. data/doc/index.html +136 -0
  216. data/doc/js/app.js +214 -0
  217. data/doc/js/full_list.js +173 -0
  218. data/doc/js/jquery.js +4 -0
  219. data/doc/method_list.html +3988 -0
  220. data/doc/methods_list.html +3900 -0
  221. data/doc/top-level-namespace.html +114 -0
  222. data/lib/steam-condenser/version.rb +1 -1
  223. data/lib/steam/community/cacheable.rb +105 -44
  224. data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
  225. data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
  226. data/lib/steam/community/dota2/dota2_item.rb +33 -0
  227. data/lib/steam/community/game_inventory.rb +18 -16
  228. data/lib/steam/community/game_leaderboard.rb +2 -2
  229. data/lib/steam/community/game_stats.rb +1 -1
  230. data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
  231. data/lib/steam/community/steam_game.rb +0 -2
  232. data/lib/steam/community/steam_group.rb +2 -7
  233. data/lib/steam/community/steam_id.rb +2 -7
  234. data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
  235. data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
  236. data/lib/steam/community/xml_data.rb +8 -1
  237. data/lib/steam/packets/a2s_player_packet.rb +1 -1
  238. data/lib/steam/packets/a2s_rules_packet.rb +1 -1
  239. data/lib/steam/servers/master_server.rb +3 -2
  240. data/lib/steam/sockets/rcon_socket.rb +1 -2
  241. data/pkg/steam-condenser-1.2.0.gem +0 -0
  242. data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
  243. data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
  244. data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
  245. data/pkg/steam-condenser-1.2.0/README.md +47 -0
  246. data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
  247. data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
  248. data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
  249. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
  250. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
  251. data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
  252. data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
  253. data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
  254. data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
  255. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
  256. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
  257. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
  258. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
  259. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
  260. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
  261. data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
  262. data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
  263. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
  264. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
  265. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
  266. data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
  267. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
  268. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
  269. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
  270. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
  271. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
  272. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
  273. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
  274. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
  275. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
  276. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
  277. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
  278. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
  279. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
  280. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
  281. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
  282. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
  283. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
  284. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
  285. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
  286. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
  287. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
  288. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
  289. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
  290. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
  291. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
  292. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
  293. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
  294. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
  295. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
  296. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
  297. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
  298. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
  299. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
  300. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
  301. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
  302. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
  303. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
  304. data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
  305. data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
  306. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
  307. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
  308. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
  309. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
  310. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
  311. data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
  312. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
  313. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
  314. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
  315. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
  316. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
  317. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
  318. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
  319. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
  320. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
  321. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
  322. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
  323. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
  324. data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
  325. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
  326. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
  327. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
  328. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
  329. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
  330. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
  331. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
  332. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
  333. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
  334. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
  335. data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
  336. data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
  337. data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
  338. data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
  339. data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
  340. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
  341. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
  342. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
  343. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
  344. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
  345. data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
  346. data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
  347. data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
  348. data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
  349. data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
  350. data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
  351. data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
  352. data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
  353. data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
  354. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
  355. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
  356. data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
  357. data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
  358. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
  359. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
  360. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
  361. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
  362. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
  363. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
  364. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
  365. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
  366. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
  367. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
  368. data/steam-condenser.gemspec +3 -3
  369. data/test/steam/communtiy/test_cacheable.rb +100 -0
  370. data/test/steam/servers/test_master_server.rb +3 -3
  371. metadata +366 -15
@@ -0,0 +1,135 @@
1
+ # This code is free software; you can redistribute it and/or modify it under
2
+ # the terms of the new BSD License.
3
+ #
4
+ # Copyright (c) 2008-2012, Sebastian Staudt
5
+
6
+ require 'errors/steam_condenser_error'
7
+ require 'steam/community/cacheable'
8
+ require 'steam/community/steam_id'
9
+ require 'steam/community/xml_data'
10
+
11
+ # The SteamGroup class represents a group in the Steam Community
12
+ #
13
+ # @author Sebastian Staudt
14
+ class SteamGroup
15
+
16
+ include Cacheable
17
+ cacheable_with_ids :custom_url, :group_id64
18
+
19
+ include XMLData
20
+
21
+ # Returns the custom URL of this group
22
+ #
23
+ # The custom URL is a admin specified unique string that can be used instead
24
+ # of the 64bit SteamID as an identifier for a group.
25
+ #
26
+ # @return [String] The custom URL of this group
27
+ attr_reader :custom_url
28
+
29
+ # Returns this group's 64bit SteamID
30
+ #
31
+ # @return [Fixnum] This group's 64bit SteamID
32
+ attr_reader :group_id64
33
+
34
+ # Creates a new `SteamGroup` instance for the group with the given ID
35
+ #
36
+ # @param [String, Fixnum] id The custom URL of the group specified by the
37
+ # group admin or the 64bit group ID
38
+ # @param [Boolean] fetch if `true` the groups's data is loaded into the
39
+ # object
40
+ def initialize(id, fetch = true)
41
+ if id.is_a? Numeric
42
+ @group_id64 = id
43
+ else
44
+ @custom_url = id.downcase
45
+ end
46
+ @members = []
47
+
48
+ super fetch
49
+ end
50
+
51
+ # Returns the base URL for this group's page
52
+ #
53
+ # This URL is different for groups having a custom URL.
54
+ #
55
+ # @return [String] The base URL for this group
56
+ def base_url
57
+ if @custom_url.nil?
58
+ "http://steamcommunity.com/gid/#@group_id64"
59
+ else
60
+ "http://steamcommunity.com/groups/#@custom_url"
61
+ end
62
+ end
63
+
64
+ # Loads the members of this group
65
+ #
66
+ # This might take several HTTP requests as the Steam Community splits this
67
+ # data over several XML documents if the group has lots of members.
68
+ #
69
+ # @see Cacheable#fetch
70
+ def fetch
71
+ if @member_count.nil? || @member_count == @members.size
72
+ page = 0
73
+ else
74
+ page = 1
75
+ end
76
+
77
+ begin
78
+ total_pages = fetch_page(page += 1)
79
+ end while page < total_pages
80
+
81
+ super
82
+ end
83
+
84
+ # Returns the number of members this group has
85
+ #
86
+ # If the members have already been fetched the size of the member array is
87
+ # returned. Otherwise the the first page of the member listing is fetched and
88
+ # the member count and the first batch of members is stored.
89
+ #
90
+ # @return [Fixnum] The number of this group's members
91
+ def member_count
92
+ if @member_count.nil?
93
+ total_pages = fetch_page(1)
94
+ @fetch_time = Time.now if total_pages == 1
95
+ end
96
+
97
+ @member_count
98
+ end
99
+
100
+ # Returns the members of this group
101
+ #
102
+ # If the members haven't been fetched yet, this is done now.
103
+ #
104
+ # @return [Array<SteamId>] The Steam ID's of the members of this group
105
+ # @see #fetch
106
+ def members
107
+ fetch if @members.size != @member_count
108
+ @members
109
+ end
110
+
111
+ private
112
+
113
+ # Fetches a specific page of the member listing of this group
114
+ #
115
+ # @param [Fixnum] page The member page to fetch
116
+ # @return [Fixnum] The total number of pages of this group's member listing
117
+ def fetch_page(page)
118
+ member_data = parse "#{base_url}/memberslistxml?p=#{page}"
119
+
120
+ begin
121
+ @group_id64 = member_data['groupID64'].to_i if page == 1
122
+ @member_count = member_data['memberCount'].to_i
123
+ total_pages = member_data['totalPages'].to_i
124
+
125
+ member_data['members']['steamID64'].each do |member|
126
+ @members << SteamId.new(member.to_i, false)
127
+ end
128
+ rescue
129
+ raise SteamCondenserError, 'XML data could not be parsed.', $!.backtrace
130
+ end
131
+
132
+ total_pages
133
+ end
134
+
135
+ end
@@ -0,0 +1,513 @@
1
+ # This code is free software; you can redistribute it and/or modify it under
2
+ # the terms of the new BSD License.
3
+ #
4
+ # Copyright (c) 2008-2012, Sebastian Staudt
5
+
6
+ require 'cgi'
7
+
8
+ require 'errors/steam_condenser_error'
9
+ require 'steam/community/cacheable'
10
+ require 'steam/community/game_stats'
11
+ require 'steam/community/steam_game'
12
+ require 'steam/community/steam_group'
13
+ require 'steam/community/xml_data'
14
+
15
+ # The SteamId class represents a Steam Community profile (also called Steam ID)
16
+ #
17
+ # @author Sebastian Staudt
18
+ class SteamId
19
+
20
+ include Cacheable
21
+ cacheable_with_ids :custom_url, :steam_id64
22
+
23
+ include XMLData
24
+
25
+ # Returns the custom URL of this Steam ID
26
+ #
27
+ # The custom URL is a user specified unique string that can be used instead
28
+ # of the 64bit SteamID as an identifier for a Steam ID.
29
+ #
30
+ # @note The custom URL is not necessarily the same as the user's nickname.
31
+ # @return [String] The custom URL of this Steam ID
32
+ attr_reader :custom_url
33
+
34
+ # Returns the favorite game of this user
35
+ #
36
+ # @deprecated The favorite game is no longer listed for new users
37
+ # @return [String] The favorite game of this user
38
+ attr_reader :favorite_game
39
+
40
+ # Returns the number of hours that this user played his/her favorite game in
41
+ # the last two weeks
42
+ #
43
+ # @deprecated The favorite game is no longer listed for new users
44
+ # @return [String] The number of hours the favorite game has been played
45
+ # recently
46
+ attr_reader :favorite_game_hours_played
47
+
48
+ # Returns the groups this user is a member of
49
+ #
50
+ # @return [Array<SteamGroup>] The groups this user is a member of
51
+ attr_reader :groups
52
+
53
+ # Returns the headline specified by the user
54
+ #
55
+ # @return [String] The headline specified by the user
56
+ attr_reader :head_line
57
+
58
+ # Returns the number of hours that this user played a game in the last two
59
+ # weeks
60
+ #
61
+ # @return [Float] The number of hours the user has played recently
62
+ attr_reader :hours_played
63
+
64
+ # Returns the links that this user has added to his/her Steam ID
65
+ #
66
+ # The keys of the hash contain the titles of the links while the values
67
+ # contain the corresponding URLs.
68
+ #
69
+ # @return [Hash<String, String>] The links of this user
70
+ attr_reader :links
71
+
72
+ # Returns the location of the user
73
+ #
74
+ # @return [String] The location of the user
75
+ attr_reader :location
76
+
77
+ # Returns the date of registration for the Steam account belonging to this
78
+ # SteamID
79
+ #
80
+ # @return [Time] The date of the Steam account registration
81
+ attr_reader :member_since
82
+
83
+ # Returns the games this user has played the most in the last two weeks
84
+ #
85
+ # The keys of the hash contain the names of the games while the values
86
+ # contain the number of hours the corresponding game has been played by the
87
+ # user in the last two weeks.
88
+ #
89
+ # @return [Hash<String, Float>] The games this user has played the most
90
+ # recently
91
+ attr_reader :most_played_games
92
+
93
+ # Returns the Steam nickname of the user
94
+ #
95
+ # @return [String] The Steam nickname of the user
96
+ attr_reader :nickname
97
+
98
+ # Returns the privacy state of this Steam ID
99
+ #
100
+ # @return [String] The privacy state of this Steam ID
101
+ attr_reader :privacy_state
102
+
103
+ # Returns the real name of this user
104
+ #
105
+ # @return [String] The real name of this user
106
+ attr_reader :real_name
107
+
108
+ # Returns the message corresponding to this user's online state
109
+ #
110
+ # @return [String] The message corresponding to this user's online state
111
+ # @see #ingame?
112
+ # @see #online?
113
+ attr_reader :state_message
114
+
115
+ # Returns this user's 64bit SteamID
116
+ #
117
+ # @return [Fixnum] This user's 64bit SteamID
118
+ attr_reader :steam_id64
119
+
120
+ # Returns the Steam rating calculated over the last two weeks' activity
121
+ #
122
+ # @return [Float] The Steam rating of this user
123
+ attr_reader :steam_rating
124
+
125
+ # Returns the summary this user has provided
126
+ #
127
+ # @return [String] This user's summary
128
+ attr_reader :summary
129
+
130
+ # Returns this user's ban state in Steam's trading system
131
+ #
132
+ # @return [String] This user's trading ban state
133
+ attr_reader :trade_ban_state
134
+
135
+ # Returns the visibility state of this Steam ID
136
+ #
137
+ # @return [Fixnum] This Steam ID's visibility State
138
+ attr_reader :visibility_state
139
+
140
+ # Converts a 64bit numeric SteamID as used by the Steam Community to a
141
+ # SteamID as reported by game servers
142
+ #
143
+ # @param [Fixnum] community_id The SteamID string as used by the Steam
144
+ # Community
145
+ # @raise [SteamCondenserError] if the community ID is to small
146
+ # @return [String] The converted SteamID, like `STEAM_0:0:12345`
147
+ def self.community_id_to_steam_id(community_id)
148
+ steam_id1 = community_id % 2
149
+ steam_id2 = community_id - 76561197960265728
150
+
151
+ unless steam_id2 > 0
152
+ raise SteamCondenserError, "SteamID #{community_id} is too small."
153
+ end
154
+
155
+ steam_id2 = (steam_id2 - steam_id1) / 2
156
+
157
+ "STEAM_0:#{steam_id1}:#{steam_id2}"
158
+ end
159
+
160
+ # Converts a SteamID as reported by game servers to a 64bit numeric SteamID
161
+ # as used by the Steam Community
162
+ #
163
+ # @param [String] steam_id The SteamID string as used on servers, like
164
+ # `STEAM_0:0:12345`
165
+ # @raise [SteamCondenserError] if the SteamID doesn't have the correct
166
+ # format
167
+ # @return [Fixnum] The converted 64bit numeric SteamID
168
+ def self.steam_id_to_community_id(steam_id)
169
+ if steam_id == 'STEAM_ID_LAN' || steam_id == 'BOT'
170
+ raise SteamCondenserError, "Cannot convert SteamID \"#{steam_id}\" to a community ID."
171
+ elsif steam_id.match(/^STEAM_[0-1]:[0-1]:[0-9]+$/).nil?
172
+ raise SteamCondenserError, "SteamID \"#{steam_id}\" doesn't have the correct format."
173
+ end
174
+
175
+ steam_id = steam_id[6..-1].split(':').map!{|s| s.to_i}
176
+
177
+ steam_id[1] + steam_id[2] * 2 + 76561197960265728
178
+ end
179
+
180
+ class << self
181
+ alias_method :convert_community_id_to_steam_id, :community_id_to_steam_id
182
+ alias_method :convert_steam_id_to_community_id, :steam_id_to_community_id
183
+ end
184
+
185
+ # Creates a new `SteamId` instance using a SteamID as used on servers
186
+ #
187
+ # The SteamID from the server is converted into a 64bit numeric SteamID first
188
+ # before this is used to retrieve the corresponding Steam Community profile.
189
+ #
190
+ # @param [String] steam_id The SteamID string as used on servers, like
191
+ # `STEAM_0:0:12345`
192
+ # @return [SteamId] The `SteamId` belonging to the given SteamID
193
+ # @see .convert_steam_id_to_community_id
194
+ # @see #initialize
195
+ def self.from_steam_id(steam_id)
196
+ new(convert_steam_id_to_community_id(steam_id))
197
+ end
198
+
199
+ # Creates a new `SteamId` instance for the given Steam ID
200
+ #
201
+ # @param [String, Fixnum] id The custom URL of the Steam ID specified by the
202
+ # user or the 64bit SteamID
203
+ # @param [Boolean] fetch if `true` the Steam ID's data is loaded into the
204
+ # object
205
+ def initialize(id, fetch = true)
206
+ if id.is_a? Numeric
207
+ @steam_id64 = id
208
+ else
209
+ @custom_url = id.downcase
210
+ end
211
+
212
+ super fetch
213
+ end
214
+
215
+ # Returns whether the owner of this SteamID is VAC banned
216
+ #
217
+ # @return [Boolean] `true` if the user has been banned by VAC
218
+ def banned?
219
+ @vac_banned
220
+ end
221
+ alias_method :is_banned?, :banned?
222
+
223
+ # Returns the base URL for this Steam ID
224
+ #
225
+ # This URL is different for Steam IDs having a custom URL.
226
+ #
227
+ # @return [String] The base URL for this SteamID
228
+ def base_url
229
+ if @custom_url.nil?
230
+ "http://steamcommunity.com/profiles/#@steam_id64"
231
+ else
232
+ "http://steamcommunity.com/id/#@custom_url"
233
+ end
234
+ end
235
+
236
+ # Fetchs data from the Steam Community by querying the XML version of the
237
+ # profile specified by the ID of this Steam ID
238
+ #
239
+ # @raise SteamCondenserError if the Steam ID data is not available, e.g.
240
+ # when it is private
241
+ # @see Cacheable#fetch
242
+ def fetch
243
+ begin
244
+ profile = parse "#{base_url}?xml=1"
245
+
246
+ if profile.key? 'error'
247
+ raise SteamCondenserError, profile['error']
248
+ end
249
+
250
+ if profile.key? 'privacyMessage'
251
+ raise SteamCondenserError, profile['privacyMessage']
252
+ end
253
+
254
+ @nickname = CGI.unescapeHTML profile['steamID']
255
+ @steam_id64 = profile['steamID64'].to_i
256
+ @limited = (profile['isLimitedAccount'].to_i == 1)
257
+ @trade_ban_state = profile['tradeBanState']
258
+ @vac_banned = (profile['vacBanned'].to_i == 1)
259
+
260
+ @image_url = profile['avatarIcon'][0..-5]
261
+ @online_state = profile['onlineState']
262
+ @privacy_state = profile['privacyState']
263
+ @state_message = profile['stateMessage']
264
+ @visibility_state = profile['visibilityState'].to_i
265
+
266
+ if public?
267
+ @custom_url = profile['customURL'].downcase
268
+ @custom_url = nil if @custom_url.empty?
269
+
270
+ if profile.key? 'favoriteGame'
271
+ @favorite_game = profile['favoriteGame']['name']
272
+ @favorite_game_hours_played = profile['favoriteGame']['hoursPlayed2wk']
273
+ end
274
+
275
+ @head_line = CGI.unescapeHTML profile['headline'] || ''
276
+ @hours_played = profile['hoursPlayed2Wk'].to_f
277
+ @location = profile['location']
278
+ @member_since = Time.parse profile['memberSince']
279
+ @real_name = CGI.unescapeHTML profile['realname'] || ''
280
+ @steam_rating = profile['steamRating'].to_f
281
+ @summary = CGI.unescapeHTML profile['summary'] || ''
282
+
283
+ @most_played_games = {}
284
+ if profile.key? 'mostPlayedGames'
285
+ [profile['mostPlayedGames']['mostPlayedGame']].flatten.each do |most_played_game|
286
+ @most_played_games[most_played_game['gameName']] = most_played_game['hoursPlayed'].to_f
287
+ end
288
+ end
289
+
290
+ @groups = []
291
+ if profile.key? 'groups'
292
+ [profile['groups']['group']].flatten.each do |group|
293
+ @groups << SteamGroup.new(group['groupID64'].to_i, false)
294
+ end
295
+ end
296
+
297
+ @links = {}
298
+ if profile.key? 'weblinks'
299
+ [profile['weblinks']['weblink']].flatten.each do |link|
300
+ @links[CGI.unescapeHTML link['title']] = link['link']
301
+ end
302
+ end
303
+ end
304
+ rescue
305
+ raise $! if $!.is_a? SteamCondenserError
306
+ raise SteamCondenserError, 'XML data could not be parsed.', $!.backtrace
307
+ end
308
+
309
+ super
310
+ end
311
+
312
+ # Fetches the friends of this user
313
+ #
314
+ # This creates a new `SteamId` instance for each of the friends without
315
+ # fetching their data.
316
+ #
317
+ # @see #friends
318
+ # @see #initialize
319
+ def fetch_friends
320
+ @friends = []
321
+ friends_data = parse "#{base_url}/friends?xml=1"
322
+ friends_data['friends']['friend'].each do |friend|
323
+ @friends << SteamId.new(friend.to_i, false)
324
+ end
325
+ end
326
+
327
+ # Fetches the games this user owns
328
+ #
329
+ # This fills the game hash with the names of the games as keys. The values
330
+ # will either be `false` if the game does not have stats or the game's
331
+ # "friendly name".
332
+ #
333
+ # @see #games
334
+ def fetch_games
335
+ @games = {}
336
+ @playtimes = {}
337
+ games_data = parse "#{base_url}/games?xml=1"
338
+ [games_data['games']['game']].flatten.each do |game_data|
339
+ app_id = game_data['appID'].to_i
340
+ game = SteamGame.new app_id, game_data
341
+ @games[app_id] = game
342
+ recent = total = 0
343
+ if game_data.key? 'hoursLast2Weeks'
344
+ recent = game_data['hoursLast2Weeks'].to_f
345
+ end
346
+ if game_data.key? 'hoursOnRecord'
347
+ total = game_data['hoursOnRecord'].to_f
348
+ end
349
+ @playtimes[app_id] = [(recent * 60).to_i, (total * 60).to_i]
350
+ end
351
+
352
+ true
353
+ end
354
+
355
+ # Returns the URL of the full-sized version of this user's avatar
356
+ #
357
+ # @return [String] The URL of the full-sized avatar
358
+ def full_avatar_url
359
+ "#{@image_url}_full.jpg"
360
+ end
361
+
362
+ # Returns the stats for the given game for the owner of this SteamID
363
+ #
364
+ # @param [Fixnum, String] id The full or short name or the application ID of
365
+ # the game stats should be fetched for
366
+ # @return [GameStats] The statistics for the game with the given name
367
+ # @raise [SteamCondenserError] if the user does not own this game or it
368
+ # does not have any stats
369
+ # @see find_game
370
+ # @see SteamGame#has_stats?
371
+ def game_stats(id)
372
+ game = find_game id
373
+
374
+ unless game.has_stats?
375
+ raise SteamCondenserError, "\"#{game.name}\" does not have stats."
376
+ end
377
+
378
+ GameStats.create_game_stats(@custom_url || @steam_id64, game.short_name)
379
+ end
380
+
381
+ # Returns the Steam Community friends of this user
382
+ #
383
+ # If the friends haven't been fetched yet, this is done now.
384
+ #
385
+ # @return [Array<SteamId>] The friends of this user
386
+ # @see #fetch_friends
387
+ def friends
388
+ fetch_friends if @friends.nil?
389
+ @friends
390
+ end
391
+
392
+ # Returns the games this user owns
393
+ #
394
+ # The keys of the hash are the games' application IDs and the values are
395
+ # the corresponding game instances.
396
+ #
397
+ # If the friends haven't been fetched yet, this is done now.
398
+ #
399
+ # @return [Hash<Fixnum, SteamGame>] The games this user owns
400
+ # @see #fetch_games
401
+ def games
402
+ fetch_games if @games.nil?
403
+ @games
404
+ end
405
+
406
+ # Returns the URL of the icon version of this user's avatar
407
+ #
408
+ # @return [String] The URL of the icon-sized avatar
409
+ def icon_url
410
+ "#@image_url.jpg"
411
+ end
412
+
413
+ # Returns a unique identifier for this Steam ID
414
+ #
415
+ # This is either the 64bit numeric SteamID or custom URL
416
+ #
417
+ # @return [Fixnum, String] The 64bit numeric SteamID or the custom URL
418
+ def id
419
+ @custom_url.nil? ? @steam_id64 : @custom_url
420
+ end
421
+
422
+ # Returns whether the owner of this SteamId is playing a game
423
+ #
424
+ # @return [Boolean] `true` if the user is in-game
425
+ def in_game?
426
+ @online_state == 'in-game'
427
+ end
428
+ alias_method :is_in_game?, :in_game?
429
+
430
+ # Returns whether this Steam account is limited
431
+ #
432
+ # @return [Boolean] `true` if this account is limited
433
+ def limited?
434
+ @limited
435
+ end
436
+
437
+ # Returns the URL of the medium-sized version of this user's avatar
438
+ #
439
+ # @return [String] The URL of the medium-sized avatar
440
+ def medium_avatar_url
441
+ "#{@image_url}_medium.jpg"
442
+ end
443
+
444
+ # Returns whether the owner of this SteamID is currently logged into Steam
445
+ #
446
+ # @return [Boolean] `true` if the user is online
447
+ def online?
448
+ @online_state != 'offline'
449
+ end
450
+ alias_method :is_online?, :online?
451
+
452
+ # Returns whether this Steam ID is publicly accessible
453
+ #
454
+ # @return [Boolean] `true` if this Steam ID is public
455
+ def public?
456
+ @privacy_state == 'public'
457
+ end
458
+
459
+ # Returns the time in minutes this user has played this game in the last two
460
+ # weeks
461
+ #
462
+ # @param [Fixnum, String] id The full or short name or the application ID of
463
+ # the game
464
+ # @return [Fixnum] The number of minutes this user played the given game in
465
+ # the last two weeks
466
+ def recent_playtime(id)
467
+ game = find_game id
468
+ @playtimes[game.app_id][0]
469
+ end
470
+
471
+ # Returns the total time in minutes this user has played this game
472
+ #
473
+ # @param [Fixnum, String] id The full or short name or the application ID of
474
+ # the game
475
+ # @return [Fixnum] The total number of minutes this user played the given
476
+ # game
477
+ def total_playtime(id)
478
+ game = find_game id
479
+ @playtimes[game.app_id][1]
480
+ end
481
+
482
+ private
483
+
484
+ # Tries to find a game instance with the given application ID or full name or
485
+ # short name
486
+ #
487
+ # @param [Fixnum, String] id The full or short name or the application ID of
488
+ # the game
489
+ # @raise [SteamCondenserError] if the user does not own the game or no
490
+ # game with the given ID exists
491
+ # @return [SteamGame] The game found with the given ID
492
+ def find_game(id)
493
+ if id.is_a? Integer
494
+ game = games[id]
495
+ else
496
+ game = games.values.find do |game|
497
+ game.short_name == id || game.name == id
498
+ end
499
+ end
500
+
501
+ if game.nil?
502
+ if id.is_a? Numeric
503
+ message = "This SteamID does not own a game with application ID #{id}."
504
+ else
505
+ message = "This SteamID does not own the game \"#{id}\"."
506
+ end
507
+ raise SteamCondenserError, message
508
+ end
509
+
510
+ game
511
+ end
512
+
513
+ end