nex-protocols-common-go/matchmake-extension
Daniel López Guimaraes 52d289e761
fix(matchmake-extension): Fix notification string length check
Kid Icarus: Uprising sends strings with byte length longer than 156, so
assume this should count runes instead.
2025-02-24 23:34:32 +00:00
..
database fix(matchmake-extension): Fix incorrect SQL query for notifications 2025-02-13 15:22:04 +00:00
tracking feat(matchmake-extension): Implement NotificationData methods 2025-02-13 15:22:04 +00:00
auto_matchmake_postpone.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
auto_matchmake_with_param_postpone.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
auto_matchmake_with_search_criteria_postpone.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
browse_matchmake_session.go refactor: Replace AnyDataHolder with AnyObjectHolder 2025-01-09 23:24:02 +00:00
close_participation.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
create_community.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
create_matchmake_session.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
create_matchmake_session_with_param.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
find_community_by_gathering_id.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
find_community_by_participant.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
find_official_community.go fix(matchmake-extension): Handle zero values on communities properly 2025-02-09 19:48:47 +00:00
get_friend_notification_data.go fix(matchmake-extension): Fix OnAfter typo on notification data methods 2025-02-24 22:30:05 +00:00
get_lst_friend_notification_data.go fix(matchmake-extension): Fix OnAfter typo on notification data methods 2025-02-24 22:30:05 +00:00
get_simple_community.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
get_simple_playing_session.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
join_matchmake_session.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
join_matchmake_session_ex.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
join_matchmake_session_with_param.go feat: Initial support for persistent gatherings/communities 2025-02-09 00:04:03 +00:00
modify_current_game_attribute.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
open_participation.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
protocol.go feat(matchmake-extension): Implement NotificationData methods 2025-02-13 15:22:04 +00:00
update_application_buffer.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00
update_notification_data.go fix(matchmake-extension): Fix notification string length check 2025-02-24 23:34:32 +00:00
update_progress_score.go feat: Migrate to new nex-go types 2025-01-01 19:55:13 +00:00