aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* eliminate termios librarymcpcpc2020-09-121-12/+0
|
* Merge pull request #17 from vainiovano/no-forkMichael Czigler2020-09-121-78/+115
|\ | | | | Use poll instead of multiple processes
| * Use poll instead of multiple processesVäinö Mäkelä2020-09-121-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-xlibMichael Czigler2020-09-121-1/+1
|\ \ | |/ |/| Don't link to Xlib
| * Don't link to XlibVäinö Mäkelä2020-09-121-1/+1
|/ | | | Xlib isn't used and shouldn't be a dependency
* refactoringmcpcpc2020-09-111-10/+10
|
* fix unguarded statementsMichael Czigler2020-09-111-2/+9
|
* refactoring, use switch case for parent/childMichael Czigler2020-09-111-71/+70
|
* Update README.mdMichael Czigler2020-09-111-1/+1
|
* improved error handlingMichael Czigler2020-09-111-9/+11
|
* refactoringmcpcpc2020-09-111-24/+25
|
* Update README.mdMichael Czigler2020-09-111-1/+2
|
* add "-h" to USAGEMichael Czigler2020-09-111-1/+1
|
* add "-h" argument for basic usage informationMichael Czigler2020-09-111-19/+22
|
* revert previous commitmcpcpc2020-09-111-7/+6
|
* add support for autochannel joinmcpcpc2020-09-101-33/+45
|
* Update README.mdMichael Czigler2020-09-101-4/+4
|
* Update README.mdMichael Czigler2020-09-101-1/+1
|
* add to Features sectionMichael Czigler2020-09-101-0/+1
|
* Merge pull request #15 from E5ten/makefileMichael Czigler2020-09-101-2/+5
|\ | | | | Makefile: split compile and link steps
| * Makefile: split compile and link stepsEthan Sommer2020-09-101-2/+5
| |
* | Merge pull request #14 from E5ten/freeaddrinfoMichael Czigler2020-09-101-0/+1
|\ \ | |/ |/| free memory allocated by getaddrinfo
| * free memory allocated by getaddrinfoEthan Sommer2020-09-101-0/+1
|/
* fix missing line terminationmcpcpc2020-09-101-1/+1
|
* Update README.mdMichael Czigler2020-09-101-1/+2
|
* add 'x' argumentMichael Czigler2020-09-101-1/+4
|
* minor fix to last two commitsMichael Czigler2020-09-101-2/+2
|
* bump versionMichael Czigler2020-09-101-1/+1
|
* add [chan] indicator for indirect channel PMsMichael Czigler2020-09-101-2/+4
|
* Merge pull request #13 from micwoj92/patch-1Michael Czigler2020-09-101-1/+1
|\ | | | | update arch install
| * update arch installmicwoj922020-09-101-1/+1
|/ | | | | There are more distros on which it can be installed this way The A in AUR means Arch
* change default irc channelmcpcpc2020-09-101-1/+1
|
* Update README.mdMichael Czigler2020-09-101-1/+0
|
* Update README.mdMichael Czigler2020-09-101-1/+1
|
* Squash commits pertaining to 0.0.8 releaseMichael Czigler2020-09-094-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.7Michael Czigler2020-09-072-53/+36
|\ | | | | 0.0.7
| * fix multiple bugs from last commitmcpcpc2020-09-071-6/+6
| |
| * bump version and shorten commandsMichael Czigler2020-09-072-52/+35
|/
* Update READMEMichael Czigler2020-09-031-2/+0
|
* Add objectives and AUR install instructionsMichael Czigler2020-09-031-7/+35
|
* Delete PKGBUILDMichael Czigler2020-09-031-32/+0
|
* Create PKGBUILDMichael Czigler2020-09-031-0/+32
|
* free cmd_str after write()mcpcpc2020-09-021-0/+1
|
* Merge pull request #7 from mcpcpc/0.0.6Michael Czigler2020-09-021-49/+46
|\ | | | | direct PRIVMSG to nick color handling and bump version
| * fix command parsed lengthsMichael Czigler2020-09-021-49/+46
|/ | | | | | | | | | | | bump version differentiate PRIVMSG sent user nick by color change direct PRIVMSG to nick color to cyan add descriptive pointer names in parser() function invert direct PRIVMSG to nick color
* Update READMEMichael Czigler2020-09-021-1/+1
|
* Add files via uploadMichael Czigler2020-09-011-0/+0
|
* Merge pull request #6 from mcpcpc/parser_strtok_onlyMichael Czigler2020-09-011-8/+7
|\ | | | | eliminate static char arrays in parser function
| * eliminate static char arrays in parser functionMichael Czigler2020-09-011-8/+7
|/ | | | | | change int len to size_t len Update kirc.c
* Create codeql-analysis.ymlMichael Czigler2020-08-311-0/+62
|