aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use user arguments for usernames and passwords and fix message formattingHEADmasterFerass 'Vitali64' EL HAFIDI2022-04-211-10/+11
| | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* Revert "Set default user and password"Ferass 'Vitali64' EL HAFIDI2022-04-211-1/+1
| | | | This reverts commit abb4e4720d9641e80b533c2a59b43fad01e6ae75.
* Set default user and passwordFerass 'Vitali64' EL HAFIDI2022-04-211-1/+1
| | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* Extend the README a bitAndrew Yu2022-04-211-4/+12
|
* IDChat!Ferass 'Vitali64' EL HAFIDI2022-04-213-117/+139
| | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* bump version to 1.9Hiltjo Posthuma2022-01-071-1/+1
|
* Reduce effective buffer size per channel input.Christoph Lohmann2021-12-251-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 Lohmann2021-12-251-1/+1
|
* ewritestr: Remove duplicate shift of offsetHiltjo Posthuma2020-07-051-1/+0
| | | | Patch by mizmar@protonmail.com, thanks.
* remove useless c->next = NULLDavid Demelier2020-01-171-1/+1
|
* minor style fix for ARGENDHiltjo Posthuma2019-12-161-1/+1
| | | | | see: https://9fans.github.io/plan9port/man/man3/arg.html
* fix undefined behaviour of use of isalpha, isdigit and tolowerHiltjo Posthuma2019-12-161-3/+3
| | | | | "The argument c must be EOF or representable as an unsigned char; otherwise, the result is undefined."
* Fix traversal of addrinfo listMichael Forney2019-05-261-2/+2
| | | | | Although the loop is executed once for every result, in each iteration it connects to the first result.
* fix typo in NOTICE messagesHiltjo Posthuma2019-02-121-1/+1
|
* check input length before readingHiltjo Posthuma2018-07-231-2/+8
| | | | thanks halbeno and quinq for the patches and feedback.
* Add a config option to link against system or shipped strlcpyQuentin Rameau2018-06-023-5/+9
|
* Refactor MakefileQuentin Rameau2018-06-022-46/+31
| | | | | | Declare it as POSIX-compliant Use $() instead of ${} Separate stock CFLAGS from user CFLAGS
* fix typo in commentHiltjo Posthuma2018-05-221-1/+1
| | | | pointed out by halbeno
* Remove .hgtagsDavid Demelier2018-05-101-10/+0
|
* bump version to 1.8Hiltjo Posthuma2018-02-043-3/+3
|
* Makefile: add a dependency on arg.hQuentin Rameau2017-12-031-0/+2
|
* Fix arg.hQuentin Rameau2017-12-031-6/+6
|
* don't modify argv, use a counterHiltjo Posthuma2017-11-181-4/+5
| | | | | on some platforms (OpenBSD) this changes the exposed argv in tools using the kvm_* interface, such as ps and pgrep.
* Makefile: simplifyHiltjo Posthuma2017-11-181-18/+13
|
* allow some more characters in the channel nameHiltjo Posthuma2017-07-091-1/+1
|
* merge my changes to masterHiltjo Posthuma2017-06-0212-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 Golde2016-10-131-1/+3
| | | | idea!
* errm eprint isnt declared here. thanks Ali H. FardanNico Golde2016-09-071-1/+1
|
* use pledge by default if compiled on openbsc and provide errno stringNico Golde2016-09-062-4/+2
|
* fix double backslashNico Golde2016-09-021-1/+1
|
* add OpenBSD pledge support - thanks Gleydson SoaresNico Golde2016-09-022-0/+11
|
* Fix channel use after freeing in main loopVasily Kolobkov2016-02-241-2/+4
| | | | Signed-off-by: Nico Golde <nico@ngolde.de>
* Check up on server messagesVasily Kolobkov2016-02-241-5/+8
| | | | Signed-off-by: Nico Golde <nico@ngolde.de>
* prevent nick collisions by only setting the nick after the server accepted ↵Nico Golde2015-11-041-2/+7
| | | | it and print a message about change to server log
* remove duplicate word, thanks Michael Stevens!Nico Golde2015-11-042-2/+2
|
* use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks ↵Nico Golde2015-03-221-2/+2
| | | | Gleydson Soares!
* add gitignoreNico Golde2013-10-121-0/+1
|
* fix "typo" in manpage, thanks Enrique GarbiNico Golde2013-04-251-1/+1
|
* 1.7 releaseNico Golde2013-01-051-1/+1
|
* add respective header for select and not implicitely include itNico Golde2012-08-141-2/+3
|
* convert slashes to , rather than _ in channel names. , is not allowed by the ↵Nico Golde2012-07-032-1/+4
| | | | RFC, _ is.
* fix parsing of JOIN messages for certain servers, thanks van KanakarakisNico Golde2012-06-282-7/+5
|
* mark 1.7 as the next release versionNico Golde2012-06-161-1/+1
|
* -k now points to an environment variable containing the passwordNico Golde2012-06-163-6/+10
|
* a little cleanup by Connor Lane Smith, thanks!Nico Golde2011-10-311-17/+14
|
* Added tag 1.6 for changeset f09f802a8037Nico Golde2011-01-311-0/+1
|
* update CHANGES and makefile config for 1.6Nico Golde2011-01-312-1/+4
|
* restructuring to stay under 500 lines ;) fix regression from 1.5 on handling ↵Nico Golde2011-01-311-7/+7
| | | | unknown commands
* Added tag 1.5 for changeset 550ee1100719Nico Golde2011-01-241-0/+2
|
* document implication of autojoin patch and now tag 1.5 for real :)Nico Golde2011-01-242-3/+5
|