2.6.4-cr6 [7 October 2002] CHANGES: o Fixed incorrect transmission of discussion and user attributes during SLCP-SYNC. At the same time the memo attribute was added (car, PR#505). o Removed a traceback caused by enabling a game which is listed in the games-list, but not present as an object (car, PR#500). o Blocked access to player/disc children through the Web /code/ interface by returning a 404 when those objects are encountered (car, PR#498). UPDATE: ------2.6.4-cr1 update------ @property #0.waterlogin #35 r $admin @eval $waterlogin.name="waterlogin" @property $waterlogin.active_connections {} "rw" $admin @property $waterlogin.active_state {} "rw" $admin @eval $client_options = setadd($client_options, "waterlogin") ------2.6.4-cr1 update------ ------2.6.4-cr2 update------ @property $sset.tiny_bucket {} "rwc" $admin @property $sset_d #36 "r" $admin @eval $sset_d.name="sset_d" @eval chparent($sset_d, $sset) @eval $banner = {} ------2.6.4-cr2 update------ ------2.6.4-cr3 update------ @eval $set_utils.name="set_utils" @prop $root_class #1 "r" $admin @prop $player.send_member 1 "rwc" $admin @prop $game.commands {} "rwc" $game @eval $uno.commands={"/call", "/deal", "/draw", "/hand", "/play"} @rmprop $lily_utils.cardgame_cmds @rmverb $command_mode:/add @rmverb $command_mode:/bid @rmverb $command_mode:/bids @rmverb $command_mode:/deal @rmverb $command_mode:/decks @rmverb $command_mode:/draw @rmverb $command_mode:/eject @rmverb $command_mode:/endgame @rmverb $command_mode:/hand @rmverb $command_mode:/maxround @rmverb $command_mode:/order @rmverb $command_mode:/play @rmverb $command_mode:/remove @rmverb $command_mode:/restart @rmverb $command_mode:/round @rmverb $command_mode:/score @rmverb $command_mode:/table @rmverb $command_mode:/trick @rmverb $command_mode:/trump @rmverb $command_mode:/turn @rmverb $command_mode:/whee $rebuild commands @verb $player:join_discussions "rdx" $admin @verb $player:quit_discussions "rdx" $admin @rmverb $player:rejoin_discussions # Either commands like @eval chparent(#38, $nothing); @eval chparent(#39, $nothing # and so on until @eval chparent(#99, $nothing); # Or write a little verb to do it. ------2.6.4-cr3 update------ ------2.6.4-cr4 update------ NONE ------2.6.4-cr4 update------ ------2.6.4-cr5 update------ NONE ------2.6.4-cr5 update------ ------2.6.4-cr6 update------ @eval $lily_version="2.6.4-cr6" ------2.6.4-cr6 update------ THANKS: Many thanks go to Chris "hawkeye" Parker for pointing out the long ignored error in $slcp_agent:deliverUser(). christian