GitPS / PiCasino

Java based casino game hosted on a Raspberry Pi.
GNU General Public License v3.0
1 stars 0 forks source link

Usernames #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

It has become apparent to me that special players will have to be maintained during a game such as "The Dealer" because of this, I propose that we restrict Usernames to alphanumeric strings so I can use Usernames like "$Dealer" within the system without worry of username collisions.

GitPS commented 10 years ago

:+1:

areis422 commented 10 years ago

That would make sense. An easy check would be a regex to scan for anything that isn't A-Z,a-z,0-9 using either String.indexOf or a Scanner

Andrew Reis CompTIA Network+ Microsoft Certified Technology Specialist Cell: (608) 797-1481 Email: reis.andr@uwlax.edu

On Fri, Nov 8, 2013 at 11:56 AM, Phil notifications@github.com wrote:

[image: :+1:]

— Reply to this email directly or view it on GitHubhttps://github.com/GitPS/PiCasino/issues/25#issuecomment-28083338 .

ghost commented 10 years ago

Ok, I have created a minor issue on jira for this. I believe that implementing this is outside my scope. If it falls into your scope, please assign the issue to yourself.

P.S. is there a thread-like message system like this built into jira? or should I continue to use github?

GitPS commented 10 years ago

Tracked on Jira.