mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-10 03:04:47 -05:00
- Added mongodb database - Removed dumps - Added jwt google auth decode plugin - Added long decode plugin - Updated protos to latest commit - Updated readme - Added avatar saving - Fixed bug, where username, level and exp didnt got displayed - Default username is "undefined" - Clear console stdin - Save players into db stdin - Seperated login/register phase - Added decode long util method |
||
|---|---|---|
| .. | ||
| AddFortModifierResponse.proto | ||
| AttackGymResponse.proto | ||
| base.proto.txt | ||
| CatchPokemonResponse.proto | ||
| CheckAwardedBadgesResponse.proto | ||
| CheckCodenameAvailableResponse.proto | ||
| ClaimCodenameResponse.proto | ||
| CollectDailyBonusResponse.proto | ||
| CollectDailyDefenderBonusResponse.proto | ||
| DiskEncounterResponse.proto | ||
| DownloadItemTemplatesResponse.proto | ||
| DownloadRemoteConfigVersionResponse.proto | ||
| DownloadSettingsResponse.proto | ||
| EchoResponse.proto | ||
| EncounterResponse.proto | ||
| EncounterTutorialCompleteResponse.proto | ||
| EquipBadgeResponse.proto | ||
| EvolvePokemonResponse.proto | ||
| FortDeployPokemonResponse.proto | ||
| FortDetailsResponse.proto | ||
| FortRecallPokemonResponse.proto | ||
| FortSearchResponse.proto | ||
| GetAssetDigestResponse.proto | ||
| GetDownloadUrlsResponse.proto | ||
| GetGymDetailsResponse.proto | ||
| GetHatchedEggsResponse.proto | ||
| GetIncensePokemonResponse.proto | ||
| GetInventoryResponse.proto | ||
| GetMapObjectsResponse.proto | ||
| GetPlayerProfileResponse.proto | ||
| GetPlayerResponse.proto | ||
| GetSuggestedCodenamesResponse.proto | ||
| IncenseEncounterResponse.proto | ||
| LevelUpRewardsResponse.proto | ||
| MarkTutorialCompleteResponse.proto | ||
| NicknamePokemonResponse.proto | ||
| PlayerUpdateResponse.proto | ||
| README.txt | ||
| RecycleInventoryItemResponse.proto | ||
| ReleasePokemonResponse.proto | ||
| SetAvatarResponse.proto | ||
| SetContactSettingsResponse.proto | ||
| SetFavoritePokemonResponse.proto | ||
| SetPlayerTeamResponse.proto | ||
| SfidaActionLogResponse.proto | ||
| StartGymBattleResponse.proto | ||
| UpgradePokemonResponse.proto | ||
| UseIncenseResponse.proto | ||
| UseItemCaptureResponse.proto | ||
| UseItemEggIncubatorResponse.proto | ||
| UseItemGymResponse.proto | ||
| UseItemPotionResponse.proto | ||
| UseItemReviveResponse.proto | ||
| UseItemXpBoostResponse.proto | ||
Response message name should be the "RequestType" in camelcase with "Response" as suffix.