Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-31 | bump version, increase msg buffer size | mcpcpc | 1 | -2/+2 | |
2020-08-31 | update parser() function to zero arrays | Michael Czigler | 1 | -3/+2 | |
2020-08-28 | replace strcpy() function to prevent buffer overflow | mcpcpc | 1 | -7/+4 | |
2020-08-26 | bump version to 0.0.4 | Michael Czigler | 1 | -1/+1 | |
2020-08-26 | cleanup format | mcpcpc | 1 | -6/+4 | |
2020-08-26 | remove tab chars | mcpcpc | 1 | -4/+5 | |
2020-08-26 | simplified parser(), changed to ring buffer | Michael Czigler | 1 | -32/+32 | |
fix ring buffer, attempt 1 fix ring buffer, attempt 2 change variable names mostly working implementation of fifo buffer working fifo buffer | |||||
2020-08-24 | simplified parsing function | mcpcpc | 1 | -56/+47 | |
2020-08-22 | fix -v behavior to return 0 | mcpcpc | 1 | -3/+3 | |
2020-08-21 | bump version | mcpcpc | 1 | -1/+1 | |
2020-08-21 | print formatted text (pre wordwrap) instead of raw to log | Michael Czigler | 1 | -5/+6 | |
add new parser2 function for testing removing unusable parser2 function remove test log file | |||||
2020-08-21 | add -o argument option for irc chat logging | mcpcpc | 1 | -1/+13 | |
2020-08-20 | eliminated nested while loops | mcpcpc | 1 | -26/+27 | |
2020-08-20 | more cleanup | mcpcpc | 1 | -22/+26 | |
2020-08-20 | add comments, cleanup readability of source | mcpcpc | 1 | -33/+41 | |
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 | |