fix for keepalive and chat window
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 27 Sep 2009 19:00:51 +0000 (12:00 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 30 Sep 2009 05:17:58 +0000 (22:17 -0700)
commit5f05bf2e58fab151886184643c75f9d9b677b0a3
treedb0fc990730cc6776445cf9455b10abae6c80382
parent652eb1af5a14bffe3113a997c6c881fca50119e0
fix for keepalive and chat window

I made a fix to the keepAlive option so it does not send the date command
to the ICS after every move. This required changing ScheduleDelayedEvent()
so that it does not execute the event if a new identical one gets scheduled.
I also added the option to XBoard. Affects
xboard.c (DOS!) and winboard.c

(This also cures the regression of the winboard.c copyright patch)

I extended the chatbox patch to also listen to channel tells, and divert
them to a chatbox for that channel number. Affects
backend.c and wchat.c

That should make those patches fully operational. No docs for either of them
yet, though.
backend.c
winboard/wchat.c
winboard/winboard.c
xboard.c