Page 1 of 1
Would you like an ID based player registering ?
Posted: 21 Aug 2006, 00:40
by hawkki
I dont think there has been a poll about this yet, so lets bring an answer to this feature that has been discussed over and over again. What do YOU think ?
And for those of you that don't know what this is about, read this for instance:
http://taspring.clan-sy.com/phpbb/viewtopic.php?t=6645
Benefits of ID based player registering:
-keep track of players
-stats
-dramatically reducing general lameiness
Posted: 21 Aug 2006, 01:04
by Mars Keeper
Yes. I would.
Posted: 21 Aug 2006, 01:41
by SwiftSpear
Moved to feature requests, this really didn't need to be a poll either

Posted: 21 Aug 2006, 01:46
by hawkki
SwiftSpear wrote:...this really didn't need to be a poll either

So you are saying that this is something that is commonly agreed as something that should be done, the question is whos' going to do it ?
Posted: 21 Aug 2006, 01:49
by AF
me and iamacup plan on integrating the server we setup into the account database for the ladder thus giving us numeric ID's that stay constant regardless of name changes......
Posted: 21 Aug 2006, 02:17
by SwiftSpear
It's actually really really common databasing practice to assign every entry a unique ID. I'm a bit surprised betalord didn't do it right away...
Posted: 21 Aug 2006, 02:19
by AF
even jouninkomikos lobby server had it
Posted: 21 Aug 2006, 03:32
by Dragon45
The problem is that even though the database might have unique IDs, its not "backed" by anything outside of the database, such as an email address or IRL name or something.
Posted: 21 Aug 2006, 03:34
by AF
That would be easy too
Posted: 21 Aug 2006, 09:59
by espylaub
AF wrote:me and iamacup plan on integrating the server we setup into the account database for the ladder thus giving us numeric ID's that stay constant regardless of name changes......
Oh yes please :D
Posted: 21 Aug 2006, 10:28
by clericvash
SwiftSpear wrote:It's actually really really common databasing practice to assign every entry a unique ID. I'm a bit surprised betalord didn't do it right away...
If you look at pretty much any database made by anyone who has sense you have the first field as a unique id number.
I can't beleive he won't implement it. It really isn't hard.
Posted: 21 Aug 2006, 11:26
by SwiftSpear
clericvash wrote:SwiftSpear wrote:It's actually really really common databasing practice to assign every entry a unique ID. I'm a bit surprised betalord didn't do it right away...
If you look at pretty much any database made by anyone who has sense you have the first field as a unique id number.
I can't beleive he won't implement it. It really isn't hard.
Woah, he never said he wouldn't implement it, he hasn't stated what he's going to do about it at this point, AFAIK he may already be working on it. It really isn't an incredibly easy change at this point though because he'd have to reID every already registered member, possible but somewhat complicated. Also the current system is fairly hardcoded to user name identities, I'm not sure how much modification would be needed to ease that up.
Posted: 21 Aug 2006, 12:08
by Tobi
Dragon45 wrote:The problem is that even though the database might have unique IDs, its not "backed" by anything outside of the database, such as an email address or IRL name or something.
AF wrote:That would be easy too
How do you plan to set that up then?
Posted: 21 Aug 2006, 12:34
by Betalord
SwiftSpear wrote:It's actually really really common databasing practice to assign every entry a unique ID. I'm a bit surprised betalord didn't do it right away...
I actually did it, it was there at the beginning but then I removed it later because of "common databasing practice" as you say, which say you shouldn't have duplicate unique identifiers.
That was before it was possible to rename accounts, so the situation is different now and I was planning on adding additional identifier (I didn't consider it high priority though), not sure if ID, perhaps account name (plus nickname, which would be separate and changable).