aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-24some code improvements and a new feature (#137)stefan111111-0/+3
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
2024-01-14Merge changes I made in the last year (#136)stefan111111-1/+4
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
2023-01-04released at 0.3.2 (#130)Michael Czigler1-1/+2
Co-authored-by: Michael Czigler <contact@mcpcpc.com>
2022-02-17released at 0.3.1Michael Czigler1-4/+5
2022-01-20released at 0.3.0Michael Czigler1-1/+8
2021-05-20replaced freenode with libera.chat (#113)Panagiotis Vasilopoulos1-1/+1
2021-02-18Update docs (#100)Kian Kasad1-3/+20
* add CTCP ACTION information to man page * add documentation for <message> parameter to commands which support it * fix incorrect flag character for real name option * add verbosity option (-V) to man page * separate flag options in usage information Usually the format '[option1|option2]' means EITHER 'option1' OR 'option2' may be specified, but not both. Since the options '-v', '-V', and '-e' can all be given (and are all optional), the proper format is '[-v] [-V] [-e]'.
2020-10-30freenode.net instead of .org (#88)owen bell1-1/+1
2020-10-280.1.9 (#79)Michael Czigler1-3/+0
* 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>
2020-10-22man page: remove forward slash (#75)Michael Czigler1-1/+1
2020-10-150.1.6 (#63)Michael Czigler1-3/+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
2020-10-02change -W to automatic wrap (#50)Michael Czigler1-3/+0
* change -W to automatic wrap * address Codacy compliance
2020-09-29Update kirc.1Michael Czigler1-2/+2
2020-09-29fix -x optionMichael Czigler1-3/+3
2020-09-29Add missing -x argument optionMichael Czigler1-0/+3
2020-09-29add manpage (#46)Michael Czigler1-0/+77
* 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