aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* temporary fix for line wrap with esc sequencesMichael Czigler2020-09-231-1/+2
|
* fix first line wrap issueMichael Czigler2020-09-231-0/+2
|
* second fix for wordwrapMichael Czigler2020-09-231-10/+9
|
* Update kirc.cMichael Czigler2020-09-231-1/+1
|
* fix printw behavior, new gutl=20mcpcpc2020-09-231-5/+5
|
* remove for loop variable declarationmcpcpc2020-09-231-2/+2
|
* Update README.mdMichael Czigler2020-09-221-1/+1
|
* Update README.mdMichael Czigler2020-09-221-4/+4
|
* Update README.mdMichael Czigler2020-09-221-1/+1
|
* simplified commandsmcpcpc2020-09-222-47/+23
|
* Update README.mdMichael Czigler2020-09-221-5/+6
|
* add additional feature mentionsMichael Czigler2020-09-221-2/+3
|
* Update README.mdMichael Czigler2020-09-221-2/+2
|
* Merge pull request #31 from mcpcpc/sasl-supportMichael Czigler2020-09-222-3/+33
|\ | | | | Add SASL PLAIN support
| * remove extra spacesMichael Czigler2020-09-221-2/+0
| |
| * Update kirc.cMichael Czigler2020-09-221-1/+0
| |
| * Update README.mdMichael Czigler2020-09-221-0/+19
| |
| * add SASL supportMichael Czigler2020-09-221-3/+17
|/
* Merge pull request #30 from Humm42/masterMichael Czigler2020-09-221-7/+9
|\ | | | | make Makefile compliant
| * remove `-o` from CC command lineHumm2020-09-181-1/+1
| | | | | | | | With `-o` /and/ `-c`, the result is unspecified.
| * make Makefile compliantHumm2020-09-181-6/+8
| |
* | bumper version to 0.1.0mcpcpc2020-09-211-1/+1
| |
* | add keyboardhit() functionmcpcpc2020-09-211-1/+18
| |
* | get F_SETFL before setting nonblockingmcpcpc2020-09-201-8/+9
| |
* | Update README.mdMichael Czigler2020-09-201-1/+1
| |
* | Update README.mdMichael Czigler2020-09-201-1/+1
|/
* revert retest write commitmcpcpc2020-09-181-5/+4
|
* fix sscanf to accept a-z valuesmcpcpc2020-09-171-2/+2
|
* retest writemcpcpc2020-09-171-4/+5
|
* add error checking for malloc()mcpcpc2020-09-171-4/+9
|
* fix error handling for missing nickMichael Czigler2020-09-171-1/+1
|
* Merge pull request #27 from RMPR/masterMichael Czigler2020-09-171-1/+1
|\ | | | | Fix a typo in distro name
| * Fix a typo in distro nameRMPR2020-09-171-1/+1
|/
* add commandmcpcpc2020-09-172-3/+6
|
* colorize channel name in messagemcpcpc2020-09-171-1/+2
|
* readme updatemcpcpc2020-09-171-1/+1
|
* fix connection_initialize(), add voidmcpcpc2020-09-171-1/+1
|
* update READMEmcpcpc2020-09-171-4/+4
|
* add tls/ssl examplemcpcpc2020-09-161-1/+17
|
* add error check for fopen()mcpcpc2020-09-161-11/+9
|
* add '/h' commandmcpcpc2020-09-162-2/+15
|
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Merge pull request #20 from frafra/patch-1Michael Czigler2020-09-161-1/+1
|\ | | | | Minor typo
| * Minor typoFrancesco Frassinelli2020-09-161-1/+1
|/
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Update README.mdMichael Czigler2020-09-151-4/+4
|
* Update README.mdMichael Czigler2020-09-151-9/+4
|
* change 'verb' variable from size_t to intMichael Czigler2020-09-151-1/+1
|
* replace AF_INET with AF_UNSPECMichael Czigler2020-09-151-3/+3
|