Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Create bug_report.md | Michael Czigler | 2020-08-19 | 1 | -0/+38 | |
| | ||||||
* | Create feature_request.md | Michael Czigler | 2020-08-19 | 1 | -0/+20 | |
| | ||||||
* | Create CONTRIBUTING | Michael Czigler | 2020-08-19 | 1 | -0/+21 | |
| | ||||||
* | Create FUNDING.yml | Michael Czigler | 2020-08-19 | 1 | -0/+12 | |
| | ||||||
* | bump version from 0.0.1 to 0.0.2 | Michael Czigler | 2020-08-19 | 1 | -1/+1 | |
| | ||||||
* | changed userin[1] to c1 variable | mcpcpc | 2020-08-19 | 1 | -5/+5 | |
| | ||||||
* | add new arguments -r and -u | mcpcpc | 2020-08-18 | 1 | -3/+9 | |
| | ||||||
* | fix initial line single char indent issue | mcpcpc | 2020-08-18 | 2 | -9/+13 | |
| | ||||||
* | increase input buffer from to max 510 character length | mcpcpc | 2020-08-18 | 1 | -4/+4 | |
| | ||||||
* | added :Q command | mcpcpc | 2020-08-18 | 2 | -8/+9 | |
| | ||||||
* | cleaned up command option switch | mcpcpc | 2020-08-18 | 1 | -42/+19 | |
| | ||||||
* | simplify printw() with greedy algorithm | mcpcpc | 2020-08-17 | 1 | -22/+18 | |
| | ||||||
* | ensure VERASE setting restored on exit | mcpcpc | 2020-08-16 | 1 | -9/+9 | |
| | ||||||
* | colored command output | mcpcpc | 2020-08-16 | 2 | -4/+13 | |
| | ||||||
* | squash commits related to commands and stabilty | mcpcpc | 2020-08-14 | 2 | -50/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | possible fix for garbage printing with ':m' | mcpcpc | 2020-08-11 | 2 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | fixed child process u[BUFF] to u[CMAX] | mcpcpc | 2020-08-09 | 1 | -1/+1 | |
| | ||||||
* | remove cmd variable | mcpcpc | 2020-08-09 | 1 | -3/+1 | |
| | ||||||
* | add password argument | mcpcpc | 2020-08-08 | 2 | -8/+28 | |
| | ||||||
* | cleanup formatting | mcpcpc | 2020-08-07 | 1 | -65/+44 | |
| | ||||||
* | remove ':' in getopts switch | Michael Czigler | 2020-08-07 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request #1 from E5ten/no-exit | Michael Czigler | 2020-08-07 | 1 | -1/+1 | |
|\ | | | | | replace exit() in main() with return | |||||
| * | replace exit() in main() with return | Ethan Sommer | 2020-08-07 | 1 | -1/+1 | |
|/ | ||||||
* | remove duplicate include | mcpcpc | 2020-08-07 | 1 | -3/+1 | |
| | ||||||
* | better solution to dprintf() issue | Michael Czigler | 2020-08-07 | 1 | -7/+4 | |
| | ||||||
* | temporary fix for dprintf() sending garbage after NULL byte | mcpcpc | 2020-08-07 | 1 | -3/+7 | |
| | ||||||
* | address POSIX equivalent of FIONREAD | mcpcpc | 2020-08-06 | 1 | -12/+13 | |
| | ||||||
* | fix unknown options or missing arguments | mcpcpc | 2020-08-06 | 1 | -13/+9 | |
| | ||||||
* | refactoring and cleanup | mcpcpc | 2020-08-06 | 1 | -25/+29 | |
| | ||||||
* | fix multi-word messages | mcpcpc | 2020-08-06 | 2 | -4/+12 | |
| | ||||||
* | fix ':m' error message | mcpcpc | 2020-08-06 | 1 | -1/+1 | |
| | ||||||
* | new at 0.0.1 | mcpcpc | 2020-08-06 | 4 | -0/+330 | |