Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | remove goto | mcpcpc | 2020-09-12 | 1 | -9/+3 | |
| | ||||||
* | eliminate termios library | mcpcpc | 2020-09-12 | 1 | -12/+0 | |
| | ||||||
* | Use poll instead of multiple processes | Väinö Mäkelä | 2020-09-12 | 1 | -78/+115 | |
| | | | | | | The old approach used 100% CPU on two processes. Poll can be used to wait stdin and the socket at the same time. This commit also reduces system call usage by not calling read for every byte. | |||||
* | refactoring | mcpcpc | 2020-09-11 | 1 | -10/+10 | |
| | ||||||
* | fix unguarded statements | Michael Czigler | 2020-09-11 | 1 | -2/+9 | |
| | ||||||
* | refactoring, use switch case for parent/child | Michael Czigler | 2020-09-11 | 1 | -71/+70 | |
| | ||||||
* | improved error handling | Michael Czigler | 2020-09-11 | 1 | -9/+11 | |
| | ||||||
* | refactoring | mcpcpc | 2020-09-11 | 1 | -24/+25 | |
| | ||||||
* | add "-h" to USAGE | Michael Czigler | 2020-09-11 | 1 | -1/+1 | |
| | ||||||
* | add "-h" argument for basic usage information | Michael Czigler | 2020-09-11 | 1 | -19/+22 | |
| | ||||||
* | revert previous commit | mcpcpc | 2020-09-11 | 1 | -7/+6 | |
| | ||||||
* | add support for autochannel join | mcpcpc | 2020-09-10 | 1 | -33/+45 | |
| | ||||||
* | free memory allocated by getaddrinfo | Ethan Sommer | 2020-09-10 | 1 | -0/+1 | |
| | ||||||
* | fix missing line termination | mcpcpc | 2020-09-10 | 1 | -1/+1 | |
| | ||||||
* | add 'x' argument | Michael Czigler | 2020-09-10 | 1 | -1/+4 | |
| | ||||||
* | minor fix to last two commits | Michael Czigler | 2020-09-10 | 1 | -2/+2 | |
| | ||||||
* | bump version | Michael Czigler | 2020-09-10 | 1 | -1/+1 | |
| | ||||||
* | add [chan] indicator for indirect channel PMs | Michael Czigler | 2020-09-10 | 1 | -2/+4 | |
| | ||||||
* | change default irc channel | mcpcpc | 2020-09-10 | 1 | -1/+1 | |
| | ||||||
* | Squash commits pertaining to 0.0.8 release | Michael Czigler | 2020-09-09 | 1 | -51/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README cleanup cleanup fix int typecast in printw() fix int typecast for JOIN/QUIT add 'x' command to send direct messages to server Update README Update kirc.c remove annoying initial space char revert last commit to remove initial space revert last commit undo accidental commit apply fix for initial space char add NAMES command revamped README for readability in GitHub Rename README to 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 Update README.md Add files via upload Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md 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 Add files via upload Update README.md Add files via upload Delete example_cropped.png Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Update README.md Add files via upload Delete example_cropped.JPG Update README.md Update README.md Update README.md Update README.md Update README.md | |||||
* | fix multiple bugs from last commit | mcpcpc | 2020-09-07 | 1 | -6/+6 | |
| |