ii

My fork of https://tools.suckless.org/ii/
git clone https://git.inz.fi/ii
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-03-09 13:21Add /m => MODESanttu Lakkala1+7-0
2022-03-09 13:49Reduce code length by 6 bytesSanttu Lakkala1+1-1
2022-03-09 13:47Always terminate server outputSanttu Lakkala1+24-14
2022-03-09 13:47Skip unnecessary strlen()Santtu Lakkala1+9-9
2022-03-09 13:43Use dirfds for tree creationSanttu Lakkala1+45-55
2022-03-09 13:41Rework list handlingSanttu Lakkala1+7-17
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
2007-01-30 19:35indentsnion@h4447.serverkompetenz.net1+61-61
2007-01-30 19:34fixed fd exhaustingNico Golde1+1-0
2007-01-29 20:01bugfix if fd is NULLNico Golde1+1-1
2007-01-29 12:48right fix at the wrong place revertedNico Golde1+2-2
2007-01-29 12:35small fixNico Golde1+1-1
2007-01-22 23:01manpage adjustmentnion@noname1+2-5
2007-01-16 14:30Nico Golde: small fix by Adrien Krunch Kunysznion@localhost1+3-4
2006-11-07 19:21compatibility for bitlbee and stuffnion@localhost1+1-1
2006-07-14 17:57whitespaces removednion@h4447.serverkompetenz.net1+1-1
2006-07-09 18:41add date to timestampnion@h4447.serverkompetenz.net1+2-2
2006-06-17 19:59ein libcall wenigernion@localhost1+1-1
2006-06-16 14:12kackenion@localhost1+1-1
2006-06-16 12:41headers swappednion@localhost1+1-1
2006-05-27 22:46query and join are now the samenion@localhost1+11-11
2006-03-16 15:35Cleanup install targetkai@dings.kai2+10-9
2006-03-16 14:55Do not write PONG answers in the logfilekai@dings.kai1+3-1
2006-03-16 14:54Use PING command to detect stale connection to serverkai@dings.kai1+24-9
2006-03-13 14:19small fixnion@h4447.serverkompetenz.net1+1-1
2006-03-13 07:29fixing retval of tokenizeAnselm R. Garbe1+1-1
2006-03-08 14:10added lower function to work only with lowercase channel-namesnion@h4447.serverkompetenz.net1+8-2
2006-02-24 10:57appliead Anthonys Makefile patchAnselm R. Garbe1+3-1
2006-02-12 11:58fixes for freebsdnion@noname1+3-0
2006-01-29 20:04added missing -f thanks florolf for hinnion@noname1+2-2
2006-01-29 19:59removed unneeded memsetnion@noname1+0-1
2006-01-29 19:50fix incomplete buffer initializationnion@noname1+2-2
2006-01-29 18:23fixed channel join bugnion@noname1+2-3
2006-01-29 17:49segfault fix with gcc-2.95 thanks florolf for helpnion@noname1+3-2
2006-01-29 16:04removed get_channel functionnion@noname1+0-7
2006-01-29 15:41removed CHAN information from quit message because its uselessnion@noname1+2-2
2006-01-28 22:14applied different patch by KaiAnselm R. Garbe1+2-2
2006-01-28 20:34applied Kai's s/bcopy/memcpy patchAnselm R. Garbe1+1-1
2006-01-27 12:51applied next patch of KaiAnselm R. Garbe1+3-4
2006-01-27 11:50appliead patch by Kai Ruemmler to fix command handlingAnselm R. Garbe1+1-2
2006-01-25 15:08fixed list bugAnselm R. Garbe1+3-1
2006-01-23 12:35fixAnselm R. Garbe1+1-1
2006-01-23 12:29simplified add_channel;Anselm R. Garbe1+5-7
2006-01-23 12:11fixed server out issueAnselm R. Garbe1+13-12
2006-01-21 16:53some stylistic changesAnselm R. Garbe1+9-23
2006-01-19 14:03mergedAnselm R. Garbe1+2-2
2006-01-18 17:21typo fixnion@noname1+2-2
2005-12-29 17:24fixed other stuffgarbeam@mmv.wmii.de1+5-5
2005-12-29 16:59some other changesgarbeam@mmv.wmii.de1+204-180
2005-12-27 22:13Nico Golde <nion@wmii.de> fixed away bugnion@noname1+1-1
2005-12-26 23:08Nico Golde <nion@wmii.de>nion@noname1+4-1
2005-12-21 21:00Nico Golde <nion@wmii.de> some modifications to prepare -rc2 releasenion@noname3+14-13
2005-12-19 13:39added initial filesgarbeam@wmii.de7+732-0