Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md | Michael Czigler | 2020-09-15 | 1 | -9/+4 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #19 from vainiovano/master | Michael Czigler | 2020-09-15 | 1 | -5/+32 |
|\ | | | | | Add error handling to irc_init | ||||
| * | 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 |
| | |||||
* | delete log file | mcpcpc | 2020-09-14 | 1 | -87/+0 |
| | |||||
* | fix logged output | mcpcpc | 2020-09-14 | 2 | -2/+89 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #17 from vainiovano/no-fork | Michael Czigler | 2020-09-12 | 1 | -78/+115 |
|\ | | | | | Use poll instead of multiple processes | ||||
| * | 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. | ||||
* | | Merge pull request #18 from vainiovano/no-xlib | Michael Czigler | 2020-09-12 | 1 | -1/+1 |
|\ \ | |/ |/| | Don't link to Xlib | ||||
| * | Don't link to Xlib | Väinö Mäkelä | 2020-09-12 | 1 | -1/+1 |
|/ | | | | Xlib isn't used and shouldn't be a dependency | ||||
* | 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 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-11 | 1 | -1/+1 |
| | |||||
* | improved error handling | Michael Czigler | 2020-09-11 | 1 | -9/+11 |
| | |||||
* | refactoring | mcpcpc | 2020-09-11 | 1 | -24/+25 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-11 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -4/+4 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | add to Features section | Michael Czigler | 2020-09-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15 from E5ten/makefile | Michael Czigler | 2020-09-10 | 1 | -2/+5 |
|\ | | | | | Makefile: split compile and link steps | ||||
| * | Makefile: split compile and link steps | Ethan Sommer | 2020-09-10 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #14 from E5ten/freeaddrinfo | Michael Czigler | 2020-09-10 | 1 | -0/+1 |
|\ \ | |/ |/| | free memory allocated by getaddrinfo | ||||
| * | free memory allocated by getaddrinfo | Ethan Sommer | 2020-09-10 | 1 | -0/+1 |
|/ | |||||
* | fix missing line termination | mcpcpc | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #13 from micwoj92/patch-1 | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
|\ | | | | | update arch install | ||||
| * | update arch install | micwoj92 | 2020-09-10 | 1 | -1/+1 |
|/ | | | | | There are more distros on which it can be installed this way The A in AUR means Arch | ||||
* | change default irc channel | mcpcpc | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+0 |
| | |||||
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | Squash commits pertaining to 0.0.8 release | Michael Czigler | 2020-09-09 | 4 | -151/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #11 from mcpcpc/0.0.7 | Michael Czigler | 2020-09-07 | 2 | -53/+36 |
|\ | | | | | 0.0.7 | ||||
| * | fix multiple bugs from last commit | mcpcpc | 2020-09-07 | 1 | -6/+6 |
| | | |||||
| * | bump version and shorten commands | Michael Czigler | 2020-09-07 | 2 | -52/+35 |
|/ | |||||
* | Update README | Michael Czigler | 2020-09-03 | 1 | -2/+0 |
| |