aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.c
AgeCommit message (Expand)AuthorLines
2024-12-04player_remove: added player number checkMarkus Uhlin-0/+5
2024-12-02Described player_num_ok_chk()Markus Uhlin-0/+3
2024-12-02Added player_num_ok_chk()Markus Uhlin-0/+7
2024-12-02Trim newlines after fgets() calls using strcspn()Markus Uhlin-10/+16
2024-12-02Updated the revision historyMarkus Uhlin-0/+1
2024-12-02Changed LoadMsgRange()Markus Uhlin-3/+1
2024-12-02LoadMsgs: changed the while loopMarkus Uhlin-6/+1
2024-12-02got_attr_value_player: check the return of fgets()Markus Uhlin-7/+36
2024-12-02player_read: fixed ignored fgets() retvalsMarkus Uhlin-2/+8
2024-12-02ReadV1PlayerFmt: handle fgets() nullretMarkus Uhlin-5/+19
2024-12-02Usage of sizeofMarkus Uhlin-2/+2
2024-12-02player_read: initializationMarkus Uhlin-2/+2
2024-11-24Added 'seek'Markus Uhlin-0/+1
2024-11-24Updated the revision historyMarkus Uhlin-0/+1
2024-11-24WritePlayerFile: fprintf: fixed incorrect formatMarkus Uhlin-3/+3
2024-11-24ReadV1PlayerFmt: fscanf: fixed incorrect formatMarkus Uhlin-3/+3
2024-11-19player_add_message: pprintf: deleted unnecessary whitespaceMarkus Uhlin-1/+1
2024-08-13Updated the revision historyMarkus Uhlin-0/+1
2024-08-13Changed ReadV1PlayerFmt() and added and made use of add_to_list()Markus Uhlin-23/+31
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