xwords/xwords4
Eric House 24ffa9139b hack: limit chat field length to 255
The common code truncates to 255 *bytes*, not chars, so this isn't even
right, but at least for ascii users it'll make it less likely that
what's typed doesn't all get sent. The right fix is to change the format
to not limit sent str len to 255 bytes. See commit 512a8e1af.
2020-03-30 18:36:35 -07:00
..
android hack: limit chat field length to 255 2020-03-30 18:36:35 -07:00
common fix crash when chat message is too long 2020-03-30 18:36:35 -07:00
dawg fix dictionary sum checking server-side 2020-03-18 22:28:58 -07:00
debian ignore debian build files 2012-01-04 18:11:29 -08:00
linux toward fixing stalls when undo used 2020-03-14 14:47:26 -07:00
newrelay beginnings of new relay: shows persistence 2017-11-05 19:24:41 -08:00
relay use deviceID to invite via relay; make 3- and 4-device games work 2020-02-16 19:12:22 -08:00
scripts more work on script 2014-02-26 07:52:18 -08:00
tests allow to run multiple games at once 2005-09-14 05:12:07 +00:00
Makefile include all .xml and .java files, but only if they're not named in a .gitignore file in the same directory 2014-03-01 11:44:20 -08:00