aboutsummaryrefslogtreecommitdiffstats
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.3Michael Czigler2020-12-181-4/+0
|
* CTRL+A and CTRL+E are swapped in the README (#89)owen bell2020-10-301-2/+2
|
* 0.1.9 (#79)Michael Czigler2020-10-281-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleanup * cleanup * add commands to readme * add CTRL+H * handUserInput: change else-if to switch * add ? back into to optarg * add comments * add CTCP ACTION * CTCP: add VERSION, CLIENTINFO, and PING support * CTCP: add TIME * version: bump to 0.1.9 * remove -w argument * change: static to dynamic nick width * man page: remove -w argument * change: : NIC_MIN to NIC_MAX * version: add copyright info * main: remove return(0) after -v * handleUserInput: remove last printf * remove media from master branch * README: add CTCP to features * README: add TLS definition * fix: CTCP TIME command * rawParser: fix for channel name not printing * rawParser: refactor * handleUserInput: add CTCP ACTION alias * handleUserInput: fix spacing * messageWrap: change strlen to strnlen * raw: replace strlen with strnlen * paramPrintPriv: new ACTION message color * fix ACTION message indicator * README: add CPCT ACTION command Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com>
* 0.1.7 (#68)Michael Czigler2020-10-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump version * remove loop from edit() * remove redundant variables * remove while loop * refactor * move cursor to col 0 before server message * cleanup * add back chan_default prefix * remove puts and add \r * add asynchronous feature set * replace \x1b[0F with \r * remove extra character F * fix ctrl+c * remove log * cleanup ctrl+c exit * Update kirc.c * remove sys/socket.h library * move duplicate code block to function * move stateSet() function * Add ctrl+c key binding * fix verbose flag * cleanup * rename default channel variable * add channel variable check * set cdef default value of "?" * new cdef default assignment * fix channel not printing with -c arg
* Update READMEMichael Czigler2020-10-161-72/+2
|
* FAQ moved to websiteMichael Czigler2020-10-151-5/+0
|
* 0.1.6 (#63)Michael Czigler2020-10-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Update READMEMichael Czigler2020-10-121-2/+2
|
* Update READMEMichael Czigler2020-10-081-1/+1
|
* add seo keywordMichael Czigler2020-10-081-1/+1
|
* seo activities (#55)Michael Czigler2020-10-081-0/+172
| | | | | | | | | * Update and rename README.md to README * Add files via upload * Delete example4.png * Update README
* Squash commits pertaining to 0.0.8 releaseMichael Czigler2020-09-091-100/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README cleanup cleanup fix int typecast in printw() fix int typecast for JOIN/QUIT add 'x' command to send direct messages to server Update README Update kirc.c remove annoying initial space char revert last commit to remove initial space revert last commit undo accidental commit apply fix for initial space char add NAMES command revamped README for readability in GitHub Rename README to 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 Update README.md Add files via upload Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md 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 Add files via upload Update README.md Add files via upload Delete example_cropped.png Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Delete kirc.png Add files via upload Update README.md Add files via upload Delete example_cropped.JPG Update README.md Update README.md Update README.md Update README.md Update README.md
* bump version and shorten commandsMichael Czigler2020-09-071-7/+7
|
* Update READMEMichael Czigler2020-09-031-2/+0
|
* Add objectives and AUR install instructionsMichael Czigler2020-09-031-7/+35
|
* Update READMEMichael Czigler2020-09-021-1/+1
|
* Update READMEMichael Czigler2020-08-261-17/+0
|
* add -o argument option for irc chat loggingmcpcpc2020-08-211-2/+3
|
* fix initial line single char indent issuemcpcpc2020-08-181-6/+10
|
* added :Q commandmcpcpc2020-08-181-3/+4
|
* colored command outputmcpcpc2020-08-161-3/+9
|
* squash commits related to commands and stabiltymcpcpc2020-08-141-13/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* add password argumentmcpcpc2020-08-081-1/+12
|
* new at 0.0.1mcpcpc2020-08-061-0/+44