aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #7 from mcpcpc/0.0.6Michael Czigler2020-09-021-49/+46
|\ | | | | direct PRIVMSG to nick color handling and bump version
| * fix command parsed lengthsMichael Czigler2020-09-021-49/+46
|/ | | | | | | | | | | | bump version differentiate PRIVMSG sent user nick by color change direct PRIVMSG to nick color to cyan add descriptive pointer names in parser() function invert direct PRIVMSG to nick color
* 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 function
| * eliminate static char arrays in parser functionMichael Czigler2020-09-011-8/+7
|/ | | | | | change int len to size_t len Update kirc.c
* 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(), simplified IRC stream buffer
| * simplified parser(), changed to ring bufferMichael Czigler2020-08-261-32/+32
|/ | | | | | | | | | | | fix ring buffer, attempt 1 fix ring buffer, attempt 2 change variable names mostly working implementation of fifo buffer working fifo buffer
* 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 new parser2 function for testing removing unusable parser2 function remove test log file
* 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
|
* Create SECURITY.mdMichael Czigler2020-08-201-0/+21
|
* Create bug_report.mdMichael Czigler2020-08-191-0/+38
|
* Create feature_request.mdMichael Czigler2020-08-191-0/+20
|
* Create CONTRIBUTINGMichael Czigler2020-08-191-0/+21
|
* Create FUNDING.ymlMichael Czigler2020-08-191-0/+12
|
* 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-182-9/+13
|
* increase input buffer from to max 510 character lengthmcpcpc2020-08-181-4/+4
|
* added :Q commandmcpcpc2020-08-182-8/+9
|
* 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-162-4/+13
|
* squash commits related to commands and stabiltymcpcpc2020-08-142-50/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | Update README add default command condition improved color scheme fix total column widtg remove leave/join channel since it does work for quit condition fix for WAIT_SIG being missread added command add additional commands :n, :j, and :l change bad cmd message Update README Update README Update README
* possible fix for garbage printing with ':m'mcpcpc2020-08-112-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | README: fix usage for password 2nd attempt to fix garbage printing fix typo 2nd fix cleanup guard against accidental WAIT_SIG read move WAIT_SIG check after garbage cleanup experiment with disabling echo update update update enable backspace in stdin from virtual terminal update
* fixed child process u[BUFF] to u[CMAX]mcpcpc2020-08-091-1/+1
|
* remove cmd variablemcpcpc2020-08-091-3/+1
|
* add password argumentmcpcpc2020-08-082-8/+28
|
* cleanup formattingmcpcpc2020-08-071-65/+44
|