aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 0.1.6 (#63)Michael Czigler2020-10-151-114/+144
* 0.1.5 (#60)Michael Czigler2020-10-121-26/+38
* remove byteswaiting variablemcpcpc2020-10-101-4/+1
* Fix Out-of-bound read (#57)Michael Czigler2020-10-091-2/+4
* 0.1.4 (#54)Michael Czigler2020-10-071-76/+368
* minor style and formatting fixes (#52)Michael Czigler2020-10-031-13/+14
* add ioctl() error handling (#51)Michael Czigler2020-10-021-5/+8
* move ioctrl and cmax to minimize resourcesMichael Czigler2020-10-021-2/+2
* change -W to automatic wrap (#50)Michael Czigler2020-10-021-21/+24
* add manpage (#46)Michael Czigler2020-09-291-16/+18
* add SASL EXTERNAL supportMichael Czigler2020-09-281-12/+9
* Add usage() functionMichael Czigler2020-09-281-21/+24
* add highlight for channel partingMichael Czigler2020-09-271-1/+1
* Update kirc.cMichael Czigler2020-09-271-1/+1
* add nick change highlightingMichael Czigler2020-09-271-0/+3
* add check for fgets valuemcpcpc2020-09-251-1/+4
* remove leader command character for PRIVMSGsMichael Czigler2020-09-251-3/+3
* Add alias PRIVMSG aliased commandMichael Czigler2020-09-251-10/+11
* squash commits to address README and defaultsMichael Czigler2020-09-241-44/+41
* bump version to 0.1.1Michael Czigler2020-09-231-1/+1
* 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
* simplified commandsmcpcpc2020-09-221-36/+19
* Update kirc.cMichael Czigler2020-09-221-1/+0
* add SASL supportMichael Czigler2020-09-221-3/+17
* 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
* 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
* add commandmcpcpc2020-09-171-3/+5
* colorize channel name in messagemcpcpc2020-09-171-1/+2
* fix connection_initialize(), add voidmcpcpc2020-09-171-1/+1
* add error check for fopen()mcpcpc2020-09-161-11/+9
* add '/h' commandmcpcpc2020-09-161-2/+14
* Minor typoFrancesco Frassinelli2020-09-161-1/+1
* change 'verb' variable from size_t to intMichael Czigler2020-09-151-1/+1
* replace AF_INET with AF_UNSPECMichael Czigler2020-09-151-3/+3
* Add error handling to irc_initVäinö Mäkelä2020-09-151-5/+32
* bump versionmcpcpc2020-09-141-1/+1
* fix logged outputmcpcpc2020-09-141-2/+2
* add guard around 'if' statementmcpcpc2020-09-121-3/+2
* use return macrosmcpcpc2020-09-121-17/+17