aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.c
AgeCommit message (Expand)AuthorLines
2024-08-04Updated the revision historyMarkus Uhlin-0/+2
2024-08-04Added bounds checking in player_lastdisconnect()Markus Uhlin-2/+7
2024-08-04Bounds checkingMarkus Uhlin-2/+7
2024-08-04Fixed possible buffer overflowsMarkus Uhlin-5/+9
2024-08-04Fixed warnx()Markus Uhlin-1/+1
2024-08-04SaveThisMsg: return 0 on sscanf() errorMarkus Uhlin-1/+3
2024-08-04player_read: set 'fname' and 'line' to 0Markus Uhlin-2/+2
2024-08-04Fixed possible buffer overflowMarkus Uhlin-1/+4
2024-08-04SaveThisMsg: set 'Sender' to 0Markus Uhlin-1/+1
2024-07-09Added 'interface'Markus Uhlin-0/+5
2024-07-07Added usage of ARRAY_SIZE()Markus Uhlin-1/+1
2024-05-26Usage of 'intmax_t'Markus Uhlin-18/+38
2024-05-19Usage of 'intmax_t'Markus Uhlin-10/+14
2024-05-19Moved 'ltime_tmp' and 'array'Markus Uhlin-9/+8
2024-05-19More file scanning enhancementsMarkus Uhlin-2/+17
2024-05-19Deleted spacesMarkus Uhlin-3/+3
2024-05-19Added spacesMarkus Uhlin-2/+2
2024-05-19File scanning enhancementsMarkus Uhlin-8/+27
2024-05-19Added includesMarkus Uhlin-0/+2
2024-05-18Fixed -WformatMarkus Uhlin-8/+8
2024-04-14Use warn() insteadMarkus Uhlin-2/+3
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-01-06Check the return of fgets()Markus Uhlin-8/+8
2023-12-31Made functions privateMarkus Uhlin-2/+2
2023-12-31Check the return of fgets() and trim the newline using strcspn()Markus Uhlin-3/+7
2023-12-31Trim the newline using strcspn()Markus Uhlin-8/+8
2023-12-31Switched to a C-style commentMarkus Uhlin-1/+1
2023-12-31ReadV1PlayerFmt: initialized 'tmp2'Markus Uhlin-1/+1
2023-12-31Replaced sprintf() callsMarkus Uhlin-3/+4
2023-12-31Updated the revision historyMarkus Uhlin-1/+1
2023-12-31player_pend_print: initialized the char buffers and got rid of a strcpy() callMarkus Uhlin-3/+3
2023-12-31Replaced a sprintf() call with snprintf()Markus Uhlin-1/+1
2023-12-31Replaced strcat() callsMarkus Uhlin-2/+13
2023-12-31Documeted unreferenced variableMarkus Uhlin-0/+3
2023-12-31Updated the revision historyMarkus Uhlin-0/+2
2023-12-31Reformatted get_empty_slot()Markus Uhlin-15/+13
2023-12-31Reformatted player_array_init()Markus Uhlin-5/+4
2023-12-31Reformatted player_init()Markus Uhlin-18/+21
2023-12-31Reformatted player_new()Markus Uhlin-5/+6
2023-12-31player_zero: sorted variable assignmentsMarkus Uhlin-115/+131
2023-12-31Reformatted player_zero()Markus Uhlin-130/+125
2023-12-31Reformatted functionsMarkus Uhlin-29/+31
2023-12-31Reformatted player_remove()Markus Uhlin-36/+43
2023-12-31got_attr_value_player: init 'tmp'Markus Uhlin-1/+1
2023-12-31Switched to usage of 'sizeof'Markus Uhlin-7/+7
2023-12-31Deleted whitespaceMarkus Uhlin-1/+1