aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify printw() with greedy algorithmmcpcpc2020-08-171-22/+18
|
* ensure VERASE setting restored on exitmcpcpc2020-08-161-9/+9
|
* colored command outputmcpcpc2020-08-161-1/+4
|
* squash commits related to commands and stabiltymcpcpc2020-08-141-37/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | Update README add default command condition improved color scheme fix total column widtg remove leave/join channel since it does work for quit condition fix for WAIT_SIG being missread added command add additional commands :n, :j, and :l change bad cmd message Update README Update README Update README
* possible fix for garbage printing with ':m'mcpcpc2020-08-111-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | README: fix usage for password 2nd attempt to fix garbage printing fix typo 2nd fix cleanup guard against accidental WAIT_SIG read move WAIT_SIG check after garbage cleanup experiment with disabling echo update update update enable backspace in stdin from virtual terminal update
* fixed child process u[BUFF] to u[CMAX]mcpcpc2020-08-091-1/+1
|
* remove cmd variablemcpcpc2020-08-091-3/+1
|
* add password argumentmcpcpc2020-08-081-7/+16
|
* cleanup formattingmcpcpc2020-08-071-65/+44
|
* remove ':' in getopts switchMichael Czigler2020-08-071-1/+0
|
* 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-061-4/+9
|
* fix ':m' error messagemcpcpc2020-08-061-1/+1
|
* new at 0.0.1mcpcpc2020-08-061-0/+245