Package: pyscrabble / 1.6.2-9

Metadata

Package Version Patches format
pyscrabble 1.6.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
installation.patch | (download)

pyscrabble/db.py | 7 4 + 3 - 0 !
pyscrabble/dist.py | 49 44 + 5 - 0 !
pyscrabble/manager.py | 1 1 + 0 - 0 !
pyscrabble/net/server.py | 2 1 + 1 - 0 !
server_console.py | 8 4 + 4 - 0 !
setup.py | 17 4 + 13 - 0 !
6 files changed, 58 insertions(+), 26 deletions(-)

 mostly adapt server to run as a daemon


about_close.patch | (download)

pyscrabble/gtkutil.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 make the close button in the about dialog work

serverlist_timeout.patch | (download)

pyscrabble/gui/register.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 lower connection timeout when building server list
 to avoid hanging for a long time when one or more servers are unresponsive.


hosts.patch | (download)

pyscrabble/gui/options.py | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 improve the code for adding new entries to the additional hosts list
 - Fix C&P bug that caused the Game port to be validated twice but the Web port not at all.
 - Pre-fill the default ports.
 - Don't destroy the dialog until the entered values have been extracted.


max players.patch | (download)

pyscrabble/net/server.py | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 check whether an existing player is rejoining _before_
 checking whether the maximum of players has been reached.


typeerrors.patch | (download)

pyscrabble/gtkutil.py | 2 1 + 1 - 0 !
pyscrabble/gui/pieces.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---