Author Topic: 1.2 + website autentization  (Read 4633 times)

rotacak

  • Posts: 761
  • Turrets: +39/-64
1.2 + website autentization
« on: May 07, 2011, 10:17:23 am »
I want to ask if there is any plan to make some basic website autentization in 1.2.

That mean:
1) Player need to register on website
2) After that he can log in into game and play

Without registration cant play, or can only spectate.

Why?
- unique nickname
- less deconners
« Last Edit: May 08, 2011, 12:27:08 am by rotacak »

Celestial_Rage

  • Posts: 636
  • Turrets: +120/-8
Re: 1.2 + website autentization
« Reply #1 on: May 07, 2011, 10:45:23 am »
I'm not very experienced with this stuff, but there was a mysql admin.dat patch for Tremulous. Perhaps if you modified it a little, you could make it do what you wanted. Also, you could modify Lakitu's adminbot to move anyone whose guid isn't on a whitelist to spec.
"The reports of my death are greatly exaggerated" ~Mark Twain

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: 1.2 + website autentization
« Reply #2 on: May 07, 2011, 11:26:50 am »
less deconners

How?

There's nothing to stop me creating a new account on your website every time I get banned.
Probably wouldn't be too hard to script it to auto-register every time I start trem.


Either you charge per account (yeah right) or it won't work.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Celestial_Rage

  • Posts: 636
  • Turrets: +120/-8
Re: 1.2 + website autentization
« Reply #3 on: May 07, 2011, 11:39:31 am »
It's probably easier to force anyone without at least L1 to spec and only allow L1s to join. You can manually setlevel new people.
"The reports of my death are greatly exaggerated" ~Mark Twain

Tremulant

  • Spam Killer
  • *
  • Posts: 1039
  • Turrets: +370/-58
Re: 1.2 + website autentization
« Reply #4 on: May 07, 2011, 04:45:14 pm »
Are there _that_ many deconners around that this is necessary?
my knees by my face and my ass is being hammered

CorSair

  • Posts: 430
  • Turrets: +14/-0
Re: 1.2 + website autentization
« Reply #5 on: May 07, 2011, 04:45:28 pm »
less deconners

How?

There's nothing to stop me creating a new account on your website every time I get banned.
Probably wouldn't be too hard to script it to auto-register every time I start trem.


Either you charge per account (yeah right) or it won't work.

I remember in some game (Allegiance?) where you can make many player accounts using same email account, yet you can keep your rank what it was before, but of course, nothing keeps you making new email accounts all time.

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: 1.2 + website autentization
« Reply #6 on: May 08, 2011, 12:26:00 am »
less deconners

How?

There's nothing to stop me creating a new account on your website every time I get banned.
Probably wouldn't be too hard to script it to auto-register every time I start trem.


Either you charge per account (yeah right) or it won't work.
Did I said that there is something what will stop you?
Do you have same opinion on admin command "ban"? (why to implement ban or kick, when nothing will stop you to connect back?)

It's probably easier to force anyone without at least L1 to spec and only allow L1s to join. You can manually setlevel new people.
Well, that can be enough and admin.dat (setlevel) can be done by php, directly from website. But there will be some limit with admin.dat file size. That mysql solution sounds better, but harder to implement.