aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-18cleaned up command option switchmcpcpc1-42/+19
2020-08-17simplify printw() with greedy algorithmmcpcpc1-22/+18
2020-08-16ensure VERASE setting restored on exitmcpcpc1-9/+9
2020-08-16colored command outputmcpcpc1-1/+4
2020-08-14squash commits related to commands and stabiltymcpcpc1-37/+57
2020-08-11possible fix for garbage printing with ':m'mcpcpc1-10/+12
2020-08-09fixed child process u[BUFF] to u[CMAX]mcpcpc1-1/+1
2020-08-09remove cmd variablemcpcpc1-3/+1
2020-08-08add password argumentmcpcpc1-7/+16
2020-08-07cleanup formattingmcpcpc1-65/+44
2020-08-07remove ':' in getopts switchMichael Czigler1-1/+0
2020-08-07replace exit() in main() with returnEthan Sommer1-1/+1
2020-08-07remove duplicate includemcpcpc1-3/+1
2020-08-07better solution to dprintf() issueMichael Czigler1-7/+4
2020-08-07temporary fix for dprintf() sending garbage after NULL bytemcpcpc1-3/+7
2020-08-06address POSIX equivalent of FIONREADmcpcpc1-12/+13
2020-08-06fix unknown options or missing argumentsmcpcpc1-13/+9
2020-08-06refactoring and cleanupmcpcpc1-25/+29
2020-08-06fix multi-word messagesmcpcpc1-4/+9
2020-08-06fix ':m' error messagemcpcpc1-1/+1