Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-15 | 0.1.6 (#63) | Michael Czigler | 1 | -114/+144 | |
* add in comments and prompt char * bump version * remove fd arguments in edit() * change promptc to chan_default * add user input channel indicator * remove /? command * change 200 to CHA_MAX * remove comments * allow escape codes in prompt * add braces around prompt channel * remove /? from docs | |||||
2020-10-12 | 0.1.5 (#60) | Michael Czigler | 1 | -26/+38 | |
* raw mode only server messages * bump version * remove unnecessary escape codes * join/part new line fix * remove redundant returns * add channel indicator for JOIN/PART | |||||
2020-10-10 | remove byteswaiting variable | mcpcpc | 1 | -4/+1 | |
2020-10-09 | Fix Out-of-bound read (#57) | Michael Czigler | 1 | -2/+4 | |
* add check for out-of-bound read * remove unused count variable | |||||
2020-10-07 | 0.1.4 (#54) | Michael Czigler | 1 | -76/+368 | |
* cleanup style * remove keyboard_hit() function * integrate kline input hander * add new input indicators * only use edit function * improve function names * fix input printing * fix new line behavior after user input * fix /? command * remove Known Bugs, add commands * add arrow key information * remove left and right brackets around commands * add missing language fence * fix typo * remove duplicate ioctl instance * Update README.md * Update README.md * fix direct message color * Delete example2.png * Delete example.png * remove extra line * fix line printing * more cleanup and better colors * refactor Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com> | |||||
2020-10-03 | minor style and formatting fixes (#52) | Michael Czigler | 1 | -13/+14 | |
2020-10-02 | add ioctl() error handling (#51) | Michael Czigler | 1 | -5/+8 | |
Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com> | |||||
2020-10-02 | move ioctrl and cmax to minimize resources | Michael Czigler | 1 | -2/+2 | |
2020-10-02 | change -W to automatic wrap (#50) | Michael Czigler | 1 | -21/+24 | |
* change -W to automatic wrap * address Codacy compliance | |||||
2020-09-29 | add manpage (#46) | Michael Czigler | 1 | -16/+18 | |
* Create kirc.1 * add VERSION and man page * change kirc version to definition in Makefile * fix separator char (TAB) * remove double parenthesis in puts() command * change VERSION to be controlled by kirc.c | |||||
2020-09-28 | add SASL EXTERNAL support | Michael Czigler | 1 | -12/+9 | |
2020-09-28 | Add usage() function | Michael Czigler | 1 | -21/+24 | |
2020-09-27 | add highlight for channel parting | Michael Czigler | 1 | -1/+1 | |
2020-09-27 | Update kirc.c | Michael Czigler | 1 | -1/+1 | |
2020-09-27 | add nick change highlighting | Michael Czigler | 1 | -0/+3 | |
2020-09-25 | add check for fgets value | mcpcpc | 1 | -1/+4 | |
2020-09-25 | remove leader command character for PRIVMSGs | Michael Czigler | 1 | -3/+3 | |
2020-09-25 | Add alias PRIVMSG aliased command | Michael Czigler | 1 | -10/+11 | |
2020-09-24 | squash commits to address README and defaults | Michael Czigler | 1 | -44/+41 | |
Update README.md update logo Update README.md add multi-channel join argument option simplify printw() return after channel join Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Add files via upload Delete googled3f6f6cc852fad22.html Add files via upload Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md increase chan variable size Delete test remove fixed chan buffer size | |||||
2020-09-23 | bump version to 0.1.1 | Michael Czigler | 1 | -1/+1 | |
2020-09-23 | temporary fix for line wrap with esc sequences | Michael Czigler | 1 | -1/+2 | |
2020-09-23 | fix first line wrap issue | Michael Czigler | 1 | -0/+2 | |
2020-09-23 | second fix for wordwrap | Michael Czigler | 1 | -10/+9 | |
2020-09-23 | Update kirc.c | Michael Czigler | 1 | -1/+1 | |
2020-09-23 | fix printw behavior, new gutl=20 | mcpcpc | 1 | -5/+5 | |
2020-09-23 | remove for loop variable declaration | mcpcpc | 1 | -2/+2 | |
2020-09-22 | simplified commands | mcpcpc | 1 | -36/+19 | |
2020-09-22 | Update kirc.c | Michael Czigler | 1 | -1/+0 | |
2020-09-22 | add SASL support | Michael Czigler | 1 | -3/+17 | |
2020-09-21 | bumper version to 0.1.0 | mcpcpc | 1 | -1/+1 | |
2020-09-21 | add keyboardhit() function | mcpcpc | 1 | -1/+18 | |
2020-09-20 | get F_SETFL before setting nonblocking | mcpcpc | 1 | -8/+9 | |
2020-09-18 | revert retest write commit | mcpcpc | 1 | -5/+4 | |
2020-09-17 | fix sscanf to accept a-z values | mcpcpc | 1 | -2/+2 | |
2020-09-17 | retest write | mcpcpc | 1 | -4/+5 | |
2020-09-17 | add error checking for malloc() | mcpcpc | 1 | -4/+9 | |
2020-09-17 | fix error handling for missing nick | Michael Czigler | 1 | -1/+1 | |
2020-09-17 | add command | mcpcpc | 1 | -3/+5 | |
2020-09-17 | colorize channel name in message | mcpcpc | 1 | -1/+2 | |
2020-09-17 | fix connection_initialize(), add void | mcpcpc | 1 | -1/+1 | |
2020-09-16 | add error check for fopen() | mcpcpc | 1 | -11/+9 | |
2020-09-16 | add '/h' command | mcpcpc | 1 | -2/+14 | |
2020-09-16 | Minor typo | Francesco Frassinelli | 1 | -1/+1 | |
2020-09-15 | change 'verb' variable from size_t to int | Michael Czigler | 1 | -1/+1 | |
2020-09-15 | replace AF_INET with AF_UNSPEC | Michael Czigler | 1 | -3/+3 | |
2020-09-15 | Add error handling to irc_init | Väinö Mäkelä | 1 | -5/+32 | |
2020-09-14 | bump version | mcpcpc | 1 | -1/+1 | |
2020-09-14 | fix logged output | mcpcpc | 1 | -2/+2 | |
2020-09-12 | add guard around 'if' statement | mcpcpc | 1 | -3/+2 | |
2020-09-12 | use return macros | mcpcpc | 1 | -17/+17 | |