Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-18 | added :Q command | mcpcpc | 1 | -5/+5 | |
2020-08-18 | cleaned up command option switch | mcpcpc | 1 | -42/+19 | |
2020-08-17 | simplify printw() with greedy algorithm | mcpcpc | 1 | -22/+18 | |
2020-08-16 | ensure VERASE setting restored on exit | mcpcpc | 1 | -9/+9 | |
2020-08-16 | colored command output | mcpcpc | 1 | -1/+4 | |
2020-08-14 | squash commits related to commands and stabilty | mcpcpc | 1 | -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 | |||||
2020-08-11 | possible fix for garbage printing with ':m' | mcpcpc | 1 | -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 | |||||
2020-08-09 | fixed child process u[BUFF] to u[CMAX] | mcpcpc | 1 | -1/+1 | |
2020-08-09 | remove cmd variable | mcpcpc | 1 | -3/+1 | |
2020-08-08 | add password argument | mcpcpc | 1 | -7/+16 | |
2020-08-07 | cleanup formatting | mcpcpc | 1 | -65/+44 | |
2020-08-07 | remove ':' in getopts switch | Michael Czigler | 1 | -1/+0 | |
2020-08-07 | replace exit() in main() with return | Ethan Sommer | 1 | -1/+1 | |
2020-08-07 | remove duplicate include | mcpcpc | 1 | -3/+1 | |
2020-08-07 | better solution to dprintf() issue | Michael Czigler | 1 | -7/+4 | |
2020-08-07 | temporary fix for dprintf() sending garbage after NULL byte | mcpcpc | 1 | -3/+7 | |
2020-08-06 | address POSIX equivalent of FIONREAD | mcpcpc | 1 | -12/+13 | |
2020-08-06 | fix unknown options or missing arguments | mcpcpc | 1 | -13/+9 | |
2020-08-06 | refactoring and cleanup | mcpcpc | 1 | -25/+29 | |
2020-08-06 | fix multi-word messages | mcpcpc | 1 | -4/+9 | |
2020-08-06 | fix ':m' error message | mcpcpc | 1 | -1/+1 | |