aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19released at 0.2.5Michael Czigler1-686/+813
2021-03-04released at 0.2.4Michael Czigler1-39/+3
2021-02-18Update docs (#100)Kian Kasad1-1/+1
2021-02-10fix printing of join/part messages when cdef is a substring of the actual cha...Kian Kasad1-2/+2
2020-12-180.2.3Michael Czigler1-28/+16
2020-11-220.2.2 (#94)Michael Czigler1-3/+5
2020-11-210.2.1 (#90)Michael Czigler1-154/+160
2020-11-20show the params when printing unknown commands (#91)owen bell1-0/+4
2020-10-30freenode.net instead of .org (#88)owen bell1-1/+1
2020-10-300.2.0 (#86)Michael Czigler1-122/+139
2020-10-280.1.9 (#79)Michael Czigler1-119/+193
2020-10-22bump version to 0.1.8 (#77)Michael Czigler1-1/+1
2020-10-20fix bug with server message printing (#71)Michael Czigler1-16/+10
2020-10-200.1.7 (#68)Michael Czigler1-111/+115
2020-10-17Check channel for NULL condition (#65)Michael Czigler1-2/+2
2020-10-15add braces around input promptMichael Czigler1-1/+1
2020-10-150.1.6 (#63)Michael Czigler1-114/+144
2020-10-120.1.5 (#60)Michael Czigler1-26/+38
2020-10-10remove byteswaiting variablemcpcpc1-4/+1
2020-10-09Fix Out-of-bound read (#57)Michael Czigler1-2/+4
2020-10-070.1.4 (#54)Michael Czigler1-76/+368
2020-10-03minor style and formatting fixes (#52)Michael Czigler1-13/+14
2020-10-02add ioctl() error handling (#51)Michael Czigler1-5/+8
2020-10-02move ioctrl and cmax to minimize resourcesMichael Czigler1-2/+2
2020-10-02change -W to automatic wrap (#50)Michael Czigler1-21/+24
2020-09-29add manpage (#46)Michael Czigler1-16/+18
2020-09-28add SASL EXTERNAL supportMichael Czigler1-12/+9
2020-09-28Add usage() functionMichael Czigler1-21/+24
2020-09-27add highlight for channel partingMichael Czigler1-1/+1
2020-09-27Update kirc.cMichael Czigler1-1/+1
2020-09-27add nick change highlightingMichael Czigler1-0/+3
2020-09-25add check for fgets valuemcpcpc1-1/+4
2020-09-25remove leader command character for PRIVMSGsMichael Czigler1-3/+3
2020-09-25Add alias PRIVMSG aliased commandMichael Czigler1-10/+11
2020-09-24squash commits to address README and defaultsMichael Czigler1-44/+41
2020-09-23bump version to 0.1.1Michael Czigler1-1/+1
2020-09-23temporary fix for line wrap with esc sequencesMichael Czigler1-1/+2
2020-09-23fix first line wrap issueMichael Czigler1-0/+2
2020-09-23second fix for wordwrapMichael Czigler1-10/+9
2020-09-23Update kirc.cMichael Czigler1-1/+1
2020-09-23fix printw behavior, new gutl=20mcpcpc1-5/+5
2020-09-23remove for loop variable declarationmcpcpc1-2/+2
2020-09-22simplified commandsmcpcpc1-36/+19
2020-09-22Update kirc.cMichael Czigler1-1/+0
2020-09-22add SASL supportMichael Czigler1-3/+17
2020-09-21bumper version to 0.1.0mcpcpc1-1/+1
2020-09-21add keyboardhit() functionmcpcpc1-1/+18
2020-09-20get F_SETFL before setting nonblockingmcpcpc1-8/+9
2020-09-18revert retest write commitmcpcpc1-5/+4
2020-09-17fix sscanf to accept a-z valuesmcpcpc1-2/+2