aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
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
2024-01-04Reformatted alg_unparse()Markus Uhlin-153/+170
2024-01-04Fixed the includesMarkus Uhlin-2/+2
2024-01-04Fixed 'too many arguments for format'Markus Uhlin-1/+1
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Fixed pprintf_prompt() callsMarkus Uhlin-4/+4
2024-01-04Marked TerminateServer() '__dead'Markus Uhlin-1/+1
2024-01-04Marked ShutDown() '__dead'Markus Uhlin-2/+4
2024-01-04Added includeMarkus Uhlin-0/+2
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Fixed pprintf() callsMarkus Uhlin-2/+2
2024-01-04Corrected pprintf format specifiersMarkus Uhlin-2/+2
2024-01-04Updated the changelogMarkus Uhlin-0/+1
2024-01-04Added usage of PRINTFLIKE()Markus Uhlin-6/+8
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Defined PRINTFLIKE()Markus Uhlin-0/+6
2024-01-04Null check fgets()Markus Uhlin-2/+1
2024-01-04Check the return of sscanf()Markus Uhlin-4/+2
2024-01-04Set buffers to zeroMarkus Uhlin-2/+2
2024-01-03Replaced unbounded callMarkus Uhlin-1/+1
2024-01-03Added usage of '__func__'Markus Uhlin-4/+4
2024-01-03Null check fgets()Markus Uhlin-2/+2
2024-01-03Added a destination size parameter to com_stats_andify()Markus Uhlin-5/+8
2024-01-03Replaced unbounded callsMarkus Uhlin-4/+8
2024-01-03Reformatted com_quit()Markus Uhlin-11/+14
2024-01-03Reformatted com_set()Markus Uhlin-25/+29
2024-01-03Reformatted com_stats_andify()Markus Uhlin-16/+19
2024-01-03Reformatted com_stats_rating()Markus Uhlin-12/+20
2024-01-03Reformatted com_uptime()Markus Uhlin-42/+60