Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2 days | flag to filter joins and more msg | joe | 1 | -2/+3 | |
2 days | time format | joe | 1 | -1/+3 | |
2024-10-08 | remove some magic numbers, clean up DCC ipv4/ipv6 global variable mess and ↵ | stefan11111 | 1 | -2/+2 | |
use a union to save memory. (#139) Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com> | |||||
2024-05-24 | some code improvements and a new feature (#137) | stefan11111 | 1 | -2/+3 | |
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com> | |||||
2024-01-14 | Merge changes I made in the last year (#136) | stefan11111 | 1 | -9/+6 | |
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com> | |||||
2023-01-04 | released at 0.3.2 (#130) | Michael Czigler | 1 | -4/+2 | |
Co-authored-by: Michael Czigler <contact@mcpcpc.com> | |||||
2021-03-19 | released at 0.2.5 | Michael Czigler | 1 | -19/+15 | |
2020-09-29 | add manpage (#46) | Michael Czigler | 1 | -0/+6 | |
* 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 | |||||
2020-09-18 | remove `-o` from CC command line | Humm | 1 | -1/+1 | |
With `-o` /and/ `-c`, the result is unspecified. | |||||
2020-09-18 | make Makefile compliant | Humm | 1 | -6/+8 | |
2020-09-12 | Don't link to Xlib | Väinö Mäkelä | 1 | -1/+1 | |
Xlib isn't used and shouldn't be a dependency | |||||
2020-09-10 | Makefile: split compile and link steps | Ethan Sommer | 1 | -2/+5 | |