Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.1.6 (#63) | Michael Czigler | 2020-10-15 | 1 | -114/+144 |
* | 0.1.5 (#60) | Michael Czigler | 2020-10-12 | 1 | -26/+38 |
* | remove byteswaiting variable | mcpcpc | 2020-10-10 | 1 | -4/+1 |
* | Fix Out-of-bound read (#57) | Michael Czigler | 2020-10-09 | 1 | -2/+4 |
* | 0.1.4 (#54) | Michael Czigler | 2020-10-07 | 1 | -76/+368 |
* | minor style and formatting fixes (#52) | Michael Czigler | 2020-10-03 | 1 | -13/+14 |
* | add ioctl() error handling (#51) | Michael Czigler | 2020-10-02 | 1 | -5/+8 |
* | move ioctrl and cmax to minimize resources | Michael Czigler | 2020-10-02 | 1 | -2/+2 |
* | change -W to automatic wrap (#50) | Michael Czigler | 2020-10-02 | 1 | -21/+24 |
* | add manpage (#46) | Michael Czigler | 2020-09-29 | 1 | -16/+18 |
* | add SASL EXTERNAL support | Michael Czigler | 2020-09-28 | 1 | -12/+9 |
* | Add usage() function | Michael Czigler | 2020-09-28 | 1 | -21/+24 |
* | add highlight for channel parting | Michael Czigler | 2020-09-27 | 1 | -1/+1 |
* | Update kirc.c | Michael Czigler | 2020-09-27 | 1 | -1/+1 |
* | add nick change highlighting | Michael Czigler | 2020-09-27 | 1 | -0/+3 |
* | add check for fgets value | mcpcpc | 2020-09-25 | 1 | -1/+4 |
* | remove leader command character for PRIVMSGs | Michael Czigler | 2020-09-25 | 1 | -3/+3 |
* | Add alias PRIVMSG aliased command | Michael Czigler | 2020-09-25 | 1 | -10/+11 |
* | squash commits to address README and defaults | Michael Czigler | 2020-09-24 | 1 | -44/+41 |
* | bump version to 0.1.1 | Michael Czigler | 2020-09-23 | 1 | -1/+1 |
* | temporary fix for line wrap with esc sequences | Michael Czigler | 2020-09-23 | 1 | -1/+2 |
* | fix first line wrap issue | Michael Czigler | 2020-09-23 | 1 | -0/+2 |
* | second fix for wordwrap | Michael Czigler | 2020-09-23 | 1 | -10/+9 |
* | Update kirc.c | Michael Czigler | 2020-09-23 | 1 | -1/+1 |
* | fix printw behavior, new gutl=20 | mcpcpc | 2020-09-23 | 1 | -5/+5 |
* | remove for loop variable declaration | mcpcpc | 2020-09-23 | 1 | -2/+2 |
* | simplified commands | mcpcpc | 2020-09-22 | 1 | -36/+19 |
* | Update kirc.c | Michael Czigler | 2020-09-22 | 1 | -1/+0 |
* | add SASL support | Michael Czigler | 2020-09-22 | 1 | -3/+17 |
* | bumper version to 0.1.0 | mcpcpc | 2020-09-21 | 1 | -1/+1 |
* | add keyboardhit() function | mcpcpc | 2020-09-21 | 1 | -1/+18 |
* | get F_SETFL before setting nonblocking | mcpcpc | 2020-09-20 | 1 | -8/+9 |
* | revert retest write commit | mcpcpc | 2020-09-18 | 1 | -5/+4 |
* | fix sscanf to accept a-z values | mcpcpc | 2020-09-17 | 1 | -2/+2 |
* | retest write | mcpcpc | 2020-09-17 | 1 | -4/+5 |
* | add error checking for malloc() | mcpcpc | 2020-09-17 | 1 | -4/+9 |
* | fix error handling for missing nick | Michael Czigler | 2020-09-17 | 1 | -1/+1 |
* | add command | mcpcpc | 2020-09-17 | 1 | -3/+5 |
* | colorize channel name in message | mcpcpc | 2020-09-17 | 1 | -1/+2 |
* | fix connection_initialize(), add void | mcpcpc | 2020-09-17 | 1 | -1/+1 |
* | add error check for fopen() | mcpcpc | 2020-09-16 | 1 | -11/+9 |
* | add '/h' command | mcpcpc | 2020-09-16 | 1 | -2/+14 |
* | Minor typo | Francesco Frassinelli | 2020-09-16 | 1 | -1/+1 |
* | change 'verb' variable from size_t to int | Michael Czigler | 2020-09-15 | 1 | -1/+1 |
* | replace AF_INET with AF_UNSPEC | Michael Czigler | 2020-09-15 | 1 | -3/+3 |
* | Add error handling to irc_init | Väinö Mäkelä | 2020-09-15 | 1 | -5/+32 |
* | bump version | mcpcpc | 2020-09-14 | 1 | -1/+1 |
* | fix logged output | mcpcpc | 2020-09-14 | 1 | -2/+2 |
* | add guard around 'if' statement | mcpcpc | 2020-09-12 | 1 | -3/+2 |
* | use return macros | mcpcpc | 2020-09-12 | 1 | -17/+17 |