aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/talkproc.c
AgeCommit message (Expand)AuthorLines
2024-05-09Usage of 'time_t'Markus Uhlin-4/+4
2024-04-14Replaced the strcat() calls with mstrlcat()Markus Uhlin-14/+14
2024-04-14com_qtell: replaced the strcpy() callsMarkus Uhlin-4/+4
2024-04-14Replaced the sprintf() calls with msnprintf()Markus Uhlin-9/+11
2024-04-14Deleted unused includesMarkus Uhlin-6/+0
2024-04-14Made CheckShoutQuota() privateMarkus Uhlin-1/+1
2024-04-14Updated the revision historyMarkus Uhlin-0/+2
2024-04-14Revised CheckShoutQuota()Markus Uhlin-11/+11
2024-04-14Reformatted com_shout()Markus Uhlin-52/+68
2024-04-14Reformatted com_cshout()Markus Uhlin-33/+41
2024-04-14Reformatted com_it()Markus Uhlin-64/+79
2024-04-14Moved definesMarkus Uhlin-6/+6
2024-04-14Revised tell()Markus Uhlin-98/+116
2024-04-14Reformatted com_ptell()Markus Uhlin-37/+50
2024-04-14Reformatted chtell()Markus Uhlin-28/+30
2024-04-14Reformatted com_whisper()Markus Uhlin-30/+39
2024-04-14Reformatted com_kibitz()Markus Uhlin-33/+43
2024-04-14Reformatted com_tell()Markus Uhlin-32/+43
2024-04-14Reformatted com_xtell()Markus Uhlin-46/+61
2024-04-14Reformatted com_say()Markus Uhlin-10/+13
2024-04-14Added blank linesMarkus Uhlin-0/+3
2024-04-14Moved includeMarkus Uhlin-1/+1
2024-04-14Reformatted com_sendmessage()Markus Uhlin-35/+44
2024-04-14Reformatted com_messages()Markus Uhlin-18/+22
2024-04-14Reformatted com_clearmessages()Markus Uhlin-16/+19
2024-04-14Added blank linesMarkus Uhlin-0/+3
2024-04-14Reformatted com_znotify()Markus Uhlin-29/+39
2024-04-14Switched to a while loopMarkus Uhlin-2/+4
2024-04-14Reformatted com_qtell()Markus Uhlin-98/+114
2024-04-07Revised on_channel()Markus Uhlin-5/+7
2024-01-04Updated the revision historyMarkus Uhlin-0/+1
2024-01-04Fixed pprintf() callsMarkus Uhlin-2/+2
2023-12-10Check for truncationMarkus Uhlin-3/+8
2023-12-10com_mailmess: replaced sprintf() calls with snprintf()Markus Uhlin-2/+3
2023-12-10Fixed possible buffer overflowsMarkus Uhlin-3/+3
2023-12-10Reformatted com_mailmess()Markus Uhlin-22/+25
2023-12-10Revamped the function com_inchannel()Markus Uhlin-39/+55
2023-12-10Updated the revision historyMarkus Uhlin-0/+1
2023-12-10Fixed comparison between pointer and integer in com_inchannel()Markus Uhlin-1/+1
2023-12-10Deleted disabled codeMarkus Uhlin-61/+0
2023-12-10Deleted disabled codeMarkus Uhlin-84/+0
2023-12-10Deleted disabled codeMarkus Uhlin-115/+0
2023-12-10Deleted com_channel()Markus Uhlin-42/+0
2023-12-10Updated the revision historyMarkus Uhlin-1/+1
2023-12-10Deleted com_query()Markus Uhlin-50/+0
2023-12-10Deleted preprocessor if-elseMarkus Uhlin-6/+0
2023-12-10Sorted the includesMarkus Uhlin-11/+11
2023-12-10Deleted includesMarkus Uhlin-2/+0
2023-12-10Deleted trailing whitespace charactersMarkus Uhlin-17/+17
2023-12-10strdup() -> xstrdup()Markus Uhlin-1/+1