hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 87 forks source link

chat box lets you type more than it accepts #58

Closed dooglus closed 13 years ago

dooglus commented 13 years ago

It's possible to type a long sentence into the chat box, but only a certain number of characters are used in the message you send. After that the rest are lost.

For example:

PhilIvey: well i dont know what to say i guess im just sick of drama thats what benig from a small town tends to bring.umm i love music ma

and:

dooglus: It's possible to type a long sentence into the chat box, but only a certain number of characters are used in the message you sen

ie. only 128 characters are used.

We should either allow longer messages, or limit the amount that can be typed. Silently throwing away text is annoying for the user.

dooglus commented 13 years ago

https://github.com/dooglus/Bitcoin-Poker-Room/commit/21678c247830e06d9675b2d7c89c372a3815ea04 should fix the problem, but I don't know how to make a pull request for just that commit.

anisoptera commented 13 years ago

Applied commit 5d8de9d to fix this.

In the future we may look into allowing larger messages.