aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
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
2024-03-16Updated the revision historyMarkus Uhlin-0/+3
2024-03-16Added parameters to GetMsgFile() and changed the function to use snprintf()Markus Uhlin-9/+17
2024-03-16Replaced more sprintf() callsMarkus Uhlin-7/+7
2024-03-16Replaced sprintf() callsMarkus Uhlin-9/+9
2024-03-16Replaced sprintf() calls with snprintf() and added truncation checksMarkus Uhlin-4/+18
2024-03-16Replaced strcat() with strlcat()Markus Uhlin-1/+1
2024-03-16Replaced sprintf() calls with snprintf()Markus Uhlin-21/+24
2024-03-16Updated the revision historyMarkus Uhlin-0/+2
2024-03-16Initialized buffers with null charsMarkus Uhlin-6/+6
2024-03-16Replaced sprintf() calls with snprintf() and strcpy() calls with strlcpy()Markus Uhlin-7/+11
2024-03-16Updated the revision historyMarkus Uhlin-0/+2
2024-03-16Moved code to clean_up_doit()Markus Uhlin-57/+66
2024-03-16Moved code to update_enpassant_array()Markus Uhlin-25/+34
2024-03-16Refactored and reformatted backup_move()Markus Uhlin-239/+330
2024-03-16Moved includeMarkus Uhlin-1/+1
2024-01-06Renamed fileMarkus Uhlin-0/+0
2024-01-06Deleted trailing whitespace charactersMarkus Uhlin-4/+3
2024-01-06Updated the revision historyMarkus Uhlin-0/+2
2024-01-06Fixed potentially insecure format stringsMarkus Uhlin-6/+6
2024-01-06Check the return of fgets()Markus Uhlin-8/+8
2024-01-06Updated the revision historyMarkus Uhlin-0/+3
2024-01-06Check for truncationMarkus Uhlin-3/+15
2024-01-06Replaced strcat() callsMarkus Uhlin-12/+12
2024-01-06Replaced strcpy() calls using strlcpy()Markus Uhlin-12/+16
2024-01-06Replaced sprintf() callsMarkus Uhlin-2/+2
2024-01-06not_pawn: replaced sprintf() callsMarkus Uhlin-3/+3
2024-01-06Moved defineMarkus Uhlin-3/+2
2024-01-06Reformatted get_move_info()Markus Uhlin-105/+127
2024-01-06Reformatted alg_parse_move()Markus Uhlin-100/+128
2024-01-04Aligned the definesMarkus Uhlin-2/+2
2024-01-04Aligned the function declarationsMarkus Uhlin-5/+3
2024-01-04Sorted the function declarationsMarkus Uhlin-1/+1
2024-01-04Reformatted 'alg_list'Markus Uhlin-13/+13
2024-01-04Reformatted alg_is_move()Markus Uhlin-3/+4
2024-01-04Updated the revision historyMarkus Uhlin-1/+2
2024-01-04Added parenthesesMarkus Uhlin-1/+1
2024-01-04Saved levels of indentationMarkus Uhlin-72/+71