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.
- data/Gemfile.lock +7 -7
- data/README.md +9 -2
- data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
- data/doc/A2S_INFO_Packet.html +260 -0
- data/doc/A2S_PLAYER_Packet.html +295 -0
- data/doc/A2S_RULES_Packet.html +296 -0
- data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
- data/doc/AbstractL4DStats.html +978 -0
- data/doc/AbstractL4DWeapon.html +734 -0
- data/doc/Achievement.html +660 -0
- data/doc/AlienSwarmMission.html +1557 -0
- data/doc/AlienSwarmStats.html +965 -0
- data/doc/AlienSwarmWeapon.html +640 -0
- data/doc/AppNews.html +1442 -0
- data/doc/C2M_CHECKMD5_Packet.html +341 -0
- data/doc/CSSMap.html +806 -0
- data/doc/CSSStats.html +825 -0
- data/doc/CSSWeapon.html +889 -0
- data/doc/Cacheable.html +913 -0
- data/doc/Cacheable/ClassMethods.html +696 -0
- data/doc/DefenseGridStats.html +2559 -0
- data/doc/DoDSClass.html +1264 -0
- data/doc/DoDSStats.html +486 -0
- data/doc/DoDSWeapon.html +806 -0
- data/doc/Dota2BetaInventory.html +339 -0
- data/doc/Dota2Inventory.html +339 -0
- data/doc/Dota2Item.html +388 -0
- data/doc/Dota2Stats.html +366 -0
- data/doc/GameAchievement.html +1257 -0
- data/doc/GameClass.html +321 -0
- data/doc/GameInventory.html +1363 -0
- data/doc/GameItem.html +1339 -0
- data/doc/GameLeaderboard.html +1609 -0
- data/doc/GameLeaderboardEntry.html +629 -0
- data/doc/GameSchema.html +568 -0
- data/doc/GameServer.html +2405 -0
- data/doc/GameStats.html +1461 -0
- data/doc/GameWeapon.html +590 -0
- data/doc/GoldSrcServer.html +740 -0
- data/doc/GoldSrcSocket.html +850 -0
- data/doc/ItemSchema.html +780 -0
- data/doc/L4D2Map.html +739 -0
- data/doc/L4D2Stats.html +930 -0
- data/doc/L4D2Weapon.html +486 -0
- data/doc/L4DExplosive.html +374 -0
- data/doc/L4DMap.html +776 -0
- data/doc/L4DStats.html +530 -0
- data/doc/L4DWeapon.html +296 -0
- data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
- data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
- data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
- data/doc/MasterServer.html +1070 -0
- data/doc/MasterServerSocket.html +293 -0
- data/doc/Module.html +194 -0
- data/doc/PacketFormatError.html +257 -0
- data/doc/Portal2Inventory.html +339 -0
- data/doc/Portal2Item.html +499 -0
- data/doc/Portal2Stats.html +368 -0
- data/doc/RCONAuthRequest.html +318 -0
- data/doc/RCONAuthResponse.html +305 -0
- data/doc/RCONBanError.html +247 -0
- data/doc/RCONExecRequest.html +318 -0
- data/doc/RCONExecResponse.html +407 -0
- data/doc/RCONGoldSrcRequest.html +363 -0
- data/doc/RCONGoldSrcResponse.html +367 -0
- data/doc/RCONNoAuthError.html +247 -0
- data/doc/RCONPacket.html +548 -0
- data/doc/RCONPacketFactory.html +300 -0
- data/doc/RCONSocket.html +669 -0
- data/doc/RCONTerminator.html +304 -0
- data/doc/RequestWithChallenge.html +233 -0
- data/doc/S2A_INFO2_Packet.html +371 -0
- data/doc/S2A_INFO_BasePacket.html +357 -0
- data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
- data/doc/S2A_LOGSTRING_Packet.html +373 -0
- data/doc/S2A_PLAYER_Packet.html +417 -0
- data/doc/S2A_RULES_Packet.html +411 -0
- data/doc/S2C_CHALLENGE_Packet.html +370 -0
- data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
- data/doc/Server.html +781 -0
- data/doc/SourceServer.html +776 -0
- data/doc/SourceSocket.html +366 -0
- data/doc/StatsAttribute.html +514 -0
- data/doc/SteamCondenser.html +155 -0
- data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
- data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
- data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
- data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
- data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
- data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
- data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
- data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
- data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
- data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
- data/doc/SteamCondenser/AppNews.html +1387 -0
- data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
- data/doc/SteamCondenser/CSSMap.html +774 -0
- data/doc/SteamCondenser/CSSStats.html +799 -0
- data/doc/SteamCondenser/CSSWeapon.html +855 -0
- data/doc/SteamCondenser/Cacheable.html +698 -0
- data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
- data/doc/SteamCondenser/Community.html +134 -0
- data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
- data/doc/SteamCondenser/DoDSClass.html +1209 -0
- data/doc/SteamCondenser/DoDSStats.html +470 -0
- data/doc/SteamCondenser/DoDSWeapon.html +774 -0
- data/doc/SteamCondenser/Error.html +156 -0
- data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
- data/doc/SteamCondenser/Error/RCONBan.html +237 -0
- data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
- data/doc/SteamCondenser/Error/Timeout.html +238 -0
- data/doc/SteamCondenser/Error/WebApi.html +339 -0
- data/doc/SteamCondenser/GameAchievement.html +1210 -0
- data/doc/SteamCondenser/GameClass.html +306 -0
- data/doc/SteamCondenser/GameInventory.html +1236 -0
- data/doc/SteamCondenser/GameItem.html +1282 -0
- data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
- data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
- data/doc/SteamCondenser/GameServer.html +2337 -0
- data/doc/SteamCondenser/GameStats.html +1416 -0
- data/doc/SteamCondenser/GameWeapon.html +566 -0
- data/doc/SteamCondenser/GoldSrcServer.html +716 -0
- data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
- data/doc/SteamCondenser/L4D2Map.html +713 -0
- data/doc/SteamCondenser/L4D2Stats.html +906 -0
- data/doc/SteamCondenser/L4D2Weapon.html +466 -0
- data/doc/SteamCondenser/L4DExplosive.html +362 -0
- data/doc/SteamCondenser/L4DMap.html +746 -0
- data/doc/SteamCondenser/L4DStats.html +513 -0
- data/doc/SteamCondenser/L4DWeapon.html +284 -0
- data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
- data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
- data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
- data/doc/SteamCondenser/MasterServer.html +1046 -0
- data/doc/SteamCondenser/MasterServerSocket.html +282 -0
- data/doc/SteamCondenser/Portal2Inventory.html +217 -0
- data/doc/SteamCondenser/Portal2Item.html +483 -0
- data/doc/SteamCondenser/Portal2Stats.html +353 -0
- data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
- data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
- data/doc/SteamCondenser/RCONExecRequest.html +306 -0
- data/doc/SteamCondenser/RCONExecResponse.html +392 -0
- data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
- data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
- data/doc/SteamCondenser/RCONPacket.html +530 -0
- data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
- data/doc/SteamCondenser/RCONSocket.html +649 -0
- data/doc/SteamCondenser/RCONTerminator.html +292 -0
- data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
- data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
- data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
- data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
- data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
- data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
- data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
- data/doc/SteamCondenser/Server.html +754 -0
- data/doc/SteamCondenser/Servers.html +133 -0
- data/doc/SteamCondenser/SourceServer.html +752 -0
- data/doc/SteamCondenser/SourceSocket.html +355 -0
- data/doc/SteamCondenser/SteamGame.html +1802 -0
- data/doc/SteamCondenser/SteamGroup.html +969 -0
- data/doc/SteamCondenser/SteamId.html +4242 -0
- data/doc/SteamCondenser/SteamPacket.html +456 -0
- data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
- data/doc/SteamCondenser/SteamPlayer.html +1696 -0
- data/doc/SteamCondenser/SteamSocket.html +679 -0
- data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
- data/doc/SteamCondenser/TF2Class.html +1145 -0
- data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
- data/doc/SteamCondenser/TF2Engineer.html +534 -0
- data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
- data/doc/SteamCondenser/TF2Inventory.html +217 -0
- data/doc/SteamCondenser/TF2Item.html +482 -0
- data/doc/SteamCondenser/TF2Medic.html +445 -0
- data/doc/SteamCondenser/TF2Sniper.html +357 -0
- data/doc/SteamCondenser/TF2Spy.html +531 -0
- data/doc/SteamCondenser/TF2Stats.html +670 -0
- data/doc/SteamCondenser/TimeoutError.html +249 -0
- data/doc/SteamCondenser/WebApi.html +999 -0
- data/doc/SteamCondenser/XMLData.html +171 -0
- data/doc/SteamCondenserError.html +153 -0
- data/doc/SteamGame.html +1859 -0
- data/doc/SteamGroup.html +1012 -0
- data/doc/SteamId.html +4369 -0
- data/doc/SteamPacket.html +469 -0
- data/doc/SteamPacketFactory.html +545 -0
- data/doc/SteamPlayer.html +1766 -0
- data/doc/SteamSocket.html +699 -0
- data/doc/StringIO.html +947 -0
- data/doc/TF2BetaInventory.html +315 -0
- data/doc/TF2Class.html +1194 -0
- data/doc/TF2ClassFactory.html +273 -0
- data/doc/TF2Engineer.html +558 -0
- data/doc/TF2GoldenWrench.html +760 -0
- data/doc/TF2Inventory.html +339 -0
- data/doc/TF2Item.html +499 -0
- data/doc/TF2Medic.html +465 -0
- data/doc/TF2Sniper.html +373 -0
- data/doc/TF2Spy.html +555 -0
- data/doc/TF2Stats.html +696 -0
- data/doc/WebApi.html +1021 -0
- data/doc/WebApiError.html +347 -0
- data/doc/XMLData.html +253 -0
- data/doc/_index.html +717 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +328 -0
- data/doc/file.LICENSE.html +100 -0
- data/doc/file.README.html +136 -0
- data/doc/file_list.html +58 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +136 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +3988 -0
- data/doc/methods_list.html +3900 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/steam-condenser/version.rb +1 -1
- data/lib/steam/community/cacheable.rb +105 -44
- data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_item.rb +33 -0
- data/lib/steam/community/game_inventory.rb +18 -16
- data/lib/steam/community/game_leaderboard.rb +2 -2
- data/lib/steam/community/game_stats.rb +1 -1
- data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
- data/lib/steam/community/steam_game.rb +0 -2
- data/lib/steam/community/steam_group.rb +2 -7
- data/lib/steam/community/steam_id.rb +2 -7
- data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
- data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
- data/lib/steam/community/xml_data.rb +8 -1
- data/lib/steam/packets/a2s_player_packet.rb +1 -1
- data/lib/steam/packets/a2s_rules_packet.rb +1 -1
- data/lib/steam/servers/master_server.rb +3 -2
- data/lib/steam/sockets/rcon_socket.rb +1 -2
- data/pkg/steam-condenser-1.2.0.gem +0 -0
- data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
- data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
- data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
- data/pkg/steam-condenser-1.2.0/README.md +47 -0
- data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
- data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
- data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
- data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
- data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
- data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
- data/steam-condenser.gemspec +3 -3
- data/test/steam/communtiy/test_cacheable.rb +100 -0
- data/test/steam/servers/test_master_server.rb +3 -3
- metadata +366 -15
@@ -0,0 +1,231 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
+
<memberList>
|
3
|
+
<groupID64>103582791429521412</groupID64>
|
4
|
+
<memberCount>221</memberCount>
|
5
|
+
<totalPages>1</totalPages>
|
6
|
+
<currentPage>1</currentPage>
|
7
|
+
<startingMember>0</startingMember>
|
8
|
+
<members>
|
9
|
+
<steamID64>76561197960265740</steamID64>
|
10
|
+
<steamID64>76561197964770089</steamID64>
|
11
|
+
<steamID64>76561197967162108</steamID64>
|
12
|
+
<steamID64>76561197994632741</steamID64>
|
13
|
+
<steamID64>76561197970280218</steamID64>
|
14
|
+
<steamID64>76561197966899291</steamID64>
|
15
|
+
<steamID64>76561197980865448</steamID64>
|
16
|
+
<steamID64>76561197971161698</steamID64>
|
17
|
+
<steamID64>76561197960269040</steamID64>
|
18
|
+
<steamID64>76561197960563532</steamID64>
|
19
|
+
<steamID64>76561197971049296</steamID64>
|
20
|
+
<steamID64>76561197960265738</steamID64>
|
21
|
+
<steamID64>76561198014254115</steamID64>
|
22
|
+
<steamID64>76561197960402283</steamID64>
|
23
|
+
<steamID64>76561197978236369</steamID64>
|
24
|
+
<steamID64>76561197961301890</steamID64>
|
25
|
+
<steamID64>76561197985607672</steamID64>
|
26
|
+
<steamID64>76561197961036066</steamID64>
|
27
|
+
<steamID64>76561197971630295</steamID64>
|
28
|
+
<steamID64>76561198042665686</steamID64>
|
29
|
+
<steamID64>76561197977113234</steamID64>
|
30
|
+
<steamID64>76561197961626070</steamID64>
|
31
|
+
<steamID64>76561197968452293</steamID64>
|
32
|
+
<steamID64>76561197974593417</steamID64>
|
33
|
+
<steamID64>76561197987393094</steamID64>
|
34
|
+
<steamID64>76561197991751968</steamID64>
|
35
|
+
<steamID64>76561197975593810</steamID64>
|
36
|
+
<steamID64>76561197967144365</steamID64>
|
37
|
+
<steamID64>76561197970314454</steamID64>
|
38
|
+
<steamID64>76561197969321754</steamID64>
|
39
|
+
<steamID64>76561197970892150</steamID64>
|
40
|
+
<steamID64>76561197982261816</steamID64>
|
41
|
+
<steamID64>76561197960860649</steamID64>
|
42
|
+
<steamID64>76561197969400141</steamID64>
|
43
|
+
<steamID64>76561197984437106</steamID64>
|
44
|
+
<steamID64>76561197991390878</steamID64>
|
45
|
+
<steamID64>76561197970565175</steamID64>
|
46
|
+
<steamID64>76561197981291930</steamID64>
|
47
|
+
<steamID64>76561197961420203</steamID64>
|
48
|
+
<steamID64>76561197989577350</steamID64>
|
49
|
+
<steamID64>76561198000175595</steamID64>
|
50
|
+
<steamID64>76561197999000345</steamID64>
|
51
|
+
<steamID64>76561197972755855</steamID64>
|
52
|
+
<steamID64>76561197968575517</steamID64>
|
53
|
+
<steamID64>76561197960508417</steamID64>
|
54
|
+
<steamID64>76561197971951755</steamID64>
|
55
|
+
<steamID64>76561197960265749</steamID64>
|
56
|
+
<steamID64>76561197960265731</steamID64>
|
57
|
+
<steamID64>76561197968304490</steamID64>
|
58
|
+
<steamID64>76561197960423941</steamID64>
|
59
|
+
<steamID64>76561197973185198</steamID64>
|
60
|
+
<steamID64>76561197974807412</steamID64>
|
61
|
+
<steamID64>76561197971292977</steamID64>
|
62
|
+
<steamID64>76561197969720282</steamID64>
|
63
|
+
<steamID64>76561197968848473</steamID64>
|
64
|
+
<steamID64>76561197978206069</steamID64>
|
65
|
+
<steamID64>76561197965461135</steamID64>
|
66
|
+
<steamID64>76561197960265838</steamID64>
|
67
|
+
<steamID64>76561197970543183</steamID64>
|
68
|
+
<steamID64>76561197993060890</steamID64>
|
69
|
+
<steamID64>76561197968152886</steamID64>
|
70
|
+
<steamID64>76561197978266558</steamID64>
|
71
|
+
<steamID64>76561197960287930</steamID64>
|
72
|
+
<steamID64>76561197984751122</steamID64>
|
73
|
+
<steamID64>76561197980744144</steamID64>
|
74
|
+
<steamID64>76561197983311154</steamID64>
|
75
|
+
<steamID64>76561197960265743</steamID64>
|
76
|
+
<steamID64>76561197967377359</steamID64>
|
77
|
+
<steamID64>76561197985627266</steamID64>
|
78
|
+
<steamID64>76561197960265730</steamID64>
|
79
|
+
<steamID64>76561197960265733</steamID64>
|
80
|
+
<steamID64>76561197975724041</steamID64>
|
81
|
+
<steamID64>76561197992219796</steamID64>
|
82
|
+
<steamID64>76561197960265747</steamID64>
|
83
|
+
<steamID64>76561197960280251</steamID64>
|
84
|
+
<steamID64>76561197961314438</steamID64>
|
85
|
+
<steamID64>76561197962205142</steamID64>
|
86
|
+
<steamID64>76561197962833771</steamID64>
|
87
|
+
<steamID64>76561197962844216</steamID64>
|
88
|
+
<steamID64>76561197963997393</steamID64>
|
89
|
+
<steamID64>76561197964279229</steamID64>
|
90
|
+
<steamID64>76561197962313932</steamID64>
|
91
|
+
<steamID64>76561197975029215</steamID64>
|
92
|
+
<steamID64>76561197968282875</steamID64>
|
93
|
+
<steamID64>76561197967990561</steamID64>
|
94
|
+
<steamID64>76561197960549564</steamID64>
|
95
|
+
<steamID64>76561197972196250</steamID64>
|
96
|
+
<steamID64>76561197992467988</steamID64>
|
97
|
+
<steamID64>76561197967713982</steamID64>
|
98
|
+
<steamID64>76561197985454791</steamID64>
|
99
|
+
<steamID64>76561197962783665</steamID64>
|
100
|
+
<steamID64>76561197968343660</steamID64>
|
101
|
+
<steamID64>76561197968662512</steamID64>
|
102
|
+
<steamID64>76561197969262523</steamID64>
|
103
|
+
<steamID64>76561197969357684</steamID64>
|
104
|
+
<steamID64>76561197970195533</steamID64>
|
105
|
+
<steamID64>76561197970282885</steamID64>
|
106
|
+
<steamID64>76561197970285523</steamID64>
|
107
|
+
<steamID64>76561197970404169</steamID64>
|
108
|
+
<steamID64>76561197970533489</steamID64>
|
109
|
+
<steamID64>76561197970569650</steamID64>
|
110
|
+
<steamID64>76561197970634249</steamID64>
|
111
|
+
<steamID64>76561197970893024</steamID64>
|
112
|
+
<steamID64>76561197970968871</steamID64>
|
113
|
+
<steamID64>76561197971596380</steamID64>
|
114
|
+
<steamID64>76561197972291076</steamID64>
|
115
|
+
<steamID64>76561197972563372</steamID64>
|
116
|
+
<steamID64>76561197976027800</steamID64>
|
117
|
+
<steamID64>76561197977035150</steamID64>
|
118
|
+
<steamID64>76561197977741299</steamID64>
|
119
|
+
<steamID64>76561197977961973</steamID64>
|
120
|
+
<steamID64>76561197978257665</steamID64>
|
121
|
+
<steamID64>76561197979082126</steamID64>
|
122
|
+
<steamID64>76561197979187556</steamID64>
|
123
|
+
<steamID64>76561197980632230</steamID64>
|
124
|
+
<steamID64>76561197982227246</steamID64>
|
125
|
+
<steamID64>76561197982240193</steamID64>
|
126
|
+
<steamID64>76561197982460133</steamID64>
|
127
|
+
<steamID64>76561197983084285</steamID64>
|
128
|
+
<steamID64>76561197983819387</steamID64>
|
129
|
+
<steamID64>76561197985130967</steamID64>
|
130
|
+
<steamID64>76561197985412037</steamID64>
|
131
|
+
<steamID64>76561197985590840</steamID64>
|
132
|
+
<steamID64>76561197986943540</steamID64>
|
133
|
+
<steamID64>76561197988042654</steamID64>
|
134
|
+
<steamID64>76561197988200160</steamID64>
|
135
|
+
<steamID64>76561197991157076</steamID64>
|
136
|
+
<steamID64>76561197991937967</steamID64>
|
137
|
+
<steamID64>76561197992593548</steamID64>
|
138
|
+
<steamID64>76561197997579159</steamID64>
|
139
|
+
<steamID64>76561198002151236</steamID64>
|
140
|
+
<steamID64>76561198002212024</steamID64>
|
141
|
+
<steamID64>76561198002402082</steamID64>
|
142
|
+
<steamID64>76561197960435530</steamID64>
|
143
|
+
<steamID64>76561197969363440</steamID64>
|
144
|
+
<steamID64>76561197960789988</steamID64>
|
145
|
+
<steamID64>76561197965686610</steamID64>
|
146
|
+
<steamID64>76561197984981409</steamID64>
|
147
|
+
<steamID64>76561197975914763</steamID64>
|
148
|
+
<steamID64>76561197963156385</steamID64>
|
149
|
+
<steamID64>76561198007622651</steamID64>
|
150
|
+
<steamID64>76561197969266938</steamID64>
|
151
|
+
<steamID64>76561197968459473</steamID64>
|
152
|
+
<steamID64>76561198008486962</steamID64>
|
153
|
+
<steamID64>76561198010062752</steamID64>
|
154
|
+
<steamID64>76561197971241861</steamID64>
|
155
|
+
<steamID64>76561198032762862</steamID64>
|
156
|
+
<steamID64>76561198007696304</steamID64>
|
157
|
+
<steamID64>76561197997296694</steamID64>
|
158
|
+
<steamID64>76561197963119114</steamID64>
|
159
|
+
<steamID64>76561197974091903</steamID64>
|
160
|
+
<steamID64>76561198010168695</steamID64>
|
161
|
+
<steamID64>76561198015999740</steamID64>
|
162
|
+
<steamID64>76561198027391269</steamID64>
|
163
|
+
<steamID64>76561197969518075</steamID64>
|
164
|
+
<steamID64>76561198032155554</steamID64>
|
165
|
+
<steamID64>76561198028573551</steamID64>
|
166
|
+
<steamID64>76561198003204775</steamID64>
|
167
|
+
<steamID64>76561197960277670</steamID64>
|
168
|
+
<steamID64>76561198032776328</steamID64>
|
169
|
+
<steamID64>76561198007695232</steamID64>
|
170
|
+
<steamID64>76561197960434622</steamID64>
|
171
|
+
<steamID64>76561198004986211</steamID64>
|
172
|
+
<steamID64>76561197995557785</steamID64>
|
173
|
+
<steamID64>76561197969765131</steamID64>
|
174
|
+
<steamID64>76561197972903621</steamID64>
|
175
|
+
<steamID64>76561197967652039</steamID64>
|
176
|
+
<steamID64>76561198032822778</steamID64>
|
177
|
+
<steamID64>76561198005121830</steamID64>
|
178
|
+
<steamID64>76561198000239560</steamID64>
|
179
|
+
<steamID64>76561197961218948</steamID64>
|
180
|
+
<steamID64>76561197984750189</steamID64>
|
181
|
+
<steamID64>76561197963123419</steamID64>
|
182
|
+
<steamID64>76561198021953586</steamID64>
|
183
|
+
<steamID64>76561197980258575</steamID64>
|
184
|
+
<steamID64>76561198027226081</steamID64>
|
185
|
+
<steamID64>76561198024119209</steamID64>
|
186
|
+
<steamID64>76561198045157117</steamID64>
|
187
|
+
<steamID64>76561198005731671</steamID64>
|
188
|
+
<steamID64>76561197970572119</steamID64>
|
189
|
+
<steamID64>76561198009095613</steamID64>
|
190
|
+
<steamID64>76561197970530062</steamID64>
|
191
|
+
<steamID64>76561198007622817</steamID64>
|
192
|
+
<steamID64>76561197960649750</steamID64>
|
193
|
+
<steamID64>76561197965467401</steamID64>
|
194
|
+
<steamID64>76561197970761369</steamID64>
|
195
|
+
<steamID64>76561197971400048</steamID64>
|
196
|
+
<steamID64>76561197974050669</steamID64>
|
197
|
+
<steamID64>76561197975458088</steamID64>
|
198
|
+
<steamID64>76561197978854252</steamID64>
|
199
|
+
<steamID64>76561197987262750</steamID64>
|
200
|
+
<steamID64>76561197989808853</steamID64>
|
201
|
+
<steamID64>76561197993832904</steamID64>
|
202
|
+
<steamID64>76561198001549544</steamID64>
|
203
|
+
<steamID64>76561198007657496</steamID64>
|
204
|
+
<steamID64>76561198012711712</steamID64>
|
205
|
+
<steamID64>76561198016352617</steamID64>
|
206
|
+
<steamID64>76561198024119021</steamID64>
|
207
|
+
<steamID64>76561198024119077</steamID64>
|
208
|
+
<steamID64>76561198024119145</steamID64>
|
209
|
+
<steamID64>76561198024119167</steamID64>
|
210
|
+
<steamID64>76561198024119233</steamID64>
|
211
|
+
<steamID64>76561198024119271</steamID64>
|
212
|
+
<steamID64>76561198024119297</steamID64>
|
213
|
+
<steamID64>76561198024149372</steamID64>
|
214
|
+
<steamID64>76561198024149438</steamID64>
|
215
|
+
<steamID64>76561198024402255</steamID64>
|
216
|
+
<steamID64>76561198032490515</steamID64>
|
217
|
+
<steamID64>76561198042300915</steamID64>
|
218
|
+
<steamID64>76561198047099472</steamID64>
|
219
|
+
<steamID64>76561198049584723</steamID64>
|
220
|
+
<steamID64>76561197992637080</steamID64>
|
221
|
+
<steamID64>76561197960389850</steamID64>
|
222
|
+
<steamID64>76561198005615861</steamID64>
|
223
|
+
<steamID64>76561197999062908</steamID64>
|
224
|
+
<steamID64>76561198003340507</steamID64>
|
225
|
+
<steamID64>76561198040900440</steamID64>
|
226
|
+
<steamID64>76561198050715070</steamID64>
|
227
|
+
<steamID64>76561198024187698</steamID64>
|
228
|
+
<steamID64>76561197997728531</steamID64>
|
229
|
+
<steamID64>76561197970323416</steamID64>
|
230
|
+
</members>
|
231
|
+
</memberList>
|
@@ -0,0 +1,45 @@
|
|
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) 2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'test/unit'
|
7
|
+
|
8
|
+
require 'rubygems'
|
9
|
+
|
10
|
+
require 'mocha'
|
11
|
+
require 'shoulda-context'
|
12
|
+
|
13
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
|
14
|
+
$LOAD_PATH.unshift File.dirname(__FILE__)
|
15
|
+
|
16
|
+
# Extends TestCase functionality
|
17
|
+
class Test::Unit::TestCase
|
18
|
+
|
19
|
+
# Provides a negative assertion that's easier on the eyes
|
20
|
+
#
|
21
|
+
# The assertion fails, if the given value is `true`.
|
22
|
+
#
|
23
|
+
# @param [true, false] boolean The value that should be `false`
|
24
|
+
# @param [String] message The message that should be displayed
|
25
|
+
def assert_not(boolean, message = '')
|
26
|
+
assert !boolean, message
|
27
|
+
end
|
28
|
+
|
29
|
+
# Reads the contents of a fixture file from `./test/`
|
30
|
+
#
|
31
|
+
# @param [String] name The name of the fixtures file
|
32
|
+
# @return [String] The contents of the file
|
33
|
+
def fixture(name)
|
34
|
+
fixture_io(name).read
|
35
|
+
end
|
36
|
+
|
37
|
+
# Opens a file with fixtures from `./test/`
|
38
|
+
#
|
39
|
+
# @param [String] name The name of the fixtures file
|
40
|
+
# @return [File] The file handle
|
41
|
+
def fixture_io(name)
|
42
|
+
File.open File.join(File.dirname(__FILE__), 'fixtures', name)
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,83 @@
|
|
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) 2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'helper'
|
7
|
+
require 'steam/community/steam_group'
|
8
|
+
|
9
|
+
class TestSteamGroup < Test::Unit::TestCase
|
10
|
+
|
11
|
+
context 'A Steam group' do
|
12
|
+
|
13
|
+
should 'be correctly cached' do
|
14
|
+
assert_not SteamGroup.cached? 103582791429521412
|
15
|
+
|
16
|
+
group = SteamGroup.new 103582791429521412, false
|
17
|
+
|
18
|
+
assert group.cache
|
19
|
+
assert SteamGroup.cached? 103582791429521412
|
20
|
+
end
|
21
|
+
|
22
|
+
should 'be correctly cached with its custom URL' do
|
23
|
+
assert_not SteamGroup.cached? 'valve'
|
24
|
+
|
25
|
+
group = SteamGroup.new 'valve', false
|
26
|
+
|
27
|
+
assert group.cache
|
28
|
+
assert SteamGroup.cached? 'valve'
|
29
|
+
end
|
30
|
+
|
31
|
+
should 'be able to fetch its members' do
|
32
|
+
url = fixture_io 'valve-members.xml'
|
33
|
+
SteamGroup.any_instance.expects(:open).with('http://steamcommunity.com/groups/valve/memberslistxml?p=1', { :proxy => true }).returns url
|
34
|
+
|
35
|
+
group = SteamGroup.new 'valve'
|
36
|
+
members = group.members
|
37
|
+
|
38
|
+
assert_equal 221, group.member_count
|
39
|
+
assert_equal 76561197960265740, members.first.steam_id64
|
40
|
+
assert_not members.first.fetched?
|
41
|
+
assert_equal 76561197970323416, members.last.steam_id64
|
42
|
+
assert group.fetched?
|
43
|
+
end
|
44
|
+
|
45
|
+
should 'be found by the group ID' do
|
46
|
+
group = SteamGroup.new 103582791429521412, false
|
47
|
+
|
48
|
+
assert_equal 103582791429521412, group.group_id64
|
49
|
+
assert_equal 'http://steamcommunity.com/gid/103582791429521412', group.base_url
|
50
|
+
end
|
51
|
+
|
52
|
+
should 'be found by the group\'s custom URL' do
|
53
|
+
group = SteamGroup.new 'valve', false
|
54
|
+
|
55
|
+
assert_equal 'valve', group.custom_url
|
56
|
+
assert_equal 'http://steamcommunity.com/groups/valve', group.base_url
|
57
|
+
end
|
58
|
+
|
59
|
+
should 'raise an exception when parsing invalid XML' do
|
60
|
+
error = assert_raises SteamCondenserError do
|
61
|
+
url = fixture_io 'invalid.xml'
|
62
|
+
SteamGroup.any_instance.expects(:open).with('http://steamcommunity.com/groups/valve/memberslistxml?p=1', { :proxy => true }).returns url
|
63
|
+
|
64
|
+
SteamGroup.new 'valve'
|
65
|
+
end
|
66
|
+
assert_equal 'XML data could not be parsed.', error.message
|
67
|
+
end
|
68
|
+
|
69
|
+
should 'be able to parse just the member count' do
|
70
|
+
url = fixture_io 'valve-members.xml'
|
71
|
+
SteamGroup.any_instance.expects(:open).with('http://steamcommunity.com/groups/valve/memberslistxml?p=1', { :proxy => true }).returns url
|
72
|
+
|
73
|
+
group = SteamGroup.new 'valve', false
|
74
|
+
assert_equal 221, group.member_count
|
75
|
+
end
|
76
|
+
|
77
|
+
teardown do
|
78
|
+
SteamGroup.clear_cache
|
79
|
+
end
|
80
|
+
|
81
|
+
end
|
82
|
+
|
83
|
+
end
|
@@ -0,0 +1,111 @@
|
|
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) 2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'helper'
|
7
|
+
require 'steam/community/steam_id'
|
8
|
+
|
9
|
+
class TestSteamId < Test::Unit::TestCase
|
10
|
+
|
11
|
+
context 'The SteamId class' do
|
12
|
+
|
13
|
+
should 'provide a conversion between 64bit Steam IDs and STEAM_IDs' do
|
14
|
+
steam_id = SteamId.convert_community_id_to_steam_id 76561197960290418
|
15
|
+
assert_equal 'STEAM_0:0:12345', steam_id
|
16
|
+
end
|
17
|
+
|
18
|
+
should 'provide a conversion between STEAM_IDs and 64bit Steam IDs' do
|
19
|
+
steam_id64 = SteamId.convert_steam_id_to_community_id 'STEAM_0:0:12345'
|
20
|
+
assert_equal 76561197960290418, steam_id64
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
24
|
+
|
25
|
+
context 'A Steam ID' do
|
26
|
+
|
27
|
+
should 'be correctly cached' do
|
28
|
+
assert_not SteamId.cached? 76561197983311154
|
29
|
+
|
30
|
+
steam_id = SteamId.new 76561197983311154, false
|
31
|
+
|
32
|
+
assert steam_id.cache
|
33
|
+
assert SteamId.cached? 76561197983311154
|
34
|
+
end
|
35
|
+
|
36
|
+
should 'be correctly cached with its custom URL' do
|
37
|
+
assert_not SteamId.cached? 'Son_of_Thor'
|
38
|
+
|
39
|
+
steam_id = SteamId.new 'Son_of_Thor', false
|
40
|
+
|
41
|
+
assert steam_id.cache
|
42
|
+
assert SteamId.cached? 'son_of_Thor'
|
43
|
+
end
|
44
|
+
|
45
|
+
should 'have an ID' do
|
46
|
+
steam_id1 = SteamId.new 76561197983311154, false
|
47
|
+
steam_id2 = SteamId.new 'Son_of_Thor', false
|
48
|
+
|
49
|
+
assert_equal 76561197983311154, steam_id1.id
|
50
|
+
assert_equal 'son_of_thor', steam_id2.id
|
51
|
+
end
|
52
|
+
|
53
|
+
should 'be able to fetch its data' do
|
54
|
+
url = fixture_io 'sonofthor.xml'
|
55
|
+
SteamId.any_instance.expects(:open).with('http://steamcommunity.com/id/son_of_thor?xml=1', { :proxy => true }).returns url
|
56
|
+
|
57
|
+
steam_id = SteamId.new 'Son_of_Thor'
|
58
|
+
|
59
|
+
assert_equal 76561197983311154, steam_id.steam_id64
|
60
|
+
assert_equal 'son_of_thor', steam_id.custom_url
|
61
|
+
assert_equal 'Bellevue, Washington, United States', steam_id.location
|
62
|
+
assert_equal 'Dad serious.', steam_id.head_line
|
63
|
+
assert_equal 'Son of Thor', steam_id.nickname
|
64
|
+
assert_equal 'Torsten Zabka', steam_id.real_name
|
65
|
+
assert_equal 'Last Online: 3 days ago', steam_id.state_message
|
66
|
+
assert_equal 'We jump that fence when we get to it.', steam_id.summary
|
67
|
+
assert_equal 'None', steam_id.trade_ban_state
|
68
|
+
|
69
|
+
assert_equal 'http://media.steampowered.com/steamcommunity/public/images/avatars/b8/b8438d91481295b7cc8da9578004cd63a2c3b2e4_full.jpg', steam_id.full_avatar_url
|
70
|
+
assert_equal 'http://media.steampowered.com/steamcommunity/public/images/avatars/b8/b8438d91481295b7cc8da9578004cd63a2c3b2e4.jpg', steam_id.icon_url
|
71
|
+
assert_equal 'http://media.steampowered.com/steamcommunity/public/images/avatars/b8/b8438d91481295b7cc8da9578004cd63a2c3b2e4_medium.jpg', steam_id.medium_avatar_url
|
72
|
+
|
73
|
+
assert_not steam_id.banned?
|
74
|
+
assert_not steam_id.limited?
|
75
|
+
assert_not steam_id.online?
|
76
|
+
assert steam_id.fetched?
|
77
|
+
|
78
|
+
assert steam_id.public?
|
79
|
+
end
|
80
|
+
|
81
|
+
should 'be found by the 64bit SteamID' do
|
82
|
+
steam_id = SteamId.new 76561197983311154, false
|
83
|
+
|
84
|
+
assert_equal 76561197983311154, steam_id.steam_id64
|
85
|
+
assert_equal 'http://steamcommunity.com/profiles/76561197983311154', steam_id.base_url
|
86
|
+
end
|
87
|
+
|
88
|
+
should 'be found by the SteamID\'s custom URL' do
|
89
|
+
steam_id = SteamId.new 'Son_of_Thor', false
|
90
|
+
|
91
|
+
assert_equal 'son_of_thor', steam_id.custom_url
|
92
|
+
assert_equal 'http://steamcommunity.com/id/son_of_thor', steam_id.base_url
|
93
|
+
end
|
94
|
+
|
95
|
+
should 'raise an exception when parsing invalid XML' do
|
96
|
+
error = assert_raises SteamCondenserError do
|
97
|
+
url = fixture_io 'invalid.xml'
|
98
|
+
SteamId.any_instance.expects(:open).with('http://steamcommunity.com/id/son_of_thor?xml=1', { :proxy => true }).returns url
|
99
|
+
|
100
|
+
SteamId.new 'Son_of_Thor'
|
101
|
+
end
|
102
|
+
assert_equal 'XML data could not be parsed.', error.message
|
103
|
+
end
|
104
|
+
|
105
|
+
teardown do
|
106
|
+
SteamId.clear_cache
|
107
|
+
end
|
108
|
+
|
109
|
+
end
|
110
|
+
|
111
|
+
end
|