2009/3/4 Marcel Dan <[email protected]>

>
>
> On Tue, Mar 3, 2009 at 3:26 PM, Benoit St-Pierre <[email protected]>wrote:
>
>> By the way, I just found the "Console Filter" feature.  Very neat : it
>> sets gin, seek, silence and chanoff in one click !
>>
>> Could that be toggled on by default when starting a game ?
>
>
> The FICS server stores the variables when logging out.  However, it looks
> like at login SCID is setup to set those variables on the FICS server.
>
> Instead of toggling them, it might be easier to just let the user either
> check the box or leave it unchecked and the FICS server will remember the
> setting.  SCID will then have to query those variables at startup from the
> FICS server instead of setting them at startup.
>

I don't understand : if the vars are stored on the server, Scid does not
have to take care of them, right ?

Currently, this is what Scid does at start up :

      # init commands
      writechan "iset seekremove 1"
      writechan "iset seekinfo 1"
      writechan "set seek 1"
      writechan "set silence 1"
      writechan "set chanoff 0"
      writechan "set echo 1"
      writechan "set cshout 0"
      writechan "style 12"
      writechan "iset nowrap 1"
      writechan "iset nohighlight 1"

I understand half of this ... They sounded good to me, but anything wrong ?
Maybe I should add a checkbutton "send default vars" in the connection
dialog box ?
Note that "style 12" is absolutely needed to be able to parse FICS output.

Pascal
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to