aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: split compile and link stepsEthan Sommer2020-09-101-2/+5
* fix missing line terminationmcpcpc2020-09-101-1/+1
* Update README.mdMichael Czigler2020-09-101-1/+2
* 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
* Merge pull request #13 from micwoj92/patch-1Michael Czigler2020-09-101-1/+1
|\
| * update arch installmicwoj922020-09-101-1/+1
|/
* change default irc channelmcpcpc2020-09-101-1/+1
* Update README.mdMichael Czigler2020-09-101-1/+0
* Update README.mdMichael Czigler2020-09-101-1/+1
* Squash commits pertaining to 0.0.8 releaseMichael Czigler2020-09-094-151/+137
* Merge pull request #11 from mcpcpc/0.0.7Michael Czigler2020-09-072-53/+36
|\
| * fix multiple bugs from last commitmcpcpc2020-09-071-6/+6
| * bump version and shorten commandsMichael Czigler2020-09-072-52/+35
|/
* Update READMEMichael Czigler2020-09-031-2/+0
* Add objectives and AUR install instructionsMichael Czigler2020-09-031-7/+35
* Delete PKGBUILDMichael Czigler2020-09-031-32/+0
* Create PKGBUILDMichael Czigler2020-09-031-0/+32
* free cmd_str after write()mcpcpc2020-09-021-0/+1
* Merge pull request #7 from mcpcpc/0.0.6Michael Czigler2020-09-021-49/+46
|\
| * fix command parsed lengthsMichael Czigler2020-09-021-49/+46
|/
* Update READMEMichael Czigler2020-09-021-1/+1
* Add files via uploadMichael Czigler2020-09-011-0/+0
* Merge pull request #6 from mcpcpc/parser_strtok_onlyMichael Czigler2020-09-011-8/+7
|\
| * eliminate static char arrays in parser functionMichael Czigler2020-09-011-8/+7
|/
* Create codeql-analysis.ymlMichael Czigler2020-08-311-0/+62
* 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
* Update READMEMichael Czigler2020-08-261-17/+0
* cleanup formatmcpcpc2020-08-261-6/+4
* remove tab charsmcpcpc2020-08-261-4/+5
* Merge pull request #3 from mcpcpc/ringbufferMichael Czigler2020-08-261-32/+32
|\
| * 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-212-5/+7
* add -o argument option for irc chat loggingmcpcpc2020-08-212-3/+16
* 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
* Create CODE_OF_CONDUCTMichael Czigler2020-08-201-0/+73
* Delete SECURITY.mdMichael Czigler2020-08-201-21/+0