spring / uberserver

uberserver, a matchmaking/chat lobby server for the spring rts project
https://springrts.com/wiki/Uberserver
Other
33 stars 38 forks source link

allow the same displayname from the same location #373

Closed TurBoss closed 4 years ago

TurBoss commented 4 years ago

Hello,

I'm having issues to bridge users that have the same displayname and location but diferent userid

"@TurBoss:springrts.com" external_username "TurBoss" external_ID "TurBoss" "@id_11111:springrts.com" external_username "TurBoss" external_ID "id_11111"

both having the same location the extrenal_ID is something that will not change but the external_username could

Thanks

TurBoss commented 4 years ago

about the db, could the table "bridged_users" be cleaned?

silentwings commented 4 years ago

I'm having issues to bridge users that have the same displayname and location but diferent userid

It's disallowed because all client GUIs assume that usernames (which for bridged users have the form external_username:location) assume that usernames are unique to clients.

Why would an external location contain two identically named users?!

about the db, could the table "bridged_users" be cleaned?

Fine by me (I think you have enough access to do it?).

TurBoss commented 4 years ago

I'm having issues to bridge users that have the same displayname and location but diferent userid

It's disallowed because all client GUIs assume that usernames (which for bridged users have the form external_username:location) assume that usernames are unique to clients.

Why would an external location contain two identically named users?!

ok

about the db, could the table "bridged_users" be cleaned?

Fine by me (I think you have enough access to do it?).

thanks