Author: loic
Date: Thu Aug  6 20:54:30 2009
New Revision: 6139

URL: http://svn.gna.org/viewcvs/pokersource?rev=6139&view=rev
Log:
The countfilter.py filter that can be used to prevent two simultaneous 
connections thru /POKER_REST as implemented in pokersite.py has been removed. 
poker-network now allows simultaneous session for a logged in user.

The memcache entries maintained by pokersite.py were serial => session_uid and 
session_uid => serial. Because there can now be multiple session_uid for a 
given serial, the serial => session_uid entry has been removed.

The concept of a "Blacklisted" URL has been obsoleted. In pokersite.py, the 
updateSession could blacklist a URL in case the serial => session_uid did not 
match the current session id. This part has been removed.

task #6690

Removed:
    branches/multi-session/pokernetwork/countfilter.py
    branches/multi-session/tests/test-countfilter.py.in
Modified:
    branches/multi-session/Makefile.am
    branches/multi-session/configure.ac
    branches/multi-session/pokernetwork/pokermemcache.py
    branches/multi-session/pokernetwork/pokersite.py
    branches/multi-session/tests/Makefile.am
    branches/multi-session/tests/test-pokersite.py.in


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to