aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow the option of parsing multiple post-connection commands. (#125)Cristian Canedo2022-02-141-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
* print formatted text (pre wordwrap) instead of raw to logMichael Czigler2020-08-211-0/+1
| | | | | | | | add new parser2 function for testing removing unusable parser2 function remove test log file
* fix multi-word messagesmcpcpc2020-08-061-0/+3