aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-23second fix for wordwrapMichael Czigler1-10/+9
2020-09-23Update kirc.cMichael Czigler1-1/+1
2020-09-23fix printw behavior, new gutl=20mcpcpc1-5/+5
2020-09-23remove for loop variable declarationmcpcpc1-2/+2
2020-09-22simplified commandsmcpcpc1-36/+19
2020-09-22Update kirc.cMichael Czigler1-1/+0
2020-09-22add SASL supportMichael Czigler1-3/+17
2020-09-21bumper version to 0.1.0mcpcpc1-1/+1
2020-09-21add keyboardhit() functionmcpcpc1-1/+18
2020-09-20get F_SETFL before setting nonblockingmcpcpc1-8/+9
2020-09-18revert retest write commitmcpcpc1-5/+4
2020-09-17fix sscanf to accept a-z valuesmcpcpc1-2/+2
2020-09-17retest writemcpcpc1-4/+5
2020-09-17add error checking for malloc()mcpcpc1-4/+9
2020-09-17fix error handling for missing nickMichael Czigler1-1/+1
2020-09-17add commandmcpcpc1-3/+5
2020-09-17colorize channel name in messagemcpcpc1-1/+2
2020-09-17fix connection_initialize(), add voidmcpcpc1-1/+1
2020-09-16add error check for fopen()mcpcpc1-11/+9
2020-09-16add '/h' commandmcpcpc1-2/+14
2020-09-16Minor typoFrancesco Frassinelli1-1/+1
2020-09-15change 'verb' variable from size_t to intMichael Czigler1-1/+1
2020-09-15replace AF_INET with AF_UNSPECMichael Czigler1-3/+3
2020-09-15Add error handling to irc_initVäinö Mäkelä1-5/+32
2020-09-14bump versionmcpcpc1-1/+1
2020-09-14fix logged outputmcpcpc1-2/+2
2020-09-12add guard around 'if' statementmcpcpc1-3/+2
2020-09-12use return macrosmcpcpc1-17/+17
2020-09-12remove gotomcpcpc1-9/+3
2020-09-12eliminate termios librarymcpcpc1-12/+0
2020-09-12Use poll instead of multiple processesVäinö Mäkelä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.
2020-09-11refactoringmcpcpc1-10/+10
2020-09-11fix unguarded statementsMichael Czigler1-2/+9
2020-09-11refactoring, use switch case for parent/childMichael Czigler1-71/+70
2020-09-11improved error handlingMichael Czigler1-9/+11
2020-09-11refactoringmcpcpc1-24/+25
2020-09-11add "-h" to USAGEMichael Czigler1-1/+1
2020-09-11add "-h" argument for basic usage informationMichael Czigler1-19/+22
2020-09-11revert previous commitmcpcpc1-7/+6
2020-09-10add support for autochannel joinmcpcpc1-33/+45
2020-09-10free memory allocated by getaddrinfoEthan Sommer1-0/+1
2020-09-10fix missing line terminationmcpcpc1-1/+1
2020-09-10add 'x' argumentMichael Czigler1-1/+4
2020-09-10minor fix to last two commitsMichael Czigler1-2/+2
2020-09-10bump versionMichael Czigler1-1/+1
2020-09-10add [chan] indicator for indirect channel PMsMichael Czigler1-2/+4
2020-09-10change default irc channelmcpcpc1-1/+1
2020-09-09Squash commits pertaining to 0.0.8 releaseMichael Czigler1-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
2020-09-07fix multiple bugs from last commitmcpcpc1-6/+6
2020-09-07bump version and shorten commandsMichael Czigler1-45/+28