aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-21print formatted text (pre wordwrap) instead of raw to logMichael Czigler1-5/+6
2020-08-21add -o argument option for irc chat loggingmcpcpc1-1/+13
2020-08-20eliminated nested while loopsmcpcpc1-26/+27
2020-08-20more cleanupmcpcpc1-22/+26
2020-08-20add comments, cleanup readability of sourcemcpcpc1-33/+41
2020-08-20move user input event handler to separate functionmcpcpc1-12/+16
2020-08-20fix formattingmcpcpc1-4/+5
2020-08-20change sbuf from global to local variablemcpcpc1-20/+20
2020-08-19bump version from 0.0.1 to 0.0.2Michael Czigler1-1/+1
2020-08-19changed userin[1] to c1 variablemcpcpc1-5/+5
2020-08-18add new arguments -r and -umcpcpc1-3/+9
2020-08-18fix initial line single char indent issuemcpcpc1-3/+3
2020-08-18increase input buffer from to max 510 character lengthmcpcpc1-4/+4
2020-08-18added :Q commandmcpcpc1-5/+5
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