Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-21 | Revert "Set default user and password" | Ferass 'Vitali64' EL HAFIDI | 1 | -1/+1 | |
This reverts commit abb4e4720d9641e80b533c2a59b43fad01e6ae75. | |||||
2022-04-21 | Set default user and password | Ferass 'Vitali64' EL HAFIDI | 1 | -1/+1 | |
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | |||||
2022-04-21 | Extend the README a bit | Andrew Yu | 1 | -4/+12 | |
2022-04-21 | IDChat! | Ferass 'Vitali64' EL HAFIDI | 3 | -117/+139 | |
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | |||||
2022-01-07 | bump version to 1.9 | Hiltjo Posthuma | 1 | -1/+1 | |
2021-12-25 | Reduce effective buffer size per channel input. | Christoph Lohmann | 1 | -1/+8 | |
This will curb the easy way to trigger a too long line sent to the server and prevent this error and connection drop. | |||||
2021-12-25 | Increase ping timeout for bad connections. | Christoph Lohmann | 1 | -1/+1 | |
2020-07-05 | ewritestr: Remove duplicate shift of offset | Hiltjo Posthuma | 1 | -1/+0 | |
Patch by mizmar@protonmail.com, thanks. | |||||
2020-01-17 | remove useless c->next = NULL | David Demelier | 1 | -1/+1 | |
2019-12-16 | minor style fix for ARGEND | Hiltjo Posthuma | 1 | -1/+1 | |
see: https://9fans.github.io/plan9port/man/man3/arg.html | |||||
2019-12-16 | fix undefined behaviour of use of isalpha, isdigit and tolower | Hiltjo Posthuma | 1 | -3/+3 | |
"The argument c must be EOF or representable as an unsigned char; otherwise, the result is undefined." | |||||
2019-05-26 | Fix traversal of addrinfo list | Michael Forney | 1 | -2/+2 | |
Although the loop is executed once for every result, in each iteration it connects to the first result. | |||||
2019-02-12 | fix typo in NOTICE messages | Hiltjo Posthuma | 1 | -1/+1 | |
2018-07-23 | check input length before reading | Hiltjo Posthuma | 1 | -2/+8 | |
thanks halbeno and quinq for the patches and feedback. | |||||
2018-06-02 | Add a config option to link against system or shipped strlcpy | Quentin Rameau | 3 | -5/+9 | |
2018-06-02 | Refactor Makefile | Quentin Rameau | 2 | -46/+31 | |
Declare it as POSIX-compliant Use $() instead of ${} Separate stock CFLAGS from user CFLAGS | |||||
2018-05-22 | fix typo in comment | Hiltjo Posthuma | 1 | -1/+1 | |
pointed out by halbeno | |||||
2018-05-10 | Remove .hgtags | David Demelier | 1 | -10/+0 | |
2018-02-04 | bump version to 1.8 | Hiltjo Posthuma | 3 | -3/+3 | |
2017-12-03 | Makefile: add a dependency on arg.h | Quentin Rameau | 1 | -0/+2 | |
2017-12-03 | Fix arg.h | Quentin Rameau | 1 | -6/+6 | |
2017-11-18 | don't modify argv, use a counter | Hiltjo Posthuma | 1 | -4/+5 | |
on some platforms (OpenBSD) this changes the exposed argv in tools using the kvm_* interface, such as ps and pgrep. | |||||
2017-11-18 | Makefile: simplify | Hiltjo Posthuma | 1 | -18/+13 | |
2017-07-09 | allow some more characters in the channel name | Hiltjo Posthuma | 1 | -1/+1 | |
2017-06-02 | merge my changes to master | Hiltjo Posthuma | 12 | -465/+938 | |
Special thanks to: - Wolfgang Corcoran-Mathe for sending patches and testing. - Nico Golde for maintaining ii for so long. | |||||
2016-10-13 | define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the ↵ | Nico Golde | 1 | -1/+3 | |
idea! | |||||
2016-09-07 | errm eprint isnt declared here. thanks Ali H. Fardan | Nico Golde | 1 | -1/+1 | |
2016-09-06 | use pledge by default if compiled on openbsc and provide errno string | Nico Golde | 2 | -4/+2 | |
2016-09-02 | fix double backslash | Nico Golde | 1 | -1/+1 | |
2016-09-02 | add OpenBSD pledge support - thanks Gleydson Soares | Nico Golde | 2 | -0/+11 | |
2016-02-24 | Fix channel use after freeing in main loop | Vasily Kolobkov | 1 | -2/+4 | |
Signed-off-by: Nico Golde <nico@ngolde.de> | |||||
2016-02-24 | Check up on server messages | Vasily Kolobkov | 1 | -5/+8 | |
Signed-off-by: Nico Golde <nico@ngolde.de> | |||||
2015-11-04 | prevent nick collisions by only setting the nick after the server accepted ↵ | Nico Golde | 1 | -2/+7 | |
it and print a message about change to server log | |||||
2015-11-04 | remove duplicate word, thanks Michael Stevens! | Nico Golde | 2 | -2/+2 | |
2015-03-22 | use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks ↵ | Nico Golde | 1 | -2/+2 | |
Gleydson Soares! |