aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
13 dayslist_find: fixed improper use of negative valueMarkus Uhlin-1/+8
13 daysLog error conditionMarkus Uhlin-0/+2
13 dayscom_match: fixed improper use of negative valueMarkus Uhlin-1/+2
2025-04-04com_allobservers: simplified check (found by PVS-Studio)Markus Uhlin-3/+2
2025-04-04Bounds checkingMarkus Uhlin-9/+21
2025-04-04Added castMarkus Uhlin-1/+1
2025-04-04Added commentMarkus Uhlin-0/+1
2025-04-04tell: fixed constant expression resultMarkus Uhlin-2/+4
2025-04-03add_to_list: disabled warnx() call and return -2Markus Uhlin-2/+2
2025-04-02Bounds checkingMarkus Uhlin-0/+17
2025-04-02Updated the revision historyMarkus Uhlin-0/+2
2025-04-02add_to_list: added an upper limit for the list sizeMarkus Uhlin-2/+6
2025-04-01Updated the revision historyMarkus Uhlin-0/+2
2025-04-01ReadV1GameFmt: guard num half movesMarkus Uhlin-0/+7
2025-04-01Updated the revision historyMarkus Uhlin-0/+1
2025-04-01journal_get_info: fscanf: added width specMarkus Uhlin-1/+1
2025-04-01Added static assertionsMarkus Uhlin-0/+10
2025-04-01Changed jsave_journalentry() because journal_get_info() now uses a context st...Markus Uhlin-20/+32
2025-04-01Changed journal_get_info() -- usage of a context structMarkus Uhlin-15/+12
2025-04-01Added struct (JGI_context)Markus Uhlin-0/+15
2025-04-01Added includeMarkus Uhlin-0/+1
2025-03-30Attempt to fix newly introduced bad behaviorMarkus Uhlin-12/+12
2025-03-29Updated the revision historyMarkus Uhlin-0/+3
2025-03-29player_remove_request: fixed overflowed array index read/writeMarkus Uhlin-3/+24
2025-03-29player_remove_request: reduced levels of indentMarkus Uhlin-16/+11
2025-03-25Updated the revision historyMarkus Uhlin-0/+2
2025-03-25ReadGameState: changed the type of 'pieceChar'Markus Uhlin-1/+1
2025-03-25Fixed unchecked return sscanf() return valuesMarkus Uhlin-8/+20
2025-03-25Fixed use of 32-bit 'time_t'Markus Uhlin-2/+4
2025-03-25Updated the revision historyMarkus Uhlin-0/+2
2025-03-25com_unalias: fixed overflowed array index read/writeMarkus Uhlin-0/+18
2025-03-23Updated the revision historyMarkus Uhlin-0/+2
2025-03-23Output restart notice if the player is adminMarkus Uhlin-0/+5
2025-03-23Updated the revision historyMarkus Uhlin-0/+2
2025-03-23Fixed overflowed array index writeMarkus Uhlin-8/+26
2025-03-23Changed gamesortfunc()Markus Uhlin-10/+13
2025-03-22Updated the revision historyMarkus Uhlin-0/+2
2025-03-22Make Coverity happyMarkus Uhlin-1/+4
2025-03-21Updated the revision historyMarkus Uhlin-0/+2
2025-03-21Deal with move overrun differentlyMarkus Uhlin-1/+3
2025-03-20Switched to the usage of xrename()Markus Uhlin-1/+1
2025-03-19Fixed untrusted loop boundMarkus Uhlin-1/+3
2025-03-18Warn on errorMarkus Uhlin-4/+12
2025-03-18player_show_comments: log send errorMarkus Uhlin-2/+4
2025-03-18Discard retvalMarkus Uhlin-1/+1
2025-03-18Updated the revision historyMarkus Uhlin-0/+1
2025-03-18Fixed unchecked return valuesMarkus Uhlin-3/+4
2025-03-17Changed pmore_file()Markus Uhlin-3/+4
2025-03-17Changed psend_file()Markus Uhlin-3/+4
2025-03-17Usage of sizeofMarkus Uhlin-4/+4