aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2024-01-01Lined up varsMarkus Uhlin-5/+5
2024-01-01Made 'firstGlobalList' privateMarkus Uhlin-1/+1
2024-01-01Moved includeMarkus Uhlin-1/+1
2024-01-01Updated the revision historyMarkus Uhlin-0/+1
2024-01-01Replaced strcpy() call with strlcpy()Markus Uhlin-1/+10
2024-01-01Deleted the srand() call because we are using arc4randomMarkus Uhlin-1/+0
2024-01-01Added argument list to findConnection()Markus Uhlin-1/+1
2023-12-31Added ClearTextListEntry()Markus Uhlin-7/+8
2023-12-31Added player_notify_departure() to playerdb.hMarkus Uhlin-4/+1
2023-12-31Made functions privateMarkus Uhlin-2/+2
2023-12-31Added player_array_init() to the header file -- it's publicMarkus Uhlin-2/+1
2023-12-31Include rmalloc.hMarkus Uhlin-1/+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
2023-12-31Reformatted got_attr_value_player() -- phew!Markus Uhlin-244/+301
2023-12-31Changed player_read()Markus Uhlin-56/+65
2023-12-31Reformatted player_delete()Markus Uhlin-11/+11
2023-12-31Reformatted player_markdeleted()Markus Uhlin-20/+20
2023-12-31Reformatted player_save() and replaced sprintf() with snprintf()Markus Uhlin-23/+29
2023-12-31Reformatted player_find()Markus Uhlin-9/+9
2023-12-31Reformatted player_find_bylogin()Markus Uhlin-13/+15
2023-12-31Reformatted player_find_part_login()Markus Uhlin-21/+24
2023-12-31Reformatted functionsMarkus Uhlin-28/+33
2023-12-31Reformatted player_notify_present()Markus Uhlin-27/+32
2023-12-31Whitespace after commaMarkus Uhlin-1/+1
2023-12-31Reformatted player_notify()Markus Uhlin-24/+29
2023-12-31Changed showstored()Markus Uhlin-44/+56
2023-12-31Reformatted player_count() and switched to a while loopMarkus Uhlin-11/+16
2023-12-31Reformatted functionsMarkus Uhlin-9/+11
2023-12-31Changed write_p_inout()Markus Uhlin-10/+14