Pretendo Network friends server
Go to file
2022-09-07 19:59:20 -04:00
.gitignore Update .gitignore 2022-08-28 00:30:51 -04:00
accept_friend_request.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
add_friend_request.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
check_setting_status.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
connect.go Proper Kerberos usage 2022-08-28 00:21:37 -04:00
crypto.go new token format 2021-11-28 11:02:22 -05:00
database.go Added debug logs for common errors 2021-12-02 09:06:47 -05:00
delete_persistent_notification.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
friend_user.go Friends app (WiiU) boots 2021-08-22 18:40:49 -04:00
get_basic_info.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
get_request_block_settings.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
go.mod Updated go modules 2022-09-07 19:59:20 -04:00
go.sum Updated go modules 2022-09-07 19:59:20 -04:00
grpc.go Use gRPC getters 2022-08-28 07:54:30 -04:00
init.go new token format 2021-11-28 11:02:22 -05:00
LICENSE Create LICENSE 2022-08-13 20:35:22 -04:00
main.go Split main.go into go routines 2022-08-28 01:27:37 -04:00
mark_friend_requests_as_received.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
nintendo_create_account.go NintendoCreateAccount now one function 2022-08-28 00:36:10 -04:00
protocols.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
README.md Friends app (WiiU) boots 2021-08-22 18:40:49 -04:00
register_ex.go Updated StationURL api 2022-08-28 00:27:16 -04:00
register.go Updated StationURL api 2022-08-28 00:27:16 -04:00
server.go Split main.go into go routines 2022-08-28 01:27:37 -04:00
sync_friend.go 3DS friends goes online 2021-09-11 23:59:07 -04:00
update_and_get_all_information.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
update_comment_3ds.go Added UpdatedComment (WiiU) 2021-11-21 01:41:50 -05:00
update_comment_wiiu.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
update_favorite_game_key.go 3DS friends goes online 2021-09-11 23:59:07 -04:00
update_mii.go 3DS friends goes online 2021-09-11 23:59:07 -04:00
update_preference_3ds.go split update preferences for wiiu and 3ds 2021-10-24 13:15:59 -04:00
update_preference_wiiu.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
update_presence_3ds.go Added UpdatePresence (WiiU) 2021-10-30 22:21:05 -04:00
update_presence_wiiu.go Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
update_profile.go 3DS friends goes online 2021-09-11 23:59:07 -04:00

Friends - Secure

Pretendo Friends secure server

About

Only handles WiiU at this point. Only has enough implemented to get the Friends app booting. Lots of things are not implemented