Commit Graph

113 Commits

Author SHA1 Message Date
Jonathan Barrow
d9ab22204b
Added SendUserFriendRequest gRPC method 2023-04-11 22:36:46 -04:00
Jonathan Barrow
842d6f369a
Updated NEX library versions 2023-04-11 22:36:32 -04:00
Jonathan Barrow
c4fe5b5b47
Updated NEX library versions 2023-04-10 22:33:21 -04:00
Jonathan Barrow
5268390e35
Updated NEX library versions 2023-04-10 22:27:27 -04:00
Jonathan Barrow
108d5f387e
Import base nex-protocols-go to register DataHolders 2023-04-10 22:25:35 -04:00
Jonathan Barrow
e14e5d4dc6
Added gRPC method to query friend PIDs 2023-04-10 22:00:48 -04:00
Jonathan Barrow
2cce4a7af4
Updated to latest NEX libs 2023-04-08 10:44:51 -04:00
Jonathan Barrow
1d82e2e39c
Merge pull request #2 from PretendoNetwork/feature-unfriendly-methods
Request rejection, blocking, and unfriending
2023-04-08 09:56:01 -04:00
light
e8c940e616 Update libraries 2023-04-06 22:10:40 -04:00
light
054b9f17d4 Add WiiU default values 2023-04-02 18:41:58 -04:00
light
d90bd745d9 Merge branch 'feature-unfriendly-methods' of https://github.com/PretendoNetwork/friends-secure into feature-unfriendly-methods 2023-04-01 18:30:06 -04:00
light
9bfb3d2474 Add defaults to table and stop invalid blacklists 2023-04-01 18:30:02 -04:00
Jonathan Barrow
50e2ccecb8
Added 100 result limit to friendlist query for 3DS 2023-04-01 10:48:06 -04:00
Jonathan Barrow
b110b38edf
Added 100 result limit to friendlist query 2023-04-01 10:41:08 -04:00
light
598a75f37d Add blocking features and refactor a bit 2023-03-31 17:05:35 -04:00
light
116a19631e Stop duplicate friend requests 2023-03-27 01:25:51 -04:00
light
186d9635ef Add friend request canceling and deletion 2023-03-26 23:32:26 -04:00
light
27c9b21047 Add friend removal 2023-03-26 17:41:04 -04:00
light
159fc4487c Update dependencies 2023-03-26 17:40:24 -04:00
Jonathan Barrow
7724b130ee
Updated to nex-protocols-go v1.0.13 2023-02-26 22:23:22 -05:00
Jonathan Barrow
bf4f8bfc53
Updated SQL query in accept_friendship_and_return_friend_info.go 2023-02-25 23:24:15 -05:00
Jonathan Barrow
b5b5c7419e
Merge pull request #1 from hauntii/friends-3ds
Support for 3DS Friends
2023-02-24 08:04:26 -05:00
light
7af3bdec01 Switch to platform globals from int 2023-02-24 01:15:10 -05:00
light
1d20b3d262 Move notifications to package 2023-02-24 00:31:44 -05:00
light
2057cbb3fc LFC methods now return unimplemented error 2023-02-23 23:32:10 -05:00
light
cd29f36934 Easier flag readability 2023-02-23 23:08:59 -05:00
light
0547153ecc Replace update_preference with update_preferences 2023-02-23 23:01:17 -05:00
light
8403c4bdc5 Update libraries and README 2023-02-23 21:02:20 -05:00
light
b0215272ce Update other files
Update other main files to add more functionality
2023-02-23 21:02:04 -05:00
light
cb6ff5bf25 Move sending offline notifications to notifications.go and update to PresenceV2 2023-02-23 21:00:58 -05:00
light
8330f8f139 Update and add methods 2023-02-23 20:59:57 -05:00
light
b4ce1e275b Update database 2023-02-23 20:59:02 -05:00
Jonathan Barrow
1d82e5f182
Make user1_pid, user2_pid unique on wiiu.friendships 2022-10-09 10:24:37 -04:00
Jonathan Barrow
220417b48e
Added check for invalid friend request PIDs 2022-09-28 21:10:51 -04:00
Jonathan Barrow
1cfdb247e6
Reactivate friendships if existed before 2022-09-28 20:59:54 -04:00
Jonathan Barrow
a82fee4c93
Added active flag to blocks and friendships 2022-09-16 20:17:56 -04:00
Jonathan Barrow
57a6607cd4
Updated go modules 2022-09-11 15:03:58 -04:00
Jonathan Barrow
874e8d9f38
Added logs 2022-09-11 15:03:40 -04:00
Jonathan Barrow
6ca793e2a7
Remove ping log 2022-09-11 10:27:24 -04:00
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