aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Collapse)AuthorLines
2024-12-07v1.4.41.4.4mainMarkus Uhlin-1/+1
2024-12-05DisplayRank: disabled the warnx() callMarkus Uhlin-1/+1
2024-12-04DisplayRank: give a value to 'start'Markus Uhlin-0/+1
2024-12-04GetRank: disabled the warnx() callMarkus Uhlin-1/+1
2024-12-04Documented option '-v'Markus Uhlin-1/+2
2024-12-04Updated the revision historyMarkus Uhlin-0/+1
2024-12-04Added command-line option 'v'Markus Uhlin-0/+3
2024-12-04Updated the revision historyMarkus Uhlin-0/+1
2024-12-04Included err.hMarkus Uhlin-0/+1
2024-12-04Fixed the usage of a possibly uninitialized variable, found by PVS-StudioMarkus Uhlin-1/+9
2024-12-04player_save: added player number checkMarkus Uhlin-0/+5
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/+11
2024-12-02Updated the revision historyMarkus Uhlin-0/+2
2024-12-02truncate_file: fixed a possible array overrunMarkus Uhlin-5/+2
2024-12-02LoadEntries: deleted unused varMarkus Uhlin-2/+1
2024-12-02Changed an if statementMarkus Uhlin-1/+2
2024-12-02Updated the revision historyMarkus Uhlin-0/+3
2024-12-02Accept number bounds checkingMarkus Uhlin-0/+5
2024-12-02Usage of strcspn()Markus Uhlin-2/+2
2024-12-02list_find: changed while loopMarkus Uhlin-5/+3
2024-12-02WriteMoves: fixed possible array underrunMarkus Uhlin-1/+2
2024-12-02Include errno.hMarkus Uhlin-0/+1
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-12-02Updated the revision historyMarkus Uhlin-0/+1
2024-12-02Improved old_mail_moves()Markus Uhlin-5/+11
2024-12-02Updated the revision historyMarkus Uhlin-0/+2
2024-12-02Fixed bugs in game_write_complete()Markus Uhlin-8/+9
2024-12-02RemoveHistGame: changed while loopMarkus Uhlin-6/+2
2024-12-02game_save: log link() errorMarkus Uhlin-2/+3
2024-12-02ReadGameAttrs: handle fgets() nullretMarkus Uhlin-5/+9
2024-12-01mail_file_to_address: added missing call to pclose() and moved the fprintf() ↵Markus Uhlin-2/+6
call
2024-12-01Updated the revision historyMarkus Uhlin-0/+2
2024-12-01Fixed ignored retvalsMarkus Uhlin-10/+4
2024-12-01pmore_file: initialized the tmp bufferMarkus Uhlin-1/+1
2024-12-01Fixed ignored retvalsMarkus Uhlin-16/+6
2024-12-01mail_file_to_address: initialized buffersMarkus Uhlin-2/+2
2024-12-01Usage of sizeofMarkus Uhlin-5/+5
2024-11-28InitializationMarkus Uhlin-3/+3
2024-11-28Added width spec and fixed ignored retvalsMarkus Uhlin-2/+18
2024-11-28Added width specMarkus Uhlin-1/+1