Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-20 | move user input event handler to separate function | mcpcpc | 1 | -12/+16 | |
2020-08-20 | fix formatting | mcpcpc | 1 | -4/+5 | |
2020-08-20 | change sbuf from global to local variable | mcpcpc | 1 | -20/+20 | |
2020-08-19 | bump version from 0.0.1 to 0.0.2 | Michael Czigler | 1 | -1/+1 | |
2020-08-19 | changed userin[1] to c1 variable | mcpcpc | 1 | -5/+5 | |
2020-08-18 | add new arguments -r and -u | mcpcpc | 1 | -3/+9 | |
2020-08-18 | fix initial line single char indent issue | mcpcpc | 1 | -3/+3 | |
2020-08-18 | increase input buffer from to max 510 character length | mcpcpc | 1 | -4/+4 | |
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 | |