Commit graph

33 commits

Author SHA1 Message Date
Daniel López Guimaraes 2f80336681
Rename friends-secure to friends and remove Mongo
Replace MongoDB usage with GRPC calls to the account server. Also
include documentation on the README and a Makefile.
2023-08-13 01:05:08 +01:00
SuperMarioDaBom a817a7ccd0 Merge authentication and secure servers 2023-07-16 21:20:04 -07:00
Jonathan Barrow 2cce4a7af4
Updated to latest NEX libs 2023-04-08 10:44:51 -04:00
light b0215272ce Update other files
Update other main files to add more functionality
2023-02-23 21:02:04 -05:00
Jonathan Barrow 3437805af1
Moved database handlers to console-specific package 2022-09-11 02:38:16 -04:00
Jonathan Barrow 5de811eefc
nexServerStart->startNEXServer 2022-09-10 09:41:00 -04:00
Jonathan Barrow fab5c19aef
listenGRPCServer -> startGRPCServer 2022-09-10 09:40:16 -04:00
Jonathan Barrow 8b1f750825
Moved Wii U/3DS method handlers into packages 2022-09-10 09:39:07 -04:00
Jonathan Barrow 5b5d9db244
Split database.go into own functions, made database package, made globals package 2022-09-10 09:03:37 -04:00
Jonathan Barrow 12bc7310e5
Split main.go into go routines 2022-08-28 01:27:37 -04:00
Jonathan Barrow 09ad6a9af5
Added base gRPC server 2022-08-28 01:17:32 -04:00
Jonathan Barrow b9102e1488 NintendoCreateAccount now one function 2022-08-28 00:36:10 -04:00
Jonathan Barrow 5de5a7eefa Updated DataHolder api (missed) 2022-08-28 00:35:08 -04:00
Jonathan Barrow ee189308c8 Proper Kerberos usage 2022-08-28 00:21:37 -04:00
Jonathan Barrow e44ae9c700 Removed SetSignatureVersion call 2022-08-28 00:18:47 -04:00
Jonathan Barrow 1fbdecf526 Added UpdatedComment (WiiU) 2021-11-21 01:41:50 -05:00
Jonathan Barrow f1d1922ceb Changed packet fragment size 2021-11-21 00:55:02 -05:00
Jonathan Barrow f33ae1d660 Added "Player went offline" notifications 2021-11-02 18:40:25 -04:00
Jonathan Barrow ad69375448 User presence data is now sent correctly 2021-11-02 18:21:39 -04:00
Jonathan Barrow e922803321 Added UpdatePresence (WiiU) 2021-10-30 22:21:05 -04:00
Jonathan Barrow 5f2eb4191f Added "last online" time 2021-10-30 21:49:00 -04:00
Jonathan Barrow 6d78261333 Stubbed DeletePersistentNotification 2021-10-30 18:06:29 -04:00
Jonathan Barrow d7b42d8b02 Added AcceptFriendRequest 2021-10-30 17:59:26 -04:00
Jonathan Barrow ee3466c822 Started added presence tracking 2021-10-30 17:09:33 -04:00
Jonathan Barrow bc51bbdab7 Added MarkFriendRequestsAsReceived 2021-10-30 15:30:25 -04:00
Jonathan Barrow 5bbf1653ba Added AddFriendRequest method 2021-10-30 00:08:24 -04:00
Jonathan Barrow 51f1032c41 Added GetBasicInfo 2021-10-24 21:09:22 -04:00
Jonathan Barrow d9648a873b Added GetRequestBlockSettings 2021-10-24 20:34:11 -04:00
Jonathan Barrow 1c0747e29d split update preferences for wiiu and 3ds 2021-10-24 13:15:59 -04:00
Jonathan Barrow d09fac22b2 3DS friends goes online 2021-09-11 23:59:07 -04:00
Jonathan Barrow b35f144c57 added register method 2021-09-01 09:28:58 -04:00
Jonathan Barrow 1a21b18c44 Friends app (WiiU) boots 2021-08-22 18:40:49 -04:00
Jonathan Barrow a63330c6e3 WIP First commit
Server is still very much a WIP. At the moment it uses hard-coded data for the friends list and comment message. Users are pulled from a mongo server and are created with the new account server
2020-02-16 20:40:20 -05:00