Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update README.md | Michael Czigler | 2020-09-15 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| |