aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/utils.c
AgeCommit message (Expand)AuthorLines
2024-08-16Changed messagesmainMarkus Uhlin-3/+3
2024-08-11Updated the revision historyMarkus Uhlin-0/+1
2024-08-11Improved fix_time()Markus Uhlin-4/+9
2024-07-13Made format constMarkus Uhlin-1/+1
2024-07-07Replaced rindex() with strrchr()Markus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Added parameter 'size' to psprintf_highlight() and replaced unbounded string ...Markus Uhlin-10/+12
2024-07-07Updated the revision historyMarkus Uhlin-0/+1
2024-07-07Made pprintf_dohightlight() and sprintf_dohightlight() privateMarkus Uhlin-2/+2
2024-07-05Updated the revision historyMarkus Uhlin-0/+2
2024-07-05Fixed unusual struct allocations and replaced strcpy() with strlcpy()Markus Uhlin-13/+26
2024-06-02Switched to usage of memcpy()Markus Uhlin-2/+5
2024-03-16Replaced strcat() with strlcat()Markus Uhlin-1/+1
2024-03-16Replaced sprintf() calls with snprintf()Markus Uhlin-21/+24
2024-03-16Updated the revision historyMarkus Uhlin-0/+2
2024-03-16Initialized buffers with null charsMarkus Uhlin-6/+6
2024-03-16Replaced sprintf() calls with snprintf() and strcpy() calls with strlcpy()Markus Uhlin-7/+11
2024-01-01Lined up varsMarkus Uhlin-5/+5
2023-12-28'unsigned' -> 'unsigned int'Markus Uhlin-2/+2
2023-12-28'unsigned' -> 'unsigned int'Markus Uhlin-1/+1
2023-12-28Moved comments and added argument listsMarkus Uhlin-0/+12
2023-12-25Moved vars1.0.rc1Markus Uhlin-2/+2
2023-12-25Null checkingMarkus Uhlin-1/+1
2023-12-25Moved varsMarkus Uhlin-2/+2
2023-12-25Updated the revision historyMarkus Uhlin-0/+1
2023-12-25Reformatted count_lines()Markus Uhlin-7/+7
2023-12-25Changed iswhitespace()Markus Uhlin-7/+5
2023-12-25Reformatted getword()Markus Uhlin-16/+20
2023-12-25Reformatted functionsMarkus Uhlin-8/+10
2023-12-25Reformatted functionsMarkus Uhlin-12/+17
2023-12-25Reformatted mail_string_to_address()Markus Uhlin-12/+16
2023-12-25Reformatted mail_string_to_user()Markus Uhlin-9/+10
2023-12-25Reformatted mail_file_to_user()Markus Uhlin-10/+10
2023-12-25Improved pcommand()Markus Uhlin-16/+22
2023-12-25Improved pprintf()Markus Uhlin-13/+11
2023-12-25Reformatted pprintf_dohightlight()Markus Uhlin-9/+10
2023-12-25Improved pprintf_highlight()Markus Uhlin-15/+16
2023-12-25Reformatted sprintf_dohightlight()Markus Uhlin-10/+10
2023-12-25Added whitespace after commasMarkus Uhlin-6/+6
2023-12-25Reformatted psprintf_highlight()Markus Uhlin-13/+19
2023-12-25Improved pprintf_prompt()Markus Uhlin-14/+11
2023-12-25Improved pprintf_noformat()Markus Uhlin-4/+1
2023-12-25Reformatted functionsMarkus Uhlin-35/+35
2023-12-25Reformatted psend_file()Markus Uhlin-29/+33
2023-12-25Reformatted psend_logoutfile()Markus Uhlin-27/+27
2023-12-25Reformatted pmore_file()Markus Uhlin-30/+34
2023-12-25Reformatted psend_command()Markus Uhlin-21/+24
2023-12-25Reformatted stolower()Markus Uhlin-11/+9
2023-12-25Reformatted safechar()Markus Uhlin-5/+6
2023-12-25Reformatted safestring()Markus Uhlin-10/+9