aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-17Check channel for NULL condition (#65)Michael Czigler1-2/+2
* check channel for NULL condition * fix typo
2020-10-15add braces around input promptMichael Czigler1-1/+1
2020-10-150.1.6 (#63)Michael Czigler1-114/+144
* add in comments and prompt char * bump version * remove fd arguments in edit() * change promptc to chan_default * add user input channel indicator * remove /? command * change 200 to CHA_MAX * remove comments * allow escape codes in prompt * add braces around prompt channel * remove /? from docs
2020-10-120.1.5 (#60)Michael Czigler1-26/+38
* raw mode only server messages * bump version * remove unnecessary escape codes * join/part new line fix * remove redundant returns * add channel indicator for JOIN/PART
2020-10-10remove byteswaiting variablemcpcpc1-4/+1
2020-10-09Fix Out-of-bound read (#57)Michael Czigler1-2/+4
* add check for out-of-bound read * remove unused count variable
2020-10-070.1.4 (#54)Michael Czigler1-76/+368
* cleanup style * remove keyboard_hit() function * integrate kline input hander * add new input indicators * only use edit function * improve function names * fix input printing * fix new line behavior after user input * fix /? command * remove Known Bugs, add commands * add arrow key information * remove left and right brackets around commands * add missing language fence * fix typo * remove duplicate ioctl instance * Update README.md * Update README.md * fix direct message color * Delete example2.png * Delete example.png * remove extra line * fix line printing * more cleanup and better colors * refactor Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com>
2020-10-03minor style and formatting fixes (#52)Michael Czigler1-13/+14
2020-10-02add ioctl() error handling (#51)Michael Czigler1-5/+8
Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com>
2020-10-02move ioctrl and cmax to minimize resourcesMichael Czigler1-2/+2
2020-10-02change -W to automatic wrap (#50)Michael Czigler1-21/+24
* change -W to automatic wrap * address Codacy compliance
2020-09-29add manpage (#46)Michael Czigler1-16/+18
* Create kirc.1 * add VERSION and man page * change kirc version to definition in Makefile * fix separator char (TAB) * remove double parenthesis in puts() command * change VERSION to be controlled by kirc.c
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
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
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
2020-09-17retest writemcpcpc1-4/+5
2020-09-17add error checking for malloc()mcpcpc1-4/+9
2020-09-17fix error handling for missing nickMichael Czigler1-1/+1
2020-09-17add commandmcpcpc1-3/+5
2020-09-17colorize channel name in messagemcpcpc1-1/+2
2020-09-17fix connection_initialize(), add voidmcpcpc1-1/+1
2020-09-16add error check for fopen()mcpcpc1-11/+9
2020-09-16add '/h' commandmcpcpc1-2/+14
2020-09-16Minor typoFrancesco Frassinelli1-1/+1
2020-09-15change 'verb' variable from size_t to intMichael Czigler1-1/+1
2020-09-15replace AF_INET with AF_UNSPECMichael Czigler1-3/+3
2020-09-15Add error handling to irc_initVäinö Mäkelä1-5/+32
2020-09-14bump versionmcpcpc1-1/+1
2020-09-14fix logged outputmcpcpc1-2/+2