aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Create CNAMEMichael Czigler2020-10-161-0/+2
|
* Update READMEMichael Czigler2020-10-161-72/+2
|
* Delete favicon.icoMichael Czigler2020-10-161-0/+0
|
* Delete default.htmlMichael Czigler2020-10-161-65/+0
|
* Add files via uploadMichael Czigler2020-10-161-0/+0
|
* Create default.htmlMichael Czigler2020-10-161-0/+65
|
* add braces around input promptMichael Czigler2020-10-151-1/+1
|
* FAQ moved to websiteMichael Czigler2020-10-151-5/+0
|
* 0.1.6 (#63)Michael Czigler2020-10-153-118/+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
* Update READMEMichael Czigler2020-10-121-2/+2
|
* 0.1.5 (#60)Michael Czigler2020-10-121-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
* remove byteswaiting variablemcpcpc2020-10-101-4/+1
|
* Fix Out-of-bound read (#57)Michael Czigler2020-10-091-2/+4
| | | | | * add check for out-of-bound read * remove unused count variable
* Update READMEMichael Czigler2020-10-081-1/+1
|
* add seo keywordMichael Czigler2020-10-081-1/+1
|
* seo activities (#55)Michael Czigler2020-10-083-1/+2
| | | | | | | | | * Update and rename README.md to README * Add files via upload * Delete example4.png * Update README
* remove extra external linksMichael Czigler2020-10-071-7/+7
|
* 0.1.4 (#54)Michael Czigler2020-10-074-90/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* minor style and formatting fixes (#52)Michael Czigler2020-10-031-13/+14
|
* add ioctl() error handling (#51)Michael Czigler2020-10-021-5/+8
| | | Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com>
* move ioctrl and cmax to minimize resourcesMichael Czigler2020-10-021-2/+2
|
* change -W to automatic wrap (#50)Michael Czigler2020-10-023-26/+26
| | | | | * change -W to automatic wrap * address Codacy compliance
* clarify Known Bugs sectionMichael Czigler2020-10-021-2/+2
|
* fix grammarMichael Czigler2020-10-011-1/+1
|
* Update README.mdMichael Czigler2020-10-011-1/+1
|
* add FAQ about POSIX and C99Michael Czigler2020-10-011-2/+3
|
* add Known Bugs sectionMichael Czigler2020-10-011-0/+4
|
* add missing -a argument from usage sectionMichael Czigler2020-10-011-1/+1
|
* Update README.mdMichael Czigler2020-09-301-23/+23
|
* Update README.mdMichael Czigler2020-09-301-1/+1
|
* changes based on Codacy recommendationsMichael Czigler2020-09-301-20/+16
|
* Update README.mdMichael Czigler2020-09-301-0/+4
|
* README improvements (#47)Michael Czigler2020-09-302-45/+73
| | | | | | | | | | | | | | | | | | | | | * Update for SEO * Update README.md * add ANSI example * Update README.md * Update README.md * Update README.md * Update README.md * Add files via upload * add new screenshot image (cropped) * add more usage information
* Update kirc.1Michael Czigler2020-09-291-2/+2
|
* fix -x optionMichael Czigler2020-09-291-3/+3
|
* Add missing -x argument optionMichael Czigler2020-09-291-0/+3
|
* add manpage (#46)Michael Czigler2020-09-293-16/+101
| | | | | | | | | | | | | * 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
* indent code blockMichael Czigler2020-09-291-9/+9
|
* Merge pull request #44 from mcpcpc/torMichael Czigler2020-09-291-4/+16
|\ | | | | add SASL EXTERNAL example
| * add SASL EXTERNAL exampleMichael Czigler2020-09-291-4/+16
|/
* Update README.mdMichael Czigler2020-09-281-1/+1
|
* Update README.mdMichael Czigler2020-09-281-1/+1
|
* add SASL EXTERNAL usage informationMichael Czigler2020-09-281-3/+3
|
* Merge pull request #42 from mcpcpc/saslexternalMichael Czigler2020-09-281-31/+31
|\ | | | | Support SASL EXTERNAL
| * add SASL EXTERNAL supportMichael Czigler2020-09-281-12/+9
| |
| * Add usage() functionMichael Czigler2020-09-281-21/+24
|/
* Merge pull request #40 from mcpcpc/highlightingMichael Czigler2020-09-271-1/+4
|\ | | | | add additional highlighting
| * add highlight for channel partingMichael Czigler2020-09-271-1/+1
| |
| * Update kirc.cMichael Czigler2020-09-271-1/+1
| |
| * add nick change highlightingMichael Czigler2020-09-271-0/+3
| |