aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-01Reformatted com_getps()Markus Uhlin-8/+12
2024-01-01Reformatted com_limits()Markus Uhlin-21/+34
2024-01-01Updated the revision historyMarkus Uhlin-0/+1
2024-01-01Deleted com_createadmnews() and server_shutdown()Markus Uhlin-2/+0
2024-01-01Added argument listsMarkus Uhlin-39/+39
2024-01-01Replaced sprintf() callsMarkus Uhlin-4/+6
2024-01-01Reformatted create_news_index()Markus Uhlin-34/+55
2024-01-01Made vars privateMarkus Uhlin-5/+5
2024-01-01Moved includeMarkus Uhlin-1/+1
2024-01-01Compare against nullMarkus Uhlin-4/+5
2024-01-01Return 0 instead of exit 0Markus Uhlin-1/+1
2024-01-01Aligned assignmentsMarkus Uhlin-9/+8
2024-01-01Switched to usage of errx()Markus Uhlin-16/+11
2024-01-01Lined up varsMarkus Uhlin-5/+5
2024-01-01Updated the changelogMarkus Uhlin-0/+1
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-31Updated the changelogMarkus Uhlin-0/+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-31Added '-lbsd'Markus Uhlin-2/+2
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