ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-10-04 17:23bump version to 2.0Hiltjo Posthuma1+1-1
2022-10-01 11:18rename clean() to cleanup()Hiltjo Posthuma1+5-5
2022-09-29 08:40Always clean before exitPetr Vaněk1+19-8
2022-09-04 09:26usage: Normalize a bit the usage and man-pageQuentin Rameau2+62-37
2022-09-02 10:25ii.1: fix some lint warnings from mandoc -TlintHiltjo Posthuma1+5-5
2022-09-02 10:23ii: fix mistake in usage, the host is actually mandatoryHiltjo Posthuma2+3-5
2022-09-02 09:52Makefile: fix make dist if it is run more than onceHiltjo Posthuma1+1-2
2022-09-02 09:50remove unmaintained changelogHiltjo Posthuma2+2-75
2022-09-02 09:49Makefile: simplify and use system flags by defaultHiltjo Posthuma2+19-21
2022-09-02 09:23LICENSE: bump license yearHiltjo Posthuma1+1-1
2022-09-02 09:23ii.1: improve documentation of usage optionsHiltjo Posthuma2+23-26
2022-08-09 15:52ii: Add a die() function to replace fprintf(3) + exit(3) callsTom Schwindl1+41-51
2022-01-07 11:37bump version to 1.9Hiltjo Posthuma1+1-1
2021-12-23 21:11Reduce effective buffer size per channel input.Christoph Lohmann1+8-1
2021-12-23 21:11Increase ping timeout for bad connections.Christoph Lohmann1+1-1
2020-07-05 20:32ewritestr: Remove duplicate shift of offsetHiltjo Posthuma1+0-1
2020-01-17 13:06remove useless c->next = NULLDavid Demelier1+1-1
2019-12-16 17:28minor style fix for ARGENDHiltjo Posthuma1+1-1
2019-12-16 17:26fix undefined behaviour of use of isalpha, isdigit and tolowerHiltjo Posthuma1+3-3
2019-05-26 02:27Fix traversal of addrinfo listMichael Forney1+2-2
2019-02-12 17:13fix typo in NOTICE messagesHiltjo Posthuma1+1-1
2018-07-23 19:42check input length before readingHiltjo Posthuma1+8-2
2018-05-29 16:34Add a config option to link against system or shipped strlcpyQuentin Rameau3+9-5
2018-05-29 16:27Refactor MakefileQuentin Rameau2+31-46
2018-05-22 06:43fix typo in commentHiltjo Posthuma1+1-1
2018-05-09 18:50Remove .hgtagsDavid Demelier1+0-10
2018-02-04 13:07bump version to 1.8Hiltjo Posthuma3+3-3
2017-12-03 21:17Makefile: add a dependency on arg.hQuentin Rameau1+2-0
2017-12-03 21:16Fix arg.hQuentin Rameau1+6-6
2017-11-18 11:35don't modify argv, use a counterHiltjo Posthuma1+5-4
2017-11-18 11:28Makefile: simplifyHiltjo Posthuma1+13-18
2017-07-09 10:28allow some more characters in the channel nameHiltjo Posthuma1+1-1
2017-06-02 07:54merge my changes to masterHiltjo Posthuma12+938-465
2016-10-13 22:21define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea!Nico Golde1+3-1
2016-09-07 19:17errm eprint isnt declared here. thanks Ali H. FardanNico Golde1+1-1
2016-09-06 17:58use pledge by default if compiled on openbsc and provide errno stringNico Golde2+2-4
2016-09-02 16:43fix double backslashNico Golde1+1-1
2016-09-02 14:13add OpenBSD pledge support - thanks Gleydson SoaresNico Golde2+11-0
2016-02-14 11:07Fix channel use after freeing in main loopVasily Kolobkov1+4-2
2016-02-13 19:25Check up on server messagesVasily Kolobkov1+8-5
2015-11-05 00:35prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server logNico Golde1+7-2
2015-11-05 00:35remove duplicate word, thanks Michael Stevens!Nico Golde2+2-2
2015-03-22 12:37use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares!Nico Golde1+2-2
2013-10-12 08:34add gitignoreNico Golde1+1-0
2013-04-25 07:00fix "typo" in manpage, thanks Enrique GarbiNico Golde1+1-1
2013-01-05 13:261.7 releaseNico Golde1+1-1
2012-08-14 09:57add respective header for select and not implicitely include itNico Golde1+3-2
2012-07-03 15:43convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is.Nico Golde2+4-1
2012-06-28 13:41fix parsing of JOIN messages for certain servers, thanks van KanakarakisNico Golde2+5-7
2012-06-16 15:00mark 1.7 as the next release versionNico Golde1+1-1
2012-06-16 15:00-k now points to an environment variable containing the passwordNico Golde3+10-6
2011-10-31 20:35a little cleanup by Connor Lane Smith, thanks!Nico Golde1+14-17
2011-01-31 20:47Added tag 1.6 for changeset f09f802a8037Nico Golde1+1-0
2011-01-31 20:47update CHANGES and makefile config for 1.6Nico Golde2+4-1
2011-01-31 20:45restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commandsNico Golde1+7-7
2011-01-24 16:52Added tag 1.5 for changeset 550ee1100719Nico Golde1+2-0
2011-01-24 16:52document implication of autojoin patch and now tag 1.5 for real :)Nico Golde2+5-3
2011-01-24 15:52Added tag 1.5 for changeset 6f504f412a59Nico Golde1+2-0
2011-01-24 15:51add changelog entry about autojoin patchNico Golde1+2-0
2011-01-24 15:47merge in forgotten changesNico Golde2+4-1
2011-01-24 15:46Added tag 1.5 for changeset 4c6892284a9aNico Golde1+1-0
2011-01-24 15:46minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai)Nico Golde3+19-12
2011-01-24 15:13create in FIFO on receiving a PRIVMSGNico Golde1+1-0
2010-06-25 08:55document /a for away, patch by Even GatesNico Golde1+3-0
2009-06-01 11:39replace echo with printf so it doesnt rely on xsi extension of susv3Nico Golde1+1-1
2009-05-23 15:17remove bashism, isnt needed anywayNico Golde1+1-1
2008-08-09 11:45Added tag 1.4 for changeset 7c7c000b4f42Nico Golde1+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 Golde6+42-31
2008-07-22 17:02fix manualNico Golde1+1-1
2007-07-16 06:00fixed possible NULL pointer reference on sparcNico Golde1+1-1
2007-07-14 19:23Added tag ii-1.3 for changeset 987fc9d57808Nico Golde1+1-0
2007-07-14 18:39release dateNico Golde1+1-1
2007-07-14 11:121.2->1.3Nico Golde1+2-2
2007-07-14 11:11workaround, server messages about users dont open a user directory anymore, output will be sent to the server out fileNico Golde3+10-1
2007-06-23 11:37tagging ii-1.2Nico Golde1+1-0
2007-06-23 11:37Changelog addedNico Golde1+4-0
2007-06-23 11:37tagging ii-1.2Nico Golde1+1-0
2007-06-23 11:37changes for ii-1.2Nico Golde4+16-19
2007-06-22 11:45added note about changelognion@aurora1+6-0
2007-06-22 11:40enabled joining channels with passwordnion@aurora1+3-2
2007-06-12 09:05regression fixNico Golde1+3-5
2007-05-03 17:06fixed manpage sectionNico Golde1+1-1
2007-04-28 16:01copyright adjustmentsNico Golde3+6-3
2007-04-28 15:57-v option removed from manual since it is not implementedNico Golde1+0-1
2007-04-04 08:35ii-1.1Nico Golde2+2-2
2007-02-24 16:46fixed wrong parsing in commands like WHOIS and NAMESNico Golde1+7-4
2007-02-04 11:14initializationNico Golde1+1-1
2007-02-03 19:15license fixedNico Golde1+1-1
2007-02-03 18:45fix raceNico Golde1+0-1
2007-02-03 16:35a bit of beautifyNico Golde1+11-13
2007-02-03 12:36small adjustmentsNico Golde1+4-5
2007-02-03 12:10small makefile adjustmentsNico Golde1+4-3
2007-02-03 12:09makefile needs to install new filesNico Golde2+9-1
2007-02-03 11:58documentation fixes and query.sh addednion@h4447.serverkompetenz.net3+51-4
2007-02-02 12:47SLOC -> LOCNico Golde1+1-1
2007-02-01 11:00solaris compile fixnion@h4447.serverkompetenz.net1+3-2
2007-02-01 10:56release preparednion@h4447.serverkompetenz.net6+16-11
2007-02-01 10:21harden ii a bitnion@h4447.serverkompetenz.net1+14-8
2007-02-01 10:04use TOK_CMD more safelynion@h4447.serverkompetenz.net1+1-1
2007-02-01 09:59indent stuffnion@h4447.serverkompetenz.net1+19-37
46 more commits remaining, fetch the repository