Commit graph

224 commits

Author SHA1 Message Date
Jonathan Barrow
3437805af1
Moved database handlers to console-specific package 2022-09-11 02:38:16 -04:00
Jonathan Barrow
ca54e576d5
Move from Cassandra to Postgres 2022-09-11 02:22:37 -04:00
Jonathan Barrow
a3f9757608
Remove Bella friend reqtest (caused crash) 2022-09-11 02:21:39 -04:00
Jonathan Barrow
b671d440bd
Add Disconnect event handler 2022-09-11 02:19:57 -04:00
Jonathan Barrow
9ed6d3add8
Updated database logger to globals.Logger 2022-09-10 14:23:45 -04:00
Jonathan Barrow
86094cb6dc
Removed 3DS suffix from handler file names 2022-09-10 09:48:04 -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
d521650617
Rename some files 2022-09-10 09:18:24 -04:00
Jonathan Barrow
bb5476ac0d
Updated go modules 2022-09-10 09:07:10 -04:00
Jonathan Barrow
521790c49a
Uncomment SetFriendRequestReceived 2022-09-10 09:05:11 -04:00
Jonathan Barrow
f66c5af11f
Added Bella test friend request 2022-09-10 09:04:45 -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
06ad99d04e
getUserFriendRequestsOut -> getUserFriendRequestsIn 2022-09-07 20:04:15 -04:00
Jonathan Barrow
06ec0f9b71
Added better logging 2022-09-07 20:00:07 -04:00
Jonathan Barrow
1ce5efaea2
Updated go modules 2022-09-07 19:59:20 -04:00
Jonathan Barrow
42c757d7f4
Updated go modules 2022-09-04 23:03:31 -04:00
Jonathan Barrow
738b430d93
Update Friends protocol definition to FriendsWiiU 2022-09-04 22:59:45 -04:00
Jonathan Barrow
8ad33060c2
Updated dependencies 2022-08-30 19:44:31 -04:00
Jonathan Barrow
d9a19ed484
Use gRPC getters 2022-08-28 07:54:30 -04:00
Jonathan Barrow
e736d141e1
Updated notifications method ID 2022-08-28 07:53:23 -04:00
Jonathan Barrow
12bc7310e5
Split main.go into go routines 2022-08-28 01:27:37 -04:00
Jonathan Barrow
ee6c0a21cf
Deleted send_test_notification.go 2022-08-28 01:18:00 -04:00
Jonathan Barrow
09ad6a9af5
Added base gRPC server 2022-08-28 01:17:32 -04:00
Jonathan Barrow
c6cc6817ac
Merge branch 'master' of https://github.com/PretendoNetwork/friends-secure 2022-08-28 00:46:28 -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
e5294155b3 Go module 2022-08-28 00:31:05 -04:00
Jonathan Barrow
ee10a75364 Update .gitignore 2022-08-28 00:30:51 -04:00
Jonathan Barrow
dcae05cee2 Updated DataHolder api 2022-08-28 00:30:27 -04:00
Jonathan Barrow
11d4a0db4e Updated StationURL api 2022-08-28 00:27:16 -04:00
Jonathan Barrow
5af7cc32ad strconv 2022-08-28 00:26:48 -04:00
Jonathan Barrow
133841e608 string(int) returns a single rune, not a string of numbers 2022-08-28 00:26:15 -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
de134ce554
Create LICENSE 2022-08-13 20:35:22 -04:00
Jonathan Barrow
4b9d45849b Added debug logs for common errors 2021-12-02 09:06:47 -05:00
Jonathan Barrow
bf3e38ec49 new token format 2021-11-28 11:02:22 -05:00
Jonathan Barrow
ba99290d66 Updated ConnectionIDCounter increment 2021-11-21 20:59:24 -05:00
Jonathan Barrow
35c7eb12c8 can not unmarshal bigint into *nex.DateTime 2021-11-21 11:22:32 -05:00
Jonathan Barrow
9336c82b40 lastOnlineTime shouldn't be 0 2021-11-21 02:06:16 -05:00
Jonathan Barrow
7039909026 Fixed ErrNotFound 2021-11-21 02:04:11 -05:00
Jonathan Barrow
166a9a1d99 Cleaned up database 2021-11-21 01:46:59 -05: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
92eb995464 BELLA LIVES 2021-11-02 19:01:36 -04: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