Commit Graph

  • 39907c79a4 usage: Normalize a bit the usage and man-page master Quentin Rameau 2022-09-04 11:26:26 +0200
  • 25c000bf98 ii.1: fix some lint warnings from mandoc -Tlint Hiltjo Posthuma 2022-09-02 12:25:11 +0200
  • 5bd50577a9 ii: fix mistake in usage, the host is actually mandatory Hiltjo Posthuma 2022-09-02 12:23:40 +0200
  • 00698e45ea Makefile: fix make dist if it is run more than once Hiltjo Posthuma 2022-09-02 11:52:58 +0200
  • 3fab03ea0b remove unmaintained changelog Hiltjo Posthuma 2022-09-02 11:50:51 +0200
  • 36c77931fd Makefile: simplify and use system flags by default Hiltjo Posthuma 2022-09-02 11:49:34 +0200
  • acbc72748d LICENSE: bump license year Hiltjo Posthuma 2022-09-02 11:23:27 +0200
  • 2d0480ce81 ii.1: improve documentation of usage options Hiltjo Posthuma 2022-09-02 11:23:08 +0200
  • 71c1e50da0 ii: Add a die() function to replace fprintf(3) + exit(3) calls Tom Schwindl 2022-08-09 15:52:36 +0000
  • 01537d014b bump version to 1.9 1.9 Hiltjo Posthuma 2022-01-07 12:37:48 +0100
  • cfb3464c6e Reduce effective buffer size per channel input. Christoph Lohmann 2021-12-23 22:11:08 +0100
  • d9be11ad05 Increase ping timeout for bad connections. Christoph Lohmann 2021-12-23 22:11:07 +0100
  • ecf390259c ewritestr: Remove duplicate shift of offset Hiltjo Posthuma 2020-07-05 22:32:13 +0200
  • 49e239fbb1 remove useless c->next = NULL David Demelier 2020-01-17 14:06:13 +0100
  • a192aa3113 minor style fix for ARGEND Hiltjo Posthuma 2019-12-16 18:28:10 +0100
  • 1411224b16 fix undefined behaviour of use of isalpha, isdigit and tolower Hiltjo Posthuma 2019-12-16 18:26:01 +0100
  • bf06f14188 Fix traversal of addrinfo list Michael Forney 2019-05-25 19:27:36 -0700
  • dfecb5c0f4 fix typo in NOTICE messages Hiltjo Posthuma 2019-02-12 18:13:24 +0100
  • b25423f765 check input length before reading Hiltjo Posthuma 2018-07-23 21:42:59 +0200
  • 51cb204eb2 Add a config option to link against system or shipped strlcpy Quentin Rameau 2018-05-29 18:34:52 +0200
  • e32415744c Refactor Makefile Quentin Rameau 2018-05-29 18:27:36 +0200
  • 25ee995ead fix typo in comment Hiltjo Posthuma 2018-05-22 08:43:32 +0200
  • 804cb72666 Remove .hgtags David Demelier 2018-05-09 20:50:09 +0200
  • 9288de6126 bump version to 1.8 1.8 Hiltjo Posthuma 2018-02-04 14:07:03 +0100
  • 95963c46eb Makefile: add a dependency on arg.h Quentin Rameau 2017-12-03 22:17:36 +0100
  • fd867aebd1 Fix arg.h Quentin Rameau 2017-12-03 22:16:59 +0100
  • 31b2445000 don't modify argv, use a counter Hiltjo Posthuma 2017-11-18 12:35:33 +0100
  • 0fedff44e3 Makefile: simplify Hiltjo Posthuma 2017-11-18 12:28:30 +0100
  • bb1e5569d0 allow some more characters in the channel name Hiltjo Posthuma 2017-07-09 12:28:08 +0200
  • 704ab925e9 merge my changes to master Hiltjo Posthuma 2017-06-02 09:54:54 +0200
  • 714bd0cb6a define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! Nico Golde 2016-10-13 15:21:47 -0700
  • f8f3a096bc errm eprint isnt declared here. thanks Ali H. Fardan Nico Golde 2016-09-07 21:17:12 +0200
  • 584290f264 use pledge by default if compiled on openbsc and provide errno string Nico Golde 2016-09-06 19:58:28 +0200
  • a4434536cd fix double backslash Nico Golde 2016-09-02 18:43:08 +0200
  • 18580a159f add OpenBSD pledge support - thanks Gleydson Soares Nico Golde 2016-09-02 16:13:43 +0200
  • f79e2f0953 Fix channel use after freeing in main loop Vasily Kolobkov 2016-02-14 13:07:17 +0200
  • 165638e3c8 Check up on server messages Vasily Kolobkov 2016-02-13 21:25:07 +0200
  • 1bc3e103c0 prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log Nico Golde 2015-11-04 19:35:23 -0500
  • 29ff454e80 remove duplicate word, thanks Michael Stevens! Nico Golde 2015-11-04 19:35:20 -0500
  • 63b5736e6e use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! Nico Golde 2015-03-22 13:37:53 +0100
  • 41ce43bf8c add gitignore Nico Golde 2013-10-12 10:34:32 +0200
  • 28feb9a40e fix "typo" in manpage, thanks Enrique Garbi Nico Golde 2013-04-25 09:00:54 +0200
  • 76e6ff5a4b 1.7 release v1.7 Nico Golde 2013-01-05 14:26:47 +0100
  • 7a99152ce6 add respective header for select and not implicitely include it Nico Golde 2012-08-14 11:57:30 +0200
  • aed65ee703 convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. Nico Golde 2012-07-03 17:43:56 +0200
  • a5a7d1b376 fix parsing of JOIN messages for certain servers, thanks van Kanakarakis Nico Golde 2012-06-28 15:41:57 +0200
  • 9a0ea4ada1 mark 1.7 as the next release version Nico Golde 2012-06-16 17:00:51 +0200
  • c68beccf59 -k now points to an environment variable containing the password Nico Golde 2012-06-16 17:00:31 +0200
  • 2bcd27c9e8 a little cleanup by Connor Lane Smith, thanks! Nico Golde 2011-10-31 21:35:12 +0100
  • 6e0a38ee6c Added tag 1.6 for changeset f09f802a8037 Nico Golde 2011-01-31 21:47:02 +0100
  • 7c22981790 update CHANGES and makefile config for 1.6 1.6 Nico Golde 2011-01-31 21:47:00 +0100
  • 542bc7b5bf restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands Nico Golde 2011-01-31 21:45:52 +0100
  • b156bc96f2 Added tag 1.5 for changeset 550ee1100719 Nico Golde 2011-01-24 17:52:38 +0100
  • beb4661381 document implication of autojoin patch and now tag 1.5 for real :) 1.5 Nico Golde 2011-01-24 17:52:35 +0100
  • 85c6300bfb Added tag 1.5 for changeset 6f504f412a59 Nico Golde 2011-01-24 16:52:15 +0100
  • ab9c9b7aa0 add changelog entry about autojoin patch Nico Golde 2011-01-24 16:51:58 +0100
  • 59f6c6d017 merge in forgotten changes Nico Golde 2011-01-24 16:47:27 +0100
  • e09845c9a4 Added tag 1.5 for changeset 4c6892284a9a Nico Golde 2011-01-24 16:46:34 +0100
  • e048dac3df minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) Nico Golde 2011-01-24 16:46:25 +0100
  • 566fa01e47 create in FIFO on receiving a PRIVMSG Nico Golde 2011-01-24 16:13:04 +0100
  • 3bf53e363e document /a for away, patch by Even Gates Nico Golde 2010-06-25 10:55:05 +0200
  • 27191f4012 replace echo with printf so it doesnt rely on xsi extension of susv3 Nico Golde 2009-06-01 13:39:01 +0200
  • 53500aea6e remove bashism, isnt needed anyway Nico Golde 2009-05-23 17:17:46 +0200
  • 9dfc1526f9 Added tag 1.4 for changeset 7c7c000b4f42 Nico Golde 2008-08-09 13:45:55 +0200
  • 36ec5bc425 - 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) 1.4 Nico Golde 2008-08-09 13:45:46 +0200
  • ddb0f6db02 fix manual Nico Golde 2008-07-22 19:02:47 +0200
  • 081c33b786 fixed possible NULL pointer reference on sparc Nico Golde 2007-07-16 08:00:48 +0200
  • 79b934f3fe Added tag ii-1.3 for changeset 987fc9d57808 Nico Golde 2007-07-14 21:23:41 +0200
  • a07ffe2c08 release date ii-1.3 Nico Golde 2007-07-14 20:39:36 +0200
  • 9deaa7b3a6 1.2->1.3 Nico Golde 2007-07-14 13:12:01 +0200
  • 81ed7e3c15 workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file Nico Golde 2007-07-14 13:11:09 +0200
  • 91f3f2efb3 tagging ii-1.2 Nico Golde 2007-06-23 13:37:48 +0200
  • cc0f9866ec Changelog added ii-1.2 Nico Golde 2007-06-23 13:37:46 +0200
  • 50319692c1 tagging ii-1.2 Nico Golde 2007-06-23 13:37:31 +0200
  • cc58fcc068 changes for ii-1.2 Nico Golde 2007-06-23 13:37:05 +0200
  • e27930f4cd added note about changelog nion@aurora 2007-06-22 13:45:57 +0200
  • fcef69cf32 enabled joining channels with password nion@aurora 2007-06-22 13:40:24 +0200
  • ab89c0c4f5 regression fix Nico Golde 2007-06-12 11:05:33 +0200
  • 2e9a70e67d fixed manpage section Nico Golde 2007-05-03 19:06:39 +0200
  • 1cf5526ce4 copyright adjustments Nico Golde 2007-04-28 18:01:28 +0200
  • 8fa3681853 -v option removed from manual since it is not implemented Nico Golde 2007-04-28 17:57:33 +0200
  • c8c4d76195 ii-1.1 Nico Golde 2007-04-04 10:35:33 +0200
  • debf23c6b5 fixed wrong parsing in commands like WHOIS and NAMES Nico Golde 2007-02-24 17:46:21 +0100
  • dd0fe21a09 initialization Nico Golde 2007-02-04 12:14:20 +0100
  • 6a29c85a38 license fixed Nico Golde 2007-02-03 20:15:41 +0100
  • 770ff215b2 fix race Nico Golde 2007-02-03 19:45:18 +0100
  • f927bae102 a bit of beautify Nico Golde 2007-02-03 17:35:16 +0100
  • 4fcd8047d2 small adjustments Nico Golde 2007-02-03 13:36:39 +0100
  • 71bda09b27 small makefile adjustments Nico Golde 2007-02-03 13:10:12 +0100
  • 29eb17dea0 makefile needs to install new files Nico Golde 2007-02-03 13:09:13 +0100
  • b2188116d1 documentation fixes and query.sh added nion@h4447.serverkompetenz.net 2007-02-03 12:58:13 +0100
  • f763ac712f SLOC -> LOC Nico Golde 2007-02-02 13:47:08 +0100
  • 3e66765243 solaris compile fix nion@h4447.serverkompetenz.net 2007-02-01 12:00:59 +0100
  • c8ea25a172 release prepared nion@h4447.serverkompetenz.net 2007-02-01 11:56:45 +0100
  • 7e890e305d harden ii a bit nion@h4447.serverkompetenz.net 2007-02-01 11:21:52 +0100
  • e1af846735 use TOK_CMD more safely nion@h4447.serverkompetenz.net 2007-02-01 11:04:47 +0100
  • 62963ef5b6 indent stuff nion@h4447.serverkompetenz.net 2007-02-01 10:59:36 +0100
  • c1e10adfad indents nion@h4447.serverkompetenz.net 2007-01-30 20:35:48 +0100
  • 8f78d60c5b fixed fd exhausting Nico Golde 2007-01-30 20:34:23 +0100
  • 8fd4887ddb bugfix if fd is NULL Nico Golde 2007-01-29 21:01:36 +0100