aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2024-03-24Reformatted com_pending()Markus Uhlin-22/+31
2024-03-24Moved includeMarkus Uhlin-1/+1
2024-03-24Fixed format stringMarkus Uhlin-2/+4
2024-03-23Changed the type of 'lastTimeLeft', 'shutdownStartTime' and 'shutdownTime' to...Markus Uhlin-11/+11
2024-03-23Deleted includeMarkus Uhlin-1/+0
2024-03-23Marked not referenced function parametersMarkus Uhlin-0/+30
2024-03-23Added param 'size' to AddPlayerLists() and replaced strcat() calls with strlc...Markus Uhlin-12/+12
2024-03-23Updated the revision historyMarkus Uhlin-0/+2
2024-03-23strlcat() plus truncation checksMarkus Uhlin-3/+6
2024-03-23Added param 'dsize' to com_stats_rating()Markus Uhlin-6/+8
2024-03-23Replaced strcat() callsMarkus Uhlin-18/+18
2024-03-23Replaced sprintf() callsMarkus Uhlin-31/+38
2024-03-23Replaced strcpy() calls with strlcpy() and added initialization of char buffersMarkus Uhlin-10/+10
2024-03-23Added param 'size' to append_holding_display() and replaced strcat() callsMarkus Uhlin-8/+11
2024-03-23Added param 'size' to append_holding_machine() and replaced strcat() callsMarkus Uhlin-6/+7
2024-03-23Updated the revision historyMarkus Uhlin-0/+2
2024-03-23Replaced strcat() calls with strlcat()Markus Uhlin-66/+76
2024-03-23Replaced sprintf() and added initialization of char buffersMarkus Uhlin-43/+52
2024-03-19Duplicated include fileMarkus Uhlin-1/+0
2024-03-17Unused paramsMarkus Uhlin-0/+4
2024-03-17Updated the revision historyMarkus Uhlin-0/+1
2024-03-17Replaced sprintf() callsMarkus Uhlin-2/+6
2024-03-17Updated the revision historyMarkus Uhlin-1/+2
2024-03-17Sorted the function declarationsMarkus Uhlin-11/+10
2024-03-17Aligned definesMarkus Uhlin-13/+13
2024-03-17Reformatted is_move()Markus Uhlin-71/+73
2024-03-17Reformatted NextPieceLoop()Markus Uhlin-14/+18
2024-03-17Reformatted functionsMarkus Uhlin-42/+76
2024-03-17Reformatted legal_knight_move()Markus Uhlin-13/+16
2024-03-17Reformatted legal_bishop_move() and replaced the for-loop with a while-loopMarkus Uhlin-32/+45
2024-03-17Reformatted legal_rook_move()Markus Uhlin-35/+40
2024-03-17Reformatted functionsMarkus Uhlin-16/+16
2024-03-17Reformatted legal_king_move()Markus Uhlin-39/+58
2024-03-17Reformatted add_pos()Markus Uhlin-4/+5
2024-03-17Reformatted possible_pawn_moves()Markus Uhlin-39/+46
2024-03-17Reformatted possible_knight_moves()Markus Uhlin-19/+23
2024-03-17Reformatted possible_bishop_moves()Markus Uhlin-68/+87
2024-03-17Reformatted possible_rook_moves()Markus Uhlin-64/+83
2024-03-17Added usage of strlcpy()Markus Uhlin-3/+7
2024-03-16Reformatted possible_queen_moves()Markus Uhlin-5/+5
2024-03-16Reformatted possible_king_moves()Markus Uhlin-19/+23
2024-03-16Deleted disabled codeMarkus Uhlin-18/+0
2024-03-16Reformatted legal_move()Markus Uhlin-53/+55
2024-03-16Reformatted legal_andcheck_move()Markus Uhlin-16/+17
2024-03-16Deleted gapMarkus Uhlin-1/+1
2024-03-16Reformatted in_check()Markus Uhlin-28/+35
2024-03-16Updated the revision historyMarkus Uhlin-0/+2
2024-03-16Marked usage() '__dead'Markus Uhlin-2/+2
2024-03-16Replaced strcpy() with strlcpy()Markus Uhlin-1/+5
2024-03-16Reformatted parse_move()Markus Uhlin-56/+60