Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-22 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-22 | 1 | -4/+4 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-22 | 1 | -1/+1 | |
| | ||||||
* | simplified commands | mcpcpc | 2020-09-22 | 2 | -47/+23 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-22 | 1 | -5/+6 | |
| | ||||||
* | add additional feature mentions | Michael Czigler | 2020-09-22 | 1 | -2/+3 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-22 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #31 from mcpcpc/sasl-support | Michael Czigler | 2020-09-22 | 2 | -3/+33 | |
|\ | | | | | Add SASL PLAIN support | |||||
| * | remove extra spaces | Michael Czigler | 2020-09-22 | 1 | -2/+0 | |
| | | ||||||
| * | Update kirc.c | Michael Czigler | 2020-09-22 | 1 | -1/+0 | |
| | | ||||||
| * | Update README.md | Michael Czigler | 2020-09-22 | 1 | -0/+19 | |
| | | ||||||
| * | add SASL support | Michael Czigler | 2020-09-22 | 1 | -3/+17 | |
|/ | ||||||
* | Merge pull request #30 from Humm42/master | Michael Czigler | 2020-09-22 | 1 | -7/+9 | |
|\ | | | | | make Makefile compliant | |||||
| * | remove `-o` from CC command line | Humm | 2020-09-18 | 1 | -1/+1 | |
| | | | | | | | | With `-o` /and/ `-c`, the result is unspecified. | |||||
| * | make Makefile compliant | Humm | 2020-09-18 | 1 | -6/+8 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Update README.md | Michael Czigler | 2020-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Update README.md | Michael Czigler | 2020-09-20 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Merge pull request #27 from RMPR/master | Michael Czigler | 2020-09-17 | 1 | -1/+1 | |
|\ | | | | | Fix a typo in distro name | |||||
| * | Fix a typo in distro name | RMPR | 2020-09-17 | 1 | -1/+1 | |
|/ | ||||||
* | add command | mcpcpc | 2020-09-17 | 2 | -3/+6 | |
| | ||||||
* | colorize channel name in message | mcpcpc | 2020-09-17 | 1 | -1/+2 | |
| | ||||||
* | readme update | mcpcpc | 2020-09-17 | 1 | -1/+1 | |
| | ||||||
* | fix connection_initialize(), add void | mcpcpc | 2020-09-17 | 1 | -1/+1 | |
| | ||||||
* | update README | mcpcpc | 2020-09-17 | 1 | -4/+4 | |
| | ||||||
* | add tls/ssl example | mcpcpc | 2020-09-16 | 1 | -1/+17 | |
| | ||||||
* | add error check for fopen() | mcpcpc | 2020-09-16 | 1 | -11/+9 | |
| | ||||||
* | add '/h' command | mcpcpc | 2020-09-16 | 2 | -2/+15 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-16 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #20 from frafra/patch-1 | Michael Czigler | 2020-09-16 | 1 | -1/+1 | |
|\ | | | | | Minor typo | |||||
| * | Minor typo | Francesco Frassinelli | 2020-09-16 | 1 | -1/+1 | |
|/ | ||||||
* | Update README.md | Michael Czigler | 2020-09-16 | 1 | -1/+1 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-16 | 1 | -1/+1 | |
| |