aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-04released at 0.3.2 (#130)Michael Czigler1-7/+1
Co-authored-by: Michael Czigler <contact@mcpcpc.com>
2022-02-14Allow the option of parsing multiple post-connection commands. (#125)Cristian Canedo1-0/+5
* Allow the option of parsing multiple post-connection commands. * Initial change for multiple commands via stdin * Use MSG_MAX as the max length of additional commands * Include + 1 to MSG_MAX to account for newline characters * Rework loop to process commands to avoid seg fault, use strnlen * Remove swap file * Restore previous formatting, restore man description for -x for now * Enable additional commands via both stdin and option argument * Move misplaced malloc check to where it belongs * Simplify logic to read commands from stdin * Retain functionality to accept server command as option argument * Maintain same functionality as before when sending inic
2020-08-21print formatted text (pre wordwrap) instead of raw to logMichael Czigler1-0/+1
add new parser2 function for testing removing unusable parser2 function remove test log file
2020-08-06fix multi-word messagesmcpcpc1-0/+3