aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
2024-01-03Deleted SWAP() and added ARRAY_SIZE()Markus Uhlin-6/+1
2024-01-03Redefined ASSERT()Markus Uhlin-7/+5
2024-01-03Added _assert_error()Markus Uhlin-0/+23
2024-01-03Obsolete and not usedMarkus Uhlin-142/+0
2024-01-03Not used anywhereMarkus Uhlin-171/+0
2024-01-03Deleted unnecessary parenthesesMarkus Uhlin-1/+1
2024-01-03com_index: fixed incorrect sizeMarkus Uhlin-1/+1
2024-01-03Reformatted com_index()Markus Uhlin-27/+37
2024-01-03Reformatted com_help()Markus Uhlin-40/+57
2024-01-01Added empty linesMarkus Uhlin-0/+2
2024-01-01Deleted whitespaceMarkus Uhlin-1/+1
2024-01-01Reformatted functionsMarkus Uhlin-38/+50
2024-01-01Reformatted com_handles() and replaced sprintf() with snprintf()Markus Uhlin-11/+14
2024-01-01Reformatted com_getpi()Markus Uhlin-19/+23
2024-01-01Added whitespace after commaMarkus Uhlin-1/+1
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-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