friends/database/3ds
Daniel López Guimaraes f9071cbed3
feat: Update modules and new Mii database fields
Add Mii profanity flag and character set to the 3DS friends database.
This in theory allows better support of Mii names that use characters
exclusive to the following regions: CHN, KOR or TWN.

Also get the Mii changed timestamp from the database, and not use the
current time for it.

Update the go modules to get the latest stability updates and use the
new fields on the Mii structure.
2024-05-20 21:55:56 +01:00
..
get_friend_miis.go feat: Update modules and new Mii database fields 2024-05-20 21:55:56 +01:00
get_friend_persistent_infos.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
get_user_friends.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
remove_friendship.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
save_friendship.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_comment.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_favorite_game.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_last_online_time.go fix(database): Proper checks on QueryRow for sql.ErrNoRows 2024-05-15 23:02:28 +01:00
update_user_mii.go feat: Update modules and new Mii database fields 2024-05-20 21:55:56 +01:00
update_user_preferences.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_profile.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00