friends/database/wiiu
2024-04-09 14:28:04 -04:00
..
accept_friend_request_and_return_friend_info.go chore: migrate ConnectedUser map to MutexMap 2024-04-09 12:21:50 -04:00
delete_friend_request_and_return_friend_pid.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_pids_by_friend_request_id.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_block_list.go fix: close rows when existing database functions 2024-04-09 14:28:04 -04:00
get_user_comment.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
get_user_friend_list.go fix: close rows when existing database functions 2024-04-09 14:28:04 -04:00
get_user_friend_pids.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
get_user_friend_requests_in.go fix: close rows when existing database functions 2024-04-09 14:28:04 -04:00
get_user_friend_requests_out.go fix: close rows when existing database functions 2024-04-09 14:28:04 -04:00
get_user_notifications.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
get_user_principal_preference.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
is_friend_request_blocked.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
remove_friendship.go Add missing error handling 2023-08-13 23:19:34 +01:00
save_friend_request.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_accepted.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_denied.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_friend_request_received.go Add missing error handling 2023-08-13 23:19:34 +01:00
set_user_blocked.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
unset_friend_request_denied.go Add missing error handling 2023-08-13 23:19:34 +01:00
unset_user_blocked.go Add missing error handling and update modules 2023-08-15 20:56:01 +01:00
update_user_comment.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
update_user_last_online_time.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00
update_user_principal_preference.go rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00