aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Collapse)AuthorLines
47 hourscom_allobservers: simplified check (found by PVS-Studio)Markus Uhlin-3/+2
47 hoursBounds checkingMarkus Uhlin-9/+21
47 hoursAdded castMarkus Uhlin-1/+1
47 hoursAdded commentMarkus Uhlin-0/+1
47 hourstell: fixed constant expression resultMarkus Uhlin-2/+4
2 daysadd_to_list: disabled warnx() call and return -2Markus Uhlin-2/+2
3 daysBounds checkingMarkus Uhlin-0/+17
3 daysUpdated the revision historyMarkus Uhlin-0/+2
3 daysadd_to_list: added an upper limit for the list sizeMarkus Uhlin-2/+6
4 daysUpdated the revision historyMarkus Uhlin-0/+2
4 daysReadV1GameFmt: guard num half movesMarkus Uhlin-0/+7
4 daysUpdated the revision historyMarkus Uhlin-0/+1
4 daysjournal_get_info: fscanf: added width specMarkus Uhlin-1/+1
4 daysAdded static assertionsMarkus Uhlin-0/+10
4 daysChanged jsave_journalentry() because journal_get_info() now uses a context ↵Markus Uhlin-20/+32
struct
4 daysChanged journal_get_info() -- usage of a context structMarkus Uhlin-15/+12
4 daysAdded struct (JGI_context)Markus Uhlin-0/+15
4 daysAdded includeMarkus Uhlin-0/+1
7 daysAttempt to fix newly introduced bad behaviorMarkus Uhlin-12/+12
7 daysUpdated the revision historyMarkus Uhlin-0/+3
7 daysplayer_remove_request: fixed overflowed array index read/writeMarkus Uhlin-3/+24
7 daysplayer_remove_request: reduced levels of indentMarkus Uhlin-16/+11
12 daysUpdated the revision historyMarkus Uhlin-0/+2
12 daysReadGameState: changed the type of 'pieceChar'Markus Uhlin-1/+1
12 daysFixed unchecked return sscanf() return valuesMarkus Uhlin-8/+20
12 daysFixed use of 32-bit 'time_t'Markus Uhlin-2/+4
12 daysUpdated the revision historyMarkus Uhlin-0/+2
12 dayscom_unalias: fixed overflowed array index read/writeMarkus Uhlin-0/+18
13 daysUpdated the revision historyMarkus Uhlin-0/+2
13 daysOutput restart notice if the player is adminMarkus Uhlin-0/+5
13 daysUpdated the revision historyMarkus Uhlin-0/+2
13 daysFixed overflowed array index writeMarkus Uhlin-8/+26
13 daysChanged 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
2025-03-16Log send errorsMarkus Uhlin-2/+10
2025-03-16pmore_file: check the return of fseek()Markus Uhlin-2/+4
2025-03-16Warn about send errorsMarkus Uhlin-4/+7