aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactoringmcpcpc2020-09-111-10/+10
* fix unguarded statementsMichael Czigler2020-09-111-2/+9
* refactoring, use switch case for parent/childMichael Czigler2020-09-111-71/+70
* improved error handlingMichael Czigler2020-09-111-9/+11
* refactoringmcpcpc2020-09-111-24/+25
* add "-h" to USAGEMichael Czigler2020-09-111-1/+1
* add "-h" argument for basic usage informationMichael Czigler2020-09-111-19/+22
* revert previous commitmcpcpc2020-09-111-7/+6
* add support for autochannel joinmcpcpc2020-09-101-33/+45
* free memory allocated by getaddrinfoEthan Sommer2020-09-101-0/+1
* fix missing line terminationmcpcpc2020-09-101-1/+1
* add 'x' argumentMichael Czigler2020-09-101-1/+4
* minor fix to last two commitsMichael Czigler2020-09-101-2/+2
* bump versionMichael Czigler2020-09-101-1/+1
* add [chan] indicator for indirect channel PMsMichael Czigler2020-09-101-2/+4
* change default irc channelmcpcpc2020-09-101-1/+1
* Squash commits pertaining to 0.0.8 releaseMichael Czigler2020-09-091-51/+48
* fix multiple bugs from last commitmcpcpc2020-09-071-6/+6
* bump version and shorten commandsMichael Czigler2020-09-071-45/+28
* free cmd_str after write()mcpcpc2020-09-021-0/+1
* fix command parsed lengthsMichael Czigler2020-09-021-49/+46
* eliminate static char arrays in parser functionMichael Czigler2020-09-011-8/+7
* bump version, increase msg buffer sizemcpcpc2020-08-311-2/+2
* update parser() function to zero arraysMichael Czigler2020-08-311-3/+2
* replace strcpy() function to prevent buffer overflowmcpcpc2020-08-281-7/+4
* bump version to 0.0.4Michael Czigler2020-08-261-1/+1
* cleanup formatmcpcpc2020-08-261-6/+4
* remove tab charsmcpcpc2020-08-261-4/+5
* simplified parser(), changed to ring bufferMichael Czigler2020-08-261-32/+32
* simplified parsing functionmcpcpc2020-08-241-56/+47
* fix -v behavior to return 0mcpcpc2020-08-221-3/+3
* bump versionmcpcpc2020-08-211-1/+1
* print formatted text (pre wordwrap) instead of raw to logMichael Czigler2020-08-211-5/+6
* add -o argument option for irc chat loggingmcpcpc2020-08-211-1/+13
* eliminated nested while loopsmcpcpc2020-08-201-26/+27
* more cleanupmcpcpc2020-08-201-22/+26
* add comments, cleanup readability of sourcemcpcpc2020-08-201-33/+41
* move user input event handler to separate functionmcpcpc2020-08-201-12/+16
* fix formattingmcpcpc2020-08-201-4/+5
* change sbuf from global to local variablemcpcpc2020-08-201-20/+20
* bump version from 0.0.1 to 0.0.2Michael Czigler2020-08-191-1/+1
* changed userin[1] to c1 variablemcpcpc2020-08-191-5/+5
* add new arguments -r and -umcpcpc2020-08-181-3/+9
* fix initial line single char indent issuemcpcpc2020-08-181-3/+3
* increase input buffer from to max 510 character lengthmcpcpc2020-08-181-4/+4
* added :Q commandmcpcpc2020-08-181-5/+5
* cleaned up command option switchmcpcpc2020-08-181-42/+19
* simplify printw() with greedy algorithmmcpcpc2020-08-171-22/+18
* ensure VERASE setting restored on exitmcpcpc2020-08-161-9/+9
* colored command outputmcpcpc2020-08-161-1/+4