aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* print formatted text (pre wordwrap) instead of raw to logMichael Czigler2020-08-212-5/+7
* add -o argument option for irc chat loggingmcpcpc2020-08-212-3/+16
* eliminated nested while loopsmcpcpc2020-08-201-26/+27
* more cleanupmcpcpc2020-08-201-22/+26
* add comments, cleanup readability of sourcemcpcpc2020-08-201-33/+41
* move user input event handler to separate functionmcpcpc2020-08-201-12/+16
* fix formattingmcpcpc2020-08-201-4/+5
* change sbuf from global to local variablemcpcpc2020-08-201-20/+20
* Create CODE_OF_CONDUCTMichael Czigler2020-08-201-0/+73
* Delete SECURITY.mdMichael Czigler2020-08-201-21/+0
* Create SECURITY.mdMichael Czigler2020-08-201-0/+21
* Create bug_report.mdMichael Czigler2020-08-191-0/+38
* Create feature_request.mdMichael Czigler2020-08-191-0/+20
* Create CONTRIBUTINGMichael Czigler2020-08-191-0/+21
* Create FUNDING.ymlMichael Czigler2020-08-191-0/+12
* bump version from 0.0.1 to 0.0.2Michael Czigler2020-08-191-1/+1
* changed userin[1] to c1 variablemcpcpc2020-08-191-5/+5
* add new arguments -r and -umcpcpc2020-08-181-3/+9
* fix initial line single char indent issuemcpcpc2020-08-182-9/+13
* increase input buffer from to max 510 character lengthmcpcpc2020-08-181-4/+4
* added :Q commandmcpcpc2020-08-182-8/+9
* cleaned up command option switchmcpcpc2020-08-181-42/+19
* simplify printw() with greedy algorithmmcpcpc2020-08-171-22/+18
* ensure VERASE setting restored on exitmcpcpc2020-08-161-9/+9
* colored command outputmcpcpc2020-08-162-4/+13
* squash commits related to commands and stabiltymcpcpc2020-08-142-50/+94
* possible fix for garbage printing with ':m'mcpcpc2020-08-112-11/+13
* fixed child process u[BUFF] to u[CMAX]mcpcpc2020-08-091-1/+1
* remove cmd variablemcpcpc2020-08-091-3/+1
* add password argumentmcpcpc2020-08-082-8/+28
* cleanup formattingmcpcpc2020-08-071-65/+44
* remove ':' in getopts switchMichael Czigler2020-08-071-1/+0
* Merge pull request #1 from E5ten/no-exitMichael Czigler2020-08-071-1/+1
|\
| * replace exit() in main() with returnEthan Sommer2020-08-071-1/+1
|/
* remove duplicate includemcpcpc2020-08-071-3/+1
* better solution to dprintf() issueMichael Czigler2020-08-071-7/+4
* temporary fix for dprintf() sending garbage after NULL bytemcpcpc2020-08-071-3/+7
* address POSIX equivalent of FIONREADmcpcpc2020-08-061-12/+13
* fix unknown options or missing argumentsmcpcpc2020-08-061-13/+9
* refactoring and cleanupmcpcpc2020-08-061-25/+29
* fix multi-word messagesmcpcpc2020-08-062-4/+12
* fix ':m' error messagemcpcpc2020-08-061-1/+1
* new at 0.0.1mcpcpc2020-08-064-0/+330