Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add ioctl() error handling (#51) | Michael Czigler | 2020-10-02 | 1 | -5/+8 | |
| | | | Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com> | |||||
* | move ioctrl and cmax to minimize resources | Michael Czigler | 2020-10-02 | 1 | -2/+2 | |
| | ||||||
* | change -W to automatic wrap (#50) | Michael Czigler | 2020-10-02 | 3 | -26/+26 | |
| | | | | | * change -W to automatic wrap * address Codacy compliance | |||||
* | clarify Known Bugs section | Michael Czigler | 2020-10-02 | 1 | -2/+2 | |
| | ||||||
* | fix grammar | Michael Czigler | 2020-10-01 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-10-01 | 1 | -1/+1 | |
| | ||||||
* | add FAQ about POSIX and C99 | Michael Czigler | 2020-10-01 | 1 | -2/+3 | |
| | ||||||
* | add Known Bugs section | Michael Czigler | 2020-10-01 | 1 | -0/+4 | |
| | ||||||
* | add missing -a argument from usage section | Michael Czigler | 2020-10-01 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-30 | 1 | -23/+23 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-30 | 1 | -1/+1 | |
| | ||||||
* | changes based on Codacy recommendations | Michael Czigler | 2020-09-30 | 1 | -20/+16 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-30 | 1 | -0/+4 | |
| | ||||||
* | README improvements (#47) | Michael Czigler | 2020-09-30 | 2 | -45/+73 | |
| | | | | | | | | | | | | | | | | | | | | | * Update for SEO * Update README.md * add ANSI example * Update README.md * Update README.md * Update README.md * Update README.md * Add files via upload * add new screenshot image (cropped) * add more usage information | |||||
* | Update kirc.1 | Michael Czigler | 2020-09-29 | 1 | -2/+2 | |
| | ||||||
* | fix -x option | Michael Czigler | 2020-09-29 | 1 | -3/+3 | |
| | ||||||
* | Add missing -x argument option | Michael Czigler | 2020-09-29 | 1 | -0/+3 | |
| | ||||||
* | add manpage (#46) | Michael Czigler | 2020-09-29 | 3 | -16/+101 | |
| | | | | | | | | | | | | | * Create kirc.1 * add VERSION and man page * change kirc version to definition in Makefile * fix separator char (TAB) * remove double parenthesis in puts() command * change VERSION to be controlled by kirc.c | |||||
* | indent code block | Michael Czigler | 2020-09-29 | 1 | -9/+9 | |
| | ||||||
* | Merge pull request #44 from mcpcpc/tor | Michael Czigler | 2020-09-29 | 1 | -4/+16 | |
|\ | | | | | add SASL EXTERNAL example | |||||
| * | add SASL EXTERNAL example | Michael Czigler | 2020-09-29 | 1 | -4/+16 | |
|/ | ||||||
* | Update README.md | Michael Czigler | 2020-09-28 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-28 | 1 | -1/+1 | |
| | ||||||
* | add SASL EXTERNAL usage information | Michael Czigler | 2020-09-28 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #42 from mcpcpc/saslexternal | Michael Czigler | 2020-09-28 | 1 | -31/+31 | |
|\ | | | | | Support SASL EXTERNAL | |||||
| * | add SASL EXTERNAL support | Michael Czigler | 2020-09-28 | 1 | -12/+9 | |
| | | ||||||
| * | Add usage() function | Michael Czigler | 2020-09-28 | 1 | -21/+24 | |
|/ | ||||||
* | Merge pull request #40 from mcpcpc/highlighting | Michael Czigler | 2020-09-27 | 1 | -1/+4 | |
|\ | | | | | add additional highlighting | |||||
| * | add highlight for channel parting | Michael Czigler | 2020-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | Update kirc.c | Michael Czigler | 2020-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | add nick change highlighting | Michael Czigler | 2020-09-27 | 1 | -0/+3 | |
| | | ||||||
* | | Update README.md | Michael Czigler | 2020-09-27 | 1 | -21/+21 | |
| | | ||||||
* | | add SEO information. | Michael Czigler | 2020-09-27 | 1 | -0/+6 | |
|/ | ||||||
* | Update FUNDING.yml | Michael Czigler | 2020-09-25 | 1 | -1/+1 | |
| | ||||||
* | Update FUNDING.yml | Michael Czigler | 2020-09-25 | 1 | -1/+1 | |
| | ||||||
* | Update FUNDING.yml | Michael Czigler | 2020-09-25 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #36 from mcpcpc/fgets | Michael Czigler | 2020-09-25 | 1 | -1/+4 | |
|\ | | | | | add check for fgets value | |||||
| * | add check for fgets value | mcpcpc | 2020-09-25 | 1 | -1/+4 | |
|/ | ||||||
* | Merge pull request #34 from mcpcpc/add_privmsg_alias | Michael Czigler | 2020-09-25 | 2 | -8/+8 | |
|\ | | | | | remove leader command character for PRIVMSGs | |||||
| * | Update README.md | Michael Czigler | 2020-09-25 | 1 | -5/+5 | |
| | | ||||||
| * | remove leader command character for PRIVMSGs | Michael Czigler | 2020-09-25 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #33 from mcpcpc/add_privmsg_alias | Michael Czigler | 2020-09-25 | 2 | -14/+16 | |
|\| | | | | | Add alias PRIVMSG aliased command | |||||
| * | Update README.md | Michael Czigler | 2020-09-25 | 1 | -4/+5 | |
| | | ||||||
| * | Add alias PRIVMSG aliased command | Michael Czigler | 2020-09-25 | 1 | -10/+11 | |
|/ | ||||||
* | squash commits to address README and defaults | Michael Czigler | 2020-09-24 | 4 | -74/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README.md update logo Update README.md add multi-channel join argument option simplify printw() return after channel join 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 Delete googled3f6f6cc852fad22.html 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 Update README.md Update README.md increase chan variable size Delete test remove fixed chan buffer size | |||||
* | bump version to 0.1.1 | Michael Czigler | 2020-09-23 | 1 | -1/+1 | |
| | ||||||
* | temporary fix for line wrap with esc sequences | Michael Czigler | 2020-09-23 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
| |