2022-09-04 09:26 | usage: Normalize a bit the usage and man-page | Quentin Rameau | 2 | +62 | -37 |
2022-09-02 10:25 | ii.1: fix some lint warnings from mandoc -Tlint | Hiltjo Posthuma | 1 | +5 | -5 |
2022-09-02 10:23 | ii: fix mistake in usage, the host is actually mandatory | Hiltjo Posthuma | 2 | +3 | -5 |
2022-09-02 09:52 | Makefile: fix make dist if it is run more than once | Hiltjo Posthuma | 1 | +1 | -2 |
2022-09-02 09:50 | remove unmaintained changelog | Hiltjo Posthuma | 2 | +2 | -75 |
2022-09-02 09:49 | Makefile: simplify and use system flags by default | Hiltjo Posthuma | 2 | +19 | -21 |
2022-09-02 09:23 | LICENSE: bump license year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-02 09:23 | ii.1: improve documentation of usage options | Hiltjo Posthuma | 2 | +23 | -26 |
2022-08-09 15:52 | ii: Add a die() function to replace fprintf(3) + exit(3) calls | Tom Schwindl | 1 | +41 | -51 |
2022-01-07 11:37 | bump version to 1.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-12-23 21:11 | Reduce effective buffer size per channel input. | Christoph Lohmann | 1 | +8 | -1 |
2021-12-23 21:11 | Increase ping timeout for bad connections. | Christoph Lohmann | 1 | +1 | -1 |
2020-07-05 20:32 | ewritestr: Remove duplicate shift of offset | Hiltjo Posthuma | 1 | +0 | -1 |
2020-01-17 13:06 | remove useless c->next = NULL | David Demelier | 1 | +1 | -1 |
2019-12-16 17:28 | minor style fix for ARGEND | Hiltjo Posthuma | 1 | +1 | -1 |
2019-12-16 17:26 | fix undefined behaviour of use of isalpha, isdigit and tolower | Hiltjo Posthuma | 1 | +3 | -3 |
2019-05-26 02:27 | Fix traversal of addrinfo list | Michael Forney | 1 | +2 | -2 |
2019-02-12 17:13 | fix typo in NOTICE messages | Hiltjo Posthuma | 1 | +1 | -1 |
2018-07-23 19:42 | check input length before reading | Hiltjo Posthuma | 1 | +8 | -2 |
2018-05-29 16:34 | Add a config option to link against system or shipped strlcpy | Quentin Rameau | 3 | +9 | -5 |
2018-05-29 16:27 | Refactor Makefile | Quentin Rameau | 2 | +31 | -46 |
2018-05-22 06:43 | fix typo in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2018-05-09 18:50 | Remove .hgtags | David Demelier | 1 | +0 | -10 |
2018-02-04 13:07 | bump version to 1.8 | Hiltjo Posthuma | 3 | +3 | -3 |
2017-12-03 21:17 | Makefile: add a dependency on arg.h | Quentin Rameau | 1 | +2 | -0 |
2017-12-03 21:16 | Fix arg.h | Quentin Rameau | 1 | +6 | -6 |
2017-11-18 11:35 | don't modify argv, use a counter | Hiltjo Posthuma | 1 | +5 | -4 |
2017-11-18 11:28 | Makefile: simplify | Hiltjo Posthuma | 1 | +13 | -18 |
2017-07-09 10:28 | allow some more characters in the channel name | Hiltjo Posthuma | 1 | +1 | -1 |
2017-06-02 07:54 | merge my changes to master | Hiltjo Posthuma | 12 | +938 | -465 |
2016-10-13 22:21 | define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! | Nico Golde | 1 | +3 | -1 |
2016-09-07 19:17 | errm eprint isnt declared here. thanks Ali H. Fardan | Nico Golde | 1 | +1 | -1 |
2016-09-06 17:58 | use pledge by default if compiled on openbsc and provide errno string | Nico Golde | 2 | +2 | -4 |
2016-09-02 16:43 | fix double backslash | Nico Golde | 1 | +1 | -1 |
2016-09-02 14:13 | add OpenBSD pledge support - thanks Gleydson Soares | Nico Golde | 2 | +11 | -0 |
2016-02-14 11:07 | Fix channel use after freeing in main loop | Vasily Kolobkov | 1 | +4 | -2 |
2016-02-13 19:25 | Check up on server messages | Vasily Kolobkov | 1 | +8 | -5 |
2015-11-05 00:35 | prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log | Nico Golde | 1 | +7 | -2 |
2015-11-05 00:35 | remove duplicate word, thanks Michael Stevens! | Nico Golde | 2 | +2 | -2 |
2015-03-22 12:37 | use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! | Nico Golde | 1 | +2 | -2 |
2013-10-12 08:34 | add gitignore | Nico Golde | 1 | +1 | -0 |
2013-04-25 07:00 | fix "typo" in manpage, thanks Enrique Garbi | Nico Golde | 1 | +1 | -1 |
2013-01-05 13:26 | 1.7 release | Nico Golde | 1 | +1 | -1 |
2012-08-14 09:57 | add respective header for select and not implicitely include it | Nico Golde | 1 | +3 | -2 |
2012-07-03 15:43 | convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. | Nico Golde | 2 | +4 | -1 |
2012-06-28 13:41 | fix parsing of JOIN messages for certain servers, thanks van Kanakarakis | Nico Golde | 2 | +5 | -7 |
2012-06-16 15:00 | mark 1.7 as the next release version | Nico Golde | 1 | +1 | -1 |
2012-06-16 15:00 | -k now points to an environment variable containing the password | Nico Golde | 3 | +10 | -6 |
2011-10-31 20:35 | a little cleanup by Connor Lane Smith, thanks! | Nico Golde | 1 | +14 | -17 |
2011-01-31 20:47 | Added tag 1.6 for changeset f09f802a8037 | Nico Golde | 1 | +1 | -0 |
2011-01-31 20:47 | update CHANGES and makefile config for 1.6 | Nico Golde | 2 | +4 | -1 |
2011-01-31 20:45 | restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands | Nico Golde | 1 | +7 | -7 |
2011-01-24 16:52 | Added tag 1.5 for changeset 550ee1100719 | Nico Golde | 1 | +2 | -0 |
2011-01-24 16:52 | document implication of autojoin patch and now tag 1.5 for real :) | Nico Golde | 2 | +5 | -3 |
2011-01-24 15:52 | Added tag 1.5 for changeset 6f504f412a59 | Nico Golde | 1 | +2 | -0 |
2011-01-24 15:51 | add changelog entry about autojoin patch | Nico Golde | 1 | +2 | -0 |
2011-01-24 15:47 | merge in forgotten changes | Nico Golde | 2 | +4 | -1 |
2011-01-24 15:46 | Added tag 1.5 for changeset 4c6892284a9a | Nico Golde | 1 | +1 | -0 |
2011-01-24 15:46 | minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) | Nico Golde | 3 | +19 | -12 |
2011-01-24 15:13 | create in FIFO on receiving a PRIVMSG | Nico Golde | 1 | +1 | -0 |
2010-06-25 08:55 | document /a for away, patch by Even Gates | Nico Golde | 1 | +3 | -0 |
2009-06-01 11:39 | replace echo with printf so it doesnt rely on xsi extension of susv3 | Nico Golde | 1 | +1 | -1 |
2009-05-23 15:17 | remove bashism, isnt needed anyway | Nico Golde | 1 | +1 | -1 |
2008-08-09 11:45 | Added tag 1.4 for changeset 7c7c000b4f42 | Nico Golde | 1 | +1 | -0 |
2008-08-09 11:45 | - prepare 1.4 release - fix directory traversal using #../../ (not possible to overwrite arbitrary files, thus not marking as security fix) - general cleanup - documentation fixes (url, copyright, formatting) | Nico Golde | 6 | +42 | -31 |
2008-07-22 17:02 | fix manual | Nico Golde | 1 | +1 | -1 |
2007-07-16 06:00 | fixed possible NULL pointer reference on sparc | Nico Golde | 1 | +1 | -1 |
2007-07-14 19:23 | Added tag ii-1.3 for changeset 987fc9d57808 | Nico Golde | 1 | +1 | -0 |
2007-07-14 18:39 | release date | Nico Golde | 1 | +1 | -1 |
2007-07-14 11:12 | 1.2->1.3 | Nico Golde | 1 | +2 | -2 |
2007-07-14 11:11 | workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file | Nico Golde | 3 | +10 | -1 |
2007-06-23 11:37 | tagging ii-1.2 | Nico Golde | 1 | +1 | -0 |
2007-06-23 11:37 | Changelog added | Nico Golde | 1 | +4 | -0 |
2007-06-23 11:37 | tagging ii-1.2 | Nico Golde | 1 | +1 | -0 |
2007-06-23 11:37 | changes for ii-1.2 | Nico Golde | 4 | +16 | -19 |
2007-06-22 11:45 | added note about changelog | nion@aurora | 1 | +6 | -0 |
2007-06-22 11:40 | enabled joining channels with password | nion@aurora | 1 | +3 | -2 |
2007-06-12 09:05 | regression fix | Nico Golde | 1 | +3 | -5 |
2007-05-03 17:06 | fixed manpage section | Nico Golde | 1 | +1 | -1 |
2007-04-28 16:01 | copyright adjustments | Nico Golde | 3 | +6 | -3 |
2007-04-28 15:57 | -v option removed from manual since it is not implemented | Nico Golde | 1 | +0 | -1 |
2007-04-04 08:35 | ii-1.1 | Nico Golde | 2 | +2 | -2 |
2007-02-24 16:46 | fixed wrong parsing in commands like WHOIS and NAMES | Nico Golde | 1 | +7 | -4 |
2007-02-04 11:14 | initialization | Nico Golde | 1 | +1 | -1 |
2007-02-03 19:15 | license fixed | Nico Golde | 1 | +1 | -1 |
2007-02-03 18:45 | fix race | Nico Golde | 1 | +0 | -1 |
2007-02-03 16:35 | a bit of beautify | Nico Golde | 1 | +11 | -13 |
2007-02-03 12:36 | small adjustments | Nico Golde | 1 | +4 | -5 |
2007-02-03 12:10 | small makefile adjustments | Nico Golde | 1 | +4 | -3 |
2007-02-03 12:09 | makefile needs to install new files | Nico Golde | 2 | +9 | -1 |
2007-02-03 11:58 | documentation fixes and query.sh added | nion@h4447.serverkompetenz.net | 3 | +51 | -4 |
2007-02-02 12:47 | SLOC -> LOC | Nico Golde | 1 | +1 | -1 |
2007-02-01 11:00 | solaris compile fix | nion@h4447.serverkompetenz.net | 1 | +3 | -2 |
2007-02-01 10:56 | release prepared | nion@h4447.serverkompetenz.net | 6 | +16 | -11 |
2007-02-01 10:21 | harden ii a bit | nion@h4447.serverkompetenz.net | 1 | +14 | -8 |
2007-02-01 10:04 | use TOK_CMD more safely | nion@h4447.serverkompetenz.net | 1 | +1 | -1 |
2007-02-01 09:59 | indent stuff | nion@h4447.serverkompetenz.net | 1 | +19 | -37 |
2007-01-30 19:35 | indents | nion@h4447.serverkompetenz.net | 1 | +61 | -61 |
2007-01-30 19:34 | fixed fd exhausting | Nico Golde | 1 | +1 | -0 |
2007-01-29 20:01 | bugfix if fd is NULL | Nico Golde | 1 | +1 | -1 |
| 43 more commits remaining, fetch the repository |