Commit graph

224 commits

Author SHA1 Message Date
Jonathan Barrow
614c7d580d
nil check on connected users map when updating presence 2023-06-12 16:51:38 -04:00
Jonathan Barrow
4a98796b05
Added token padding bounds check and error response 2023-06-12 16:26:03 -04:00
Jonathan Barrow
520c3a4f3a
Updated library versions 2023-06-12 15:17:21 -04:00
Jonathan Barrow
2b66b5c21a
Compiles on latest library versions 2023-06-10 20:14:19 -04:00
Jonathan Barrow
6b9e9cf42b
Update token format 2023-06-10 20:12:59 -04:00
Jonathan Barrow
5880ba8f4a
Updated to new token format 2023-05-01 15:17:12 -04:00
Jonathan Barrow
a1e82c92d3
Updated env var names 2023-05-01 15:16:39 -04:00
Jonathan Barrow
5d39218a86
Added DenyFriendRequest gRPC method 2023-04-18 11:49:18 -04:00
Jonathan Barrow
e5306b2961
Filter expired WiiU friend requests from the returned list 2023-04-18 11:40:30 -04:00
Jonathan Barrow
1a5edb7d3d
Added AcceptFriendRequest gRPC method 2023-04-11 22:55:43 -04:00
Jonathan Barrow
5cfa094633
Added GetUserFriendRequestsIncoming gRPC method 2023-04-11 22:50:18 -04:00
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