Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
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 |
2020-09-12 | remove goto | mcpcpc | 1 | -9/+3 |
2020-09-12 | eliminate termios library | mcpcpc | 1 | -12/+0 |
2020-09-12 | Use poll instead of multiple processes | Väinö Mäkelä | 1 | -78/+115 |
2020-09-11 | refactoring | mcpcpc | 1 | -10/+10 |
2020-09-11 | fix unguarded statements | Michael Czigler | 1 | -2/+9 |
2020-09-11 | refactoring, use switch case for parent/child | Michael Czigler | 1 | -71/+70 |
2020-09-11 | improved error handling | Michael Czigler | 1 | -9/+11 |
2020-09-11 | refactoring | mcpcpc | 1 | -24/+25 |
2020-09-11 | add "-h" to USAGE | Michael Czigler | 1 | -1/+1 |
2020-09-11 | add "-h" argument for basic usage information | Michael Czigler | 1 | -19/+22 |
2020-09-11 | revert previous commit | mcpcpc | 1 | -7/+6 |
2020-09-10 | add support for autochannel join | mcpcpc | 1 | -33/+45 |
2020-09-10 | free memory allocated by getaddrinfo | Ethan Sommer | 1 | -0/+1 |