aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2024-11-19Updated the changelogMarkus Uhlin-1/+3
2024-11-19plogins: added width specMarkus Uhlin-2/+5
2024-11-19Deleted unnecessary leading space charsMarkus Uhlin-1/+1
2024-11-19Deleted spaceMarkus Uhlin-1/+1
2024-11-19plogins: initializationMarkus Uhlin-5/+5
2024-11-19Updated the revision historyMarkus Uhlin-0/+1
2024-11-19Improved com_news()Markus Uhlin-7/+22
2024-11-19com_news: initializationMarkus Uhlin-4/+4
2024-11-17Updated the revision historyMarkus Uhlin-0/+2
2024-11-17process_prompt: handle COM_FAILED differentlyMarkus Uhlin-0/+4
2024-11-17Improved com_anews()Markus Uhlin-7/+33
2024-11-17InitializationMarkus Uhlin-5/+5
2024-08-16Changed messagesMarkus Uhlin-3/+3
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-11Updated the revision historyMarkus Uhlin-0/+1
2024-08-11Improved fix_time()Markus Uhlin-4/+9
2024-08-04v1.4.31.4.3Markus Uhlin-1/+1
2024-08-04Added a newlineMarkus Uhlin-1/+1
2024-08-04Changed daemonize()Markus Uhlin-8/+8
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-08-03Updated the revision historyMarkus Uhlin-0/+1
2024-08-03Return value checkingMarkus Uhlin-6/+19
2024-08-03Check the return of fscanf()Markus Uhlin-1/+5
2024-08-03Scan no more than 17 charsMarkus Uhlin-1/+1
2024-08-03Static assertionsMarkus Uhlin-0/+3
2024-08-03Return value checkingMarkus Uhlin-6/+16
2024-08-03Made 'file' constMarkus Uhlin-1/+1
2024-08-03Updated the usageMarkus Uhlin-1/+2
2024-08-03Updated the revision historyMarkus Uhlin-0/+1
2024-08-03Run in the backgroundMarkus Uhlin-0/+46
2024-08-03Added includesMarkus Uhlin-0/+6
2024-07-20OldestHistGame: handle the return of fscanf()Markus Uhlin-2/+7
2024-07-18Handle the return value of ReadV1GameFmt()Markus Uhlin-3/+4
2024-07-18Added a messageMarkus Uhlin-1/+1
2024-07-18Handle return valuesMarkus Uhlin-5/+15
2024-07-18Handle the return of sscanf()Markus Uhlin-1/+2
2024-07-18Updated the revision historyMarkus Uhlin-0/+1
2024-07-18Set 'When' and 'oppWhen' to 0Markus Uhlin-0/+1
2024-07-18RemoveHistGame: check the return of fgets() and sscanf()Markus Uhlin-5/+14
2024-07-18ReadMove: check the return of fgets()Markus Uhlin-1/+2
2024-07-17ReadGameAttrs: return value checkingMarkus Uhlin-3/+8