Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use user arguments for usernames and passwords and fix message formattingHEADmaster | Ferass 'Vitali64' EL HAFIDI | 2022-04-21 | 1 | -10/+11 |
| | | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | ||||
* | Revert "Set default user and password" | Ferass 'Vitali64' EL HAFIDI | 2022-04-21 | 1 | -1/+1 |
| | | | | This reverts commit abb4e4720d9641e80b533c2a59b43fad01e6ae75. | ||||
* | Set default user and password | Ferass 'Vitali64' EL HAFIDI | 2022-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | ||||
* | Extend the README a bit | Andrew Yu | 2022-04-21 | 1 | -4/+12 |
| | |||||
* | IDChat! | Ferass 'Vitali64' EL HAFIDI | 2022-04-21 | 3 | -117/+139 |
| | | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | ||||
* | bump version to 1.9 | Hiltjo Posthuma | 2022-01-07 | 1 | -1/+1 |
| | |||||
* | Reduce effective buffer size per channel input. | Christoph Lohmann | 2021-12-25 | 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. | ||||
* | Increase ping timeout for bad connections. | Christoph Lohmann | 2021-12-25 | 1 | -1/+1 |
| | |||||
* | ewritestr: Remove duplicate shift of offset | Hiltjo Posthuma | 2020-07-05 | 1 | -1/+0 |
| | | | | Patch by mizmar@protonmail.com, thanks. | ||||
* | remove useless c->next = NULL | David Demelier | 2020-01-17 | 1 | -1/+1 |
| | |||||
* | minor style fix for ARGEND | Hiltjo Posthuma | 2019-12-16 | 1 | -1/+1 |
| | | | | | see: https://9fans.github.io/plan9port/man/man3/arg.html | ||||
* | fix undefined behaviour of use of isalpha, isdigit and tolower | Hiltjo Posthuma | 2019-12-16 | 1 | -3/+3 |
| | | | | | "The argument c must be EOF or representable as an unsigned char; otherwise, the result is undefined." | ||||
* | Fix traversal of addrinfo list | Michael Forney | 2019-05-26 | 1 | -2/+2 |
| | | | | | Although the loop is executed once for every result, in each iteration it connects to the first result. | ||||
* | fix typo in NOTICE messages | Hiltjo Posthuma | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | check input length before reading | Hiltjo Posthuma | 2018-07-23 | 1 | -2/+8 |
| | | | | thanks halbeno and quinq for the patches and feedback. | ||||
* | Add a config option to link against system or shipped strlcpy | Quentin Rameau | 2018-06-02 | 3 | -5/+9 |
| | |||||
* | Refactor Makefile | Quentin Rameau | 2018-06-02 | 2 | -46/+31 |
| | | | | | | Declare it as POSIX-compliant Use $() instead of ${} Separate stock CFLAGS from user CFLAGS | ||||
* | fix typo in comment | Hiltjo Posthuma | 2018-05-22 | 1 | -1/+1 |
| | | | | pointed out by halbeno | ||||
* | Remove .hgtags | David Demelier | 2018-05-10 | 1 | -10/+0 |
| | |||||
* | bump version to 1.8 | Hiltjo Posthuma | 2018-02-04 | 3 | -3/+3 |
| | |||||
* | Makefile: add a dependency on arg.h | Quentin Rameau | 2017-12-03 | 1 | -0/+2 |
| | |||||
* | Fix arg.h | Quentin Rameau | 2017-12-03 | 1 | -6/+6 |
| | |||||
* | don't modify argv, use a counter | Hiltjo Posthuma | 2017-11-18 | 1 | -4/+5 |
| | | | | | on some platforms (OpenBSD) this changes the exposed argv in tools using the kvm_* interface, such as ps and pgrep. | ||||
* | Makefile: simplify | Hiltjo Posthuma | 2017-11-18 | 1 | -18/+13 |
| | |||||
* | allow some more characters in the channel name | Hiltjo Posthuma | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | merge my changes to master | Hiltjo Posthuma | 2017-06-02 | 12 | -465/+938 |
| | | | | | | Special thanks to: - Wolfgang Corcoran-Mathe for sending patches and testing. - Nico Golde for maintaining ii for so long. | ||||
* | define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the ↵ | Nico Golde | 2016-10-13 | 1 | -1/+3 |
| | | | | idea! | ||||
* | errm eprint isnt declared here. thanks Ali H. Fardan | Nico Golde | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | use pledge by default if compiled on openbsc and provide errno string | Nico Golde | 2016-09-06 | 2 | -4/+2 |
| | |||||
* | fix double backslash | Nico Golde | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | add OpenBSD pledge support - thanks Gleydson Soares | Nico Golde | 2016-09-02 | 2 | -0/+11 |
| | |||||
* | Fix channel use after freeing in main loop | Vasily Kolobkov | 2016-02-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Nico Golde <nico@ngolde.de> | ||||
* | Check up on server messages | Vasily Kolobkov | 2016-02-24 | 1 | -5/+8 |
| | | | | Signed-off-by: Nico Golde <nico@ngolde.de> | ||||
* | prevent nick collisions by only setting the nick after the server accepted ↵ | Nico Golde | 2015-11-04 | 1 | -2/+7 |
| | | | | it and print a message about change to server log | ||||
* | remove duplicate word, thanks Michael Stevens! | Nico Golde | 2015-11-04 | 2 | -2/+2 |
| | |||||
* | use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks ↵ | Nico Golde | 2015-03-22 | 1 | -2/+2 |
| | | | | Gleydson Soares! | ||||
* | add gitignore | Nico Golde | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | fix "typo" in manpage, thanks Enrique Garbi | Nico Golde | 2013-04-25 | 1 | -1/+1 |
| | |||||
* | 1.7 release | Nico Golde | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | add respective header for select and not implicitely include it | Nico Golde | 2012-08-14 | 1 | -2/+3 |
| | |||||
* | convert slashes to , rather than _ in channel names. , is not allowed by the ↵ | Nico Golde | 2012-07-03 | 2 | -1/+4 |
| | | | | RFC, _ is. | ||||
* | fix parsing of JOIN messages for certain servers, thanks van Kanakarakis | Nico Golde | 2012-06-28 | 2 | -7/+5 |
| | |||||
* | mark 1.7 as the next release version | Nico Golde | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | -k now points to an environment variable containing the password | Nico Golde | 2012-06-16 | 3 | -6/+10 |
| | |||||
* | a little cleanup by Connor Lane Smith, thanks! | Nico Golde | 2011-10-31 | 1 | -17/+14 |
| | |||||
* | Added tag 1.6 for changeset f09f802a8037 | Nico Golde | 2011-01-31 | 1 | -0/+1 |
| | |||||
* | update CHANGES and makefile config for 1.6 | Nico Golde | 2011-01-31 | 2 | -1/+4 |
| | |||||
* | restructuring to stay under 500 lines ;) fix regression from 1.5 on handling ↵ | Nico Golde | 2011-01-31 | 1 | -7/+7 |
| | | | | unknown commands | ||||
* | Added tag 1.5 for changeset 550ee1100719 | Nico Golde | 2011-01-24 | 1 | -0/+2 |
| | |||||
* | document implication of autojoin patch and now tag 1.5 for real :) | Nico Golde | 2011-01-24 | 2 | -3/+5 |
| |