security fix: replaced sprintf with snprintf
[xboard.git] / backend.c
2010-10-08 Arun Persaudsecurity fix: replaced sprintf with snprintf
2010-10-08 Arun Persaudsecurity fix: replaced strcpy with safeStrCpy from...
2010-10-05 H.G. MullerEnhance multi-session TC clock handling
2010-10-05 H.G. MullerRemove promotion-piece encoding from ChessMove type
2010-10-05 H.G. MullerPass promoChar to SendMoveToICS
2010-10-05 H.G. MullerMake Shogi promotion zone board-size dependent
2010-09-17 H.G. MullerExtend mate test to drop games
2010-09-17 H.G. MullerExtend legality testing to drop moves
2010-09-17 H.G. MullerRevert splitting of UserMoveEvent
2010-09-17 H.G. MullerFix silent bug in drop moves
2010-09-17 H.G. MullerPrevent transmission of spurious promo char to other...
2010-09-01 H.G. MullerAdd some forgotten translation hooks
2010-09-01 H.G. MullerDo not translate game-end messages in PGN
2010-09-01 H.G. MullerInternationalization for WinBoard
2010-09-01 H.G. MullerMark XBoard result messages for internationalization
2010-09-01 H.G. MullerDo not exit after match when match started from menu
2010-09-01 H.G. MullerTrivial-draws recognition improved in Xiangqi
2010-09-01 H.G. MullerFix some MSVC compile errors
2010-08-14 H.G. MullerAdd -colorNickNames option
2010-08-07 H.G. MullerRepair exit-popup deadlock patch
2010-08-05 H.G. MullerFix erors when compiling with --disable-zippy
2010-08-02 H.G. MullerFix regression in colorization of zippy-matched commands
2010-08-02 H.G. MullerAdd string option /pieceNickNames
2010-08-02 H.G. MullerFix deadlock in match-result display
2010-07-14 H.G. MullerRefactoring of material-draws adjudication code
2010-07-14 H.G. MullerFix bug in sending cores command to engine
2010-07-14 H.G. MullerFix oneClickMove bug
2010-07-14 H.G. MullerRemove duplicate testing for cores feature
2010-07-14 H.G. MullerFix variant switch on PGN loading
2010-07-14 H.G. MullerAdjudicate Xiangqi material draws with Advisor-less...
2010-07-01 H.G. MullerIgnore checks in 50-move count for Xiangqi
2010-05-28 H.G. MullerFix e.p. bug in xiangqi with -serverMoves option
2010-05-28 H.G. MullerRepair score printing with -serverMoves option
2010-05-28 H.G. MullerRepair animate dragging
2010-05-10 H.G. MullerFix game end during dragging
2010-05-09 H.G. MullerFix bug in sending "usermove" when forcing book moves
2010-05-06 H.G. MullerFix engine stall on perpetual-check evasion
2010-04-01 H.G. MullerAllow escape sequences in telluser(error) messages
2010-03-31 H.G. MullerFix rep-draw recognition
2010-03-28 H.G. MullerFix info lines being used as normal thinking output
2010-03-27 H.G. MullerSuppress background observe for boards with own game...
2010-03-27 H.G. MullerFix crash on switching to ICS xiangqi game
2010-03-25 H.G. MullerAllow loading of PGN variations in XBoard
2010-03-25 H.G. MullerPaint highlights on dual board (WB)
2010-02-27 H.G. MullerRemake programVersion string after receiving engine...
2010-02-25 H.G. MullerAlso capture (numeric) whispers of players for -autoKibitz
2010-02-25 H.G. MullerAdd kibitzes and c-shouts Chat Box
2010-02-25 H.G. MullerMark non-compliant lines of engine in debug file
2010-02-25 H.G. MullerRedraw second board on expose events
2010-02-25 H.G. MullerPrint seconds with 2 digits in backgroundObserve status...
2010-02-24 H.G. MullerDo not recognize non-ICS variants from PGN event tag
2010-02-23 H.G. MullerFix display of uninitialized boards in background observe hgm-4.20100223
2010-02-23 H.G. MullerUse side-by-side boards to display background game
2010-02-23 H.G. MullerRepair background-observe patch
2010-02-22 H.G. MullerAllow walking a kibitzed PV
2010-02-22 H.G. MullerDon't disturb background observe when receiving new...
2010-02-21 H.G. MullerLet yy_text determine progress of PV parsing
2010-02-21 H.G. MullerSupport playing through PGN variation comments
2010-02-21 H.G. MullerAdd Annotate item in Step menu
2010-02-21 H.G. MullerLet the sounds sound on receiving a message in a Chat Box
2010-02-21 H.G. MullerAllow WB Chat Box to be dedicated to shouts and 'it'
2010-02-21 H.G. MullerAdd upload of game to ICS for examining
2010-02-21 H.G. MullerHandle display of PV that starts with other move than...
2010-02-21 H.G. MullerSeek-Graph bugfix: disappearing output in ICS console
2010-02-21 H.G. MullerFix right-edge spillover of Seek-Graph dots in WinBoard
2010-02-09 H.G. MullerCapture holdings of background observed game
2010-02-09 H.G. MullerMatch handles with multiple titles for channel Chat...
2010-02-09 H.G. MullerDo not pop down Seek Graph on on-dot click
2010-02-08 H.G. MullerObserve a game in the background while playing
2010-02-07 H.G. MullerRemove race condition in clock switching
2010-02-07 H.G. MullerLet second click on piece make only capture, with ...
2010-02-07 H.G. MullerBugfix stale first-click
2010-02-07 H.G. MullerAdd promotions and e.p. to oneClickMove
2010-02-07 Arun Persaudupdated year in copyright info
2010-02-06 H.G. MullerOne-click moves
2010-02-06 H.G. MullerUse squares for computer seek ads
2010-02-06 H.G. MullerUse right mouse button to view seek ads
2010-02-06 H.G. MullerDynamic Seek Graph
2010-02-06 H.G. MullerImplement SeekGraph in XBoard
2010-02-05 H.G. MullerShorten autoKibitz confirmation on FICS
2010-02-05 H.G. MullerRepair damage to -autoKibitz done by FICS atomic zippy...
2010-02-05 H.G. MullerSend continuation lines to chat box they belong to
2010-02-04 H.G. MullerRight-click refactoring: step III
2010-02-04 H.G. MullerRight-click refactoring: step II
2010-01-30 H.G. MullerFix bug in edit-position of holdings
2010-01-30 H.G. MullerUse FICS atomic draw claim for sending move in zippy...
2010-01-30 H.G. MullerSend FICS atomic claim to ICS if move creates draw...
2010-01-30 H.G. MullerAlso allow user to claim by offering draw before his...
2010-01-30 H.G. MullerAlso adjudicate after user move
2010-01-30 H.G. MullerRefactoring of adjudication code
2010-01-30 H.G. MullerUse -keepAlive option to determine connection health
2010-01-17 H.G. MullerChange opening array -variant fairy
2010-01-17 H.G. MullerAdd variant Makruk
2010-01-17 H.G. MullerFix parsing of O-O and O-O-O after FEN pasting in FRC
2010-01-17 H.G. MullerFix reading FEN castling rights for knightmate and...
2010-01-14 H.G. MullerFix omission in castling refactoring for ICS received...
2010-01-14 H.G. MullerFix TwoKings ICS castling-rights bug
2010-01-13 H.G. Mullerfix double start of zippy engine after switch to gothic
2010-01-13 H.G. MullerExtensive bugfix of -autoKibitz
2010-01-13 H.G. MullerFix piece-to-char table -variant fairy
next