<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="
http://www.w3.org/2005/Atom">
<title>ii, branch HEAD</title>
<subtitle>irc it, simple FIFO based irc client
</subtitle>
<entry>
<id>236114cf1fa4754da6679f68f01b5ab39553fe7c</id>
<published>2022-10-04T17:23:36Z</published>
<updated>2022-10-04T17:23:36Z</updated>
<title type="text">bump version to 2.0</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/236114cf1fa4754da6679f68f01b5ab39553fe7c.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 236114cf1fa4754da6679f68f01b5ab39553fe7c
parent b751e4f08ddaa56585407abebc0534d848cb4ba5
Author: Hiltjo Posthuma <
[email protected]>
Date: Tue, 4 Oct 2022 19:23:36 +0200
bump version to 2.0
</content>
</entry>
<entry>
<id>b751e4f08ddaa56585407abebc0534d848cb4ba5</id>
<published>2022-10-01T11:18:02Z</published>
<updated>2022-10-01T11:18:02Z</updated>
<title type="text">rename clean() to cleanup()</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/b751e4f08ddaa56585407abebc0534d848cb4ba5.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit b751e4f08ddaa56585407abebc0534d848cb4ba5
parent c25c3793466e2516395e40e2061134ffe553cfe8
Author: Hiltjo Posthuma <
[email protected]>
Date: Sat, 1 Oct 2022 13:18:02 +0200
rename clean() to cleanup()
</content>
</entry>
<entry>
<id>c25c3793466e2516395e40e2061134ffe553cfe8</id>
<published>2022-09-29T08:40:48Z</published>
<updated>2022-10-01T11:17:34Z</updated>
<title type="text">Always clean before exit</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/c25c3793466e2516395e40e2061134ffe553cfe8.gph" />
<author>
<name>Petr Vaněk</name>
<email>
[email protected]</email>
</author>
<content type="text">commit c25c3793466e2516395e40e2061134ffe553cfe8
parent 39907c79a4c5509db8500b4ad3fb7947eb7b94d9
Author: Petr Vaněk <
[email protected]>
Date: Thu, 29 Sep 2022 10:40:48 +0200
Always clean before exit
This improves situations when ii exits unexpectedly, due to a ping
timeout or closed remote connection, for example. If this happens, all
"in" FIFOs are removed before exit in similar fashion to regular exit
issued with "/q" command.
</content>
</entry>
<entry>
<id>39907c79a4c5509db8500b4ad3fb7947eb7b94d9</id>
<published>2022-09-04T09:26:26Z</published>
<updated>2022-09-05T21:19:14Z</updated>
<title type="text">usage: Normalize a bit the usage and man-page</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/39907c79a4c5509db8500b4ad3fb7947eb7b94d9.gph" />
<author>
<name>Quentin Rameau</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 39907c79a4c5509db8500b4ad3fb7947eb7b94d9
parent 25c000bf98735aa4f07b4ab90506111118426e2f
Author: Quentin Rameau <
[email protected]>
Date: Sun, 4 Sep 2022 11:26:26 +0200
usage: Normalize a bit the usage and man-page
</content>
</entry>
<entry>
<id>25c000bf98735aa4f07b4ab90506111118426e2f</id>
<published>2022-09-02T10:25:11Z</published>
<updated>2022-09-02T10:25:11Z</updated>
<title type="text">ii.1: fix some lint warnings from mandoc -Tlint</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/25c000bf98735aa4f07b4ab90506111118426e2f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 25c000bf98735aa4f07b4ab90506111118426e2f
parent 5bd50577a911f806cc09d909a31605d2461df53e
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 12:25:11 +0200
ii.1: fix some lint warnings from mandoc -Tlint
</content>
</entry>
<entry>
<id>5bd50577a911f806cc09d909a31605d2461df53e</id>
<published>2022-09-02T10:23:40Z</published>
<updated>2022-09-02T10:23:40Z</updated>
<title type="text">ii: fix mistake in usage, the host is actually mandatory</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/5bd50577a911f806cc09d909a31605d2461df53e.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 5bd50577a911f806cc09d909a31605d2461df53e
parent 00698e45ead4ee1cec0e17b9f209dc4332c6f07b
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 12:23:40 +0200
ii: fix mistake in usage, the host is actually mandatory
Reported by Petr Vaněk <
[email protected]>, thanks!
</content>
</entry>
<entry>
<id>00698e45ead4ee1cec0e17b9f209dc4332c6f07b</id>
<published>2022-09-02T09:52:58Z</published>
<updated>2022-09-02T09:52:58Z</updated>
<title type="text">Makefile: fix make dist if it is run more than once</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/00698e45ead4ee1cec0e17b9f209dc4332c6f07b.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 00698e45ead4ee1cec0e17b9f209dc4332c6f07b
parent 3fab03ea0be7ed61aa9900bb378db328fe83e34b
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 11:52:58 +0200
Makefile: fix make dist if it is run more than once
.. and stream directly to compressed tarball.
</content>
</entry>
<entry>
<id>3fab03ea0be7ed61aa9900bb378db328fe83e34b</id>
<published>2022-09-02T09:50:51Z</published>
<updated>2022-09-02T09:50:51Z</updated>
<title type="text">remove unmaintained changelog</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/3fab03ea0be7ed61aa9900bb378db328fe83e34b.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 3fab03ea0be7ed61aa9900bb378db328fe83e34b
parent 36c77931fd8905ad1ca0459fedb209929cb8d596
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 11:50:51 +0200
remove unmaintained changelog
</content>
</entry>
<entry>
<id>36c77931fd8905ad1ca0459fedb209929cb8d596</id>
<published>2022-09-02T09:49:34Z</published>
<updated>2022-09-02T09:49:34Z</updated>
<title type="text">Makefile: simplify and use system flags by default</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/36c77931fd8905ad1ca0459fedb209929cb8d596.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 36c77931fd8905ad1ca0459fedb209929cb8d596
parent acbc72748d9d2493e4c21c05f58bed4ede84448f
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 11:49:34 +0200
Makefile: simplify and use system flags by default
</content>
</entry>
<entry>
<id>acbc72748d9d2493e4c21c05f58bed4ede84448f</id>
<published>2022-09-02T09:23:27Z</published>
<updated>2022-09-02T09:35:15Z</updated>
<title type="text">LICENSE: bump license year</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/acbc72748d9d2493e4c21c05f58bed4ede84448f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit acbc72748d9d2493e4c21c05f58bed4ede84448f
parent 2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 11:23:27 +0200
LICENSE: bump license year
</content>
</entry>
<entry>
<id>2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0</id>
<published>2022-09-02T09:23:08Z</published>
<updated>2022-09-02T09:33:46Z</updated>
<title type="text">ii.1: improve documentation of usage options</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0
parent 71c1e50da069b17e9e5073b32e83a9be8672b954
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Sep 2022 11:23:08 +0200
ii.1: improve documentation of usage options
* Also improve the order of options and consistency with the usage in ii.c.
* Remove some redundant sections.
Adapted from a patch by Petr Vaněk <
[email protected]>, thanks!
</content>
</entry>
<entry>
<id>71c1e50da069b17e9e5073b32e83a9be8672b954</id>
<published>2022-08-09T15:52:36Z</published>
<updated>2022-08-12T07:10:20Z</updated>
<title type="text">ii: Add a die() function to replace fprintf(3) + exit(3) calls</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/71c1e50da069b17e9e5073b32e83a9be8672b954.gph" />
<author>
<name>Tom Schwindl</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 71c1e50da069b17e9e5073b32e83a9be8672b954
parent 01537d014b9c7d4a534244531b5230d0d415d396
Author: Tom Schwindl <
[email protected]>
Date: Tue, 9 Aug 2022 15:52:36 +0000
ii: Add a die() function to replace fprintf(3) + exit(3) calls
</content>
</entry>
<entry>
<id>01537d014b9c7d4a534244531b5230d0d415d396</id>
<published>2022-01-07T11:37:48Z</published>
<updated>2022-01-07T11:37:48Z</updated>
<title type="text">bump version to 1.9</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/01537d014b9c7d4a534244531b5230d0d415d396.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 01537d014b9c7d4a534244531b5230d0d415d396
parent cfb3464c6e64618ff106babb98ccddb258b2fec5
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 7 Jan 2022 12:37:48 +0100
bump version to 1.9
</content>
</entry>
<entry>
<id>cfb3464c6e64618ff106babb98ccddb258b2fec5</id>
<published>2021-12-23T21:11:08Z</published>
<updated>2021-12-25T11:12:54Z</updated>
<title type="text">Reduce effective buffer size per channel input.</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/cfb3464c6e64618ff106babb98ccddb258b2fec5.gph" />
<author>
<name>Christoph Lohmann</name>
<email>
[email protected]</email>
</author>
<content type="text">commit cfb3464c6e64618ff106babb98ccddb258b2fec5
parent d9be11ad05a8d60dc1aee3c7e7f872625641314d
Author: Christoph Lohmann <
[email protected]>
Date: Thu, 23 Dec 2021 22:11:08 +0100
Reduce effective buffer size per channel input.
This will curb the easy way to trigger a too long line sent to the
server and prevent this error and connection drop.
</content>
</entry>
<entry>
<id>d9be11ad05a8d60dc1aee3c7e7f872625641314d</id>
<published>2021-12-23T21:11:07Z</published>
<updated>2021-12-25T11:10:10Z</updated>
<title type="text">Increase ping timeout for bad connections.</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/d9be11ad05a8d60dc1aee3c7e7f872625641314d.gph" />
<author>
<name>Christoph Lohmann</name>
<email>
[email protected]</email>
</author>
<content type="text">commit d9be11ad05a8d60dc1aee3c7e7f872625641314d
parent ecf390259cfe193e7a41fbd1b7a4380621b8f677
Author: Christoph Lohmann <
[email protected]>
Date: Thu, 23 Dec 2021 22:11:07 +0100
Increase ping timeout for bad connections.
</content>
</entry>
<entry>
<id>ecf390259cfe193e7a41fbd1b7a4380621b8f677</id>
<published>2020-07-05T20:32:13Z</published>
<updated>2020-07-05T20:32:13Z</updated>
<title type="text">ewritestr: Remove duplicate shift of offset</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/ecf390259cfe193e7a41fbd1b7a4380621b8f677.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit ecf390259cfe193e7a41fbd1b7a4380621b8f677
parent 49e239fbb19f1dc880f269a1adb0543dadc1f4e9
Author: Hiltjo Posthuma <
[email protected]>
Date: Sun, 5 Jul 2020 22:32:13 +0200
ewritestr: Remove duplicate shift of offset
Patch by
[email protected], thanks.
</content>
</entry>
<entry>
<id>49e239fbb19f1dc880f269a1adb0543dadc1f4e9</id>
<published>2020-01-17T13:06:13Z</published>
<updated>2020-01-17T13:55:06Z</updated>
<title type="text">remove useless c->next = NULL</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/49e239fbb19f1dc880f269a1adb0543dadc1f4e9.gph" />
<author>
<name>David Demelier</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 49e239fbb19f1dc880f269a1adb0543dadc1f4e9
parent a192aa3113a2e171b6061a827bba6e955de7bb11
Author: David Demelier <
[email protected]>
Date: Fri, 17 Jan 2020 14:06:13 +0100
remove useless c->next = NULL
</content>
</entry>
<entry>
<id>a192aa3113a2e171b6061a827bba6e955de7bb11</id>
<published>2019-12-16T17:28:10Z</published>
<updated>2019-12-16T17:28:10Z</updated>
<title type="text">minor style fix for ARGEND</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/a192aa3113a2e171b6061a827bba6e955de7bb11.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit a192aa3113a2e171b6061a827bba6e955de7bb11
parent 1411224b169b5a2d134111b068e17f3020753ca9
Author: Hiltjo Posthuma <
[email protected]>
Date: Mon, 16 Dec 2019 18:28:10 +0100
minor style fix for ARGEND
see:
https://9fans.github.io/plan9port/man/man3/arg.html
</content>
</entry>
<entry>
<id>1411224b169b5a2d134111b068e17f3020753ca9</id>
<published>2019-12-16T17:26:01Z</published>
<updated>2019-12-16T17:26:01Z</updated>
<title type="text">fix undefined behaviour of use of isalpha, isdigit and tolower</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/1411224b169b5a2d134111b068e17f3020753ca9.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 1411224b169b5a2d134111b068e17f3020753ca9
parent bf06f141882477d60a9d30390dd9e43a49fccc11
Author: Hiltjo Posthuma <
[email protected]>
Date: Mon, 16 Dec 2019 18:26:01 +0100
fix undefined behaviour of use of isalpha, isdigit and tolower
"The argument c must be EOF or representable as an unsigned char;
otherwise, the result is undefined."
</content>
</entry>
<entry>
<id>bf06f141882477d60a9d30390dd9e43a49fccc11</id>
<published>2019-05-26T02:27:36Z</published>
<updated>2019-05-26T13:38:52Z</updated>
<title type="text">Fix traversal of addrinfo list</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/bf06f141882477d60a9d30390dd9e43a49fccc11.gph" />
<author>
<name>Michael Forney</name>
<email>
[email protected]</email>
</author>
<content type="text">commit bf06f141882477d60a9d30390dd9e43a49fccc11
parent dfecb5c0f4eda76cbad3319a2e76244e76c566be
Author: Michael Forney <
[email protected]>
Date: Sat, 25 May 2019 19:27:36 -0700
Fix traversal of addrinfo list
Although the loop is executed once for every result, in each iteration
it connects to the first result.
</content>
</entry>
<entry>
<id>dfecb5c0f4eda76cbad3319a2e76244e76c566be</id>
<published>2019-02-12T17:13:24Z</published>
<updated>2019-02-12T17:14:18Z</updated>
<title type="text">fix typo in NOTICE messages</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/dfecb5c0f4eda76cbad3319a2e76244e76c566be.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit dfecb5c0f4eda76cbad3319a2e76244e76c566be
parent b25423f765690d34e4b4eb1e90a27f42d8d41035
Author: Hiltjo Posthuma <
[email protected]>
Date: Tue, 12 Feb 2019 18:13:24 +0100
fix typo in NOTICE messages
</content>
</entry>
<entry>
<id>b25423f765690d34e4b4eb1e90a27f42d8d41035</id>
<published>2018-07-23T19:42:59Z</published>
<updated>2018-07-23T19:42:59Z</updated>
<title type="text">check input length before reading</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/b25423f765690d34e4b4eb1e90a27f42d8d41035.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit b25423f765690d34e4b4eb1e90a27f42d8d41035
parent 51cb204eb2a7ee840a86cc66b762ddfff56f01b2
Author: Hiltjo Posthuma <
[email protected]>
Date: Mon, 23 Jul 2018 21:42:59 +0200
check input length before reading
thanks halbeno and quinq for the patches and feedback.
</content>
</entry>
<entry>
<id>51cb204eb2a7ee840a86cc66b762ddfff56f01b2</id>
<published>2018-05-29T16:34:52Z</published>
<updated>2018-06-02T12:25:28Z</updated>
<title type="text">Add a config option to link against system or shipped strlcpy</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/51cb204eb2a7ee840a86cc66b762ddfff56f01b2.gph" />
<author>
<name>Quentin Rameau</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 51cb204eb2a7ee840a86cc66b762ddfff56f01b2
parent e32415744c0e7f2d75d4669addefc1b50f977cd6
Author: Quentin Rameau <
[email protected]>
Date: Tue, 29 May 2018 18:34:52 +0200
Add a config option to link against system or shipped strlcpy
</content>
</entry>
<entry>
<id>e32415744c0e7f2d75d4669addefc1b50f977cd6</id>
<published>2018-05-29T16:27:36Z</published>
<updated>2018-06-02T12:25:15Z</updated>
<title type="text">Refactor Makefile</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/e32415744c0e7f2d75d4669addefc1b50f977cd6.gph" />
<author>
<name>Quentin Rameau</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e32415744c0e7f2d75d4669addefc1b50f977cd6
parent 25ee995ead94f3343edee8aed797eea1140a6bfb
Author: Quentin Rameau <
[email protected]>
Date: Tue, 29 May 2018 18:27:36 +0200
Refactor Makefile
Declare it as POSIX-compliant
Use $() instead of ${}
Separate stock CFLAGS from user CFLAGS
</content>
</entry>
<entry>
<id>25ee995ead94f3343edee8aed797eea1140a6bfb</id>
<published>2018-05-22T06:43:32Z</published>
<updated>2018-05-22T06:43:32Z</updated>
<title type="text">fix typo in comment</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/25ee995ead94f3343edee8aed797eea1140a6bfb.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 25ee995ead94f3343edee8aed797eea1140a6bfb
parent 804cb7266640c54d98fb5c4edf2ba7b5ad52649f
Author: Hiltjo Posthuma <
[email protected]>
Date: Tue, 22 May 2018 08:43:32 +0200
fix typo in comment
pointed out by halbeno
</content>
</entry>
<entry>
<id>804cb7266640c54d98fb5c4edf2ba7b5ad52649f</id>
<published>2018-05-09T18:50:09Z</published>
<updated>2018-05-10T09:25:54Z</updated>
<title type="text">Remove .hgtags</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/804cb7266640c54d98fb5c4edf2ba7b5ad52649f.gph" />
<author>
<name>David Demelier</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 804cb7266640c54d98fb5c4edf2ba7b5ad52649f
parent 9288de612641074069940e187f72f14e6908d5f5
Author: David Demelier <
[email protected]>
Date: Wed, 9 May 2018 20:50:09 +0200
Remove .hgtags
</content>
</entry>
<entry>
<id>9288de612641074069940e187f72f14e6908d5f5</id>
<published>2018-02-04T13:07:03Z</published>
<updated>2018-02-04T13:11:39Z</updated>
<title type="text">bump version to 1.8</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/9288de612641074069940e187f72f14e6908d5f5.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 9288de612641074069940e187f72f14e6908d5f5
parent 95963c46ebcafd9542e9cd8e16ee158aca043ce7
Author: Hiltjo Posthuma <
[email protected]>
Date: Sun, 4 Feb 2018 14:07:03 +0100
bump version to 1.8
</content>
</entry>
<entry>
<id>95963c46ebcafd9542e9cd8e16ee158aca043ce7</id>
<published>2017-12-03T21:17:36Z</published>
<updated>2017-12-03T21:34:14Z</updated>
<title type="text">Makefile: add a dependency on arg.h</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/95963c46ebcafd9542e9cd8e16ee158aca043ce7.gph" />
<author>
<name>Quentin Rameau</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 95963c46ebcafd9542e9cd8e16ee158aca043ce7
parent fd867aebd1b5ccf1b427e55cf0724137461c3ee9
Author: Quentin Rameau <
[email protected]>
Date: Sun, 3 Dec 2017 22:17:36 +0100
Makefile: add a dependency on arg.h
</content>
</entry>
<entry>
<id>fd867aebd1b5ccf1b427e55cf0724137461c3ee9</id>
<published>2017-12-03T21:16:59Z</published>
<updated>2017-12-03T21:34:14Z</updated>
<title type="text">Fix arg.h</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/fd867aebd1b5ccf1b427e55cf0724137461c3ee9.gph" />
<author>
<name>Quentin Rameau</name>
<email>
[email protected]</email>
</author>
<content type="text">commit fd867aebd1b5ccf1b427e55cf0724137461c3ee9
parent 31b2445000b7f5f88e363f85de1e70e91c2adbaf
Author: Quentin Rameau <
[email protected]>
Date: Sun, 3 Dec 2017 22:16:59 +0100
Fix arg.h
</content>
</entry>
<entry>
<id>31b2445000b7f5f88e363f85de1e70e91c2adbaf</id>
<published>2017-11-18T11:35:33Z</published>
<updated>2017-11-18T11:35:33Z</updated>
<title type="text">don't modify argv, use a counter</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/31b2445000b7f5f88e363f85de1e70e91c2adbaf.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 31b2445000b7f5f88e363f85de1e70e91c2adbaf
parent 0fedff44e3cf7d1f1edfb15f160320dcc6746bd8
Author: Hiltjo Posthuma <
[email protected]>
Date: Sat, 18 Nov 2017 12:35:33 +0100
don't modify argv, use a counter
on some platforms (OpenBSD) this changes the exposed argv in tools
using the kvm_* interface, such as ps and pgrep.
</content>
</entry>
<entry>
<id>0fedff44e3cf7d1f1edfb15f160320dcc6746bd8</id>
<published>2017-11-18T11:28:30Z</published>
<updated>2017-11-18T11:28:30Z</updated>
<title type="text">Makefile: simplify</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/0fedff44e3cf7d1f1edfb15f160320dcc6746bd8.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 0fedff44e3cf7d1f1edfb15f160320dcc6746bd8
parent bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8
Author: Hiltjo Posthuma <
[email protected]>
Date: Sat, 18 Nov 2017 12:28:30 +0100
Makefile: simplify
</content>
</entry>
<entry>
<id>bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8</id>
<published>2017-07-09T10:28:08Z</published>
<updated>2017-07-09T10:28:08Z</updated>
<title type="text">allow some more characters in the channel name</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8
parent 704ab925e92097778821d36954699f665028254d
Author: Hiltjo Posthuma <
[email protected]>
Date: Sun, 9 Jul 2017 12:28:08 +0200
allow some more characters in the channel name
</content>
</entry>
<entry>
<id>704ab925e92097778821d36954699f665028254d</id>
<published>2017-06-02T07:54:54Z</published>
<updated>2017-06-02T07:54:54Z</updated>
<title type="text">merge my changes to master</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/704ab925e92097778821d36954699f665028254d.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 704ab925e92097778821d36954699f665028254d
parent 714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456
Author: Hiltjo Posthuma <
[email protected]>
Date: Fri, 2 Jun 2017 09:54:54 +0200
merge my changes to master
Special thanks to:
- Wolfgang Corcoran-Mathe for sending patches and testing.
- Nico Golde for maintaining ii for so long.
</content>
</entry>
<entry>
<id>714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456</id>
<published>2016-10-13T22:21:47Z</published>
<updated>2016-10-13T22:21:47Z</updated>
<title type="text">define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea!</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456
parent f8f3a096bc6d812b7d506d8010ca3063c3f70999
Author: Nico Golde <
[email protected]>
Date: Thu, 13 Oct 2016 15:21:47 -0700
define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea!
</content>
</entry>
<entry>
<id>f8f3a096bc6d812b7d506d8010ca3063c3f70999</id>
<published>2016-09-07T19:17:12Z</published>
<updated>2016-09-07T19:17:12Z</updated>
<title type="text">errm eprint isnt declared here. thanks Ali H. Fardan</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/f8f3a096bc6d812b7d506d8010ca3063c3f70999.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit f8f3a096bc6d812b7d506d8010ca3063c3f70999
parent 584290f2642eeacbe1b24e7174e49139d6787252
Author: Nico Golde <
[email protected]>
Date: Wed, 7 Sep 2016 21:17:12 +0200
errm eprint isnt declared here. thanks Ali H. Fardan
</content>
</entry>
<entry>
<id>584290f2642eeacbe1b24e7174e49139d6787252</id>
<published>2016-09-06T17:58:28Z</published>
<updated>2016-09-06T17:58:28Z</updated>
<title type="text">use pledge by default if compiled on openbsc and provide errno string</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/584290f2642eeacbe1b24e7174e49139d6787252.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 584290f2642eeacbe1b24e7174e49139d6787252
parent a4434536cd80325016309edbb02cbd27cd43b42d
Author: Nico Golde <
[email protected]>
Date: Tue, 6 Sep 2016 19:58:28 +0200
use pledge by default if compiled on openbsc and provide errno string
</content>
</entry>
<entry>
<id>a4434536cd80325016309edbb02cbd27cd43b42d</id>
<published>2016-09-02T16:43:08Z</published>
<updated>2016-09-02T16:43:08Z</updated>
<title type="text">fix double backslash</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/a4434536cd80325016309edbb02cbd27cd43b42d.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit a4434536cd80325016309edbb02cbd27cd43b42d
parent 18580a159febc9c9658d82d73b90b53895c1ec00
Author: Nico Golde <
[email protected]>
Date: Fri, 2 Sep 2016 18:43:08 +0200
fix double backslash
</content>
</entry>
<entry>
<id>18580a159febc9c9658d82d73b90b53895c1ec00</id>
<published>2016-09-02T14:13:43Z</published>
<updated>2016-09-02T14:13:43Z</updated>
<title type="text">add OpenBSD pledge support - thanks Gleydson Soares</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/18580a159febc9c9658d82d73b90b53895c1ec00.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 18580a159febc9c9658d82d73b90b53895c1ec00
parent f79e2f09534d92a6fe4e062b06449a925fef1c41
Author: Nico Golde <
[email protected]>
Date: Fri, 2 Sep 2016 16:13:43 +0200
add OpenBSD pledge support - thanks Gleydson Soares
</content>
</entry>
<entry>
<id>f79e2f09534d92a6fe4e062b06449a925fef1c41</id>
<published>2016-02-14T11:07:17Z</published>
<updated>2016-02-24T22:02:19Z</updated>
<title type="text">Fix channel use after freeing in main loop</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/f79e2f09534d92a6fe4e062b06449a925fef1c41.gph" />
<author>
<name>Vasily Kolobkov</name>
<email>
[email protected]</email>
</author>
<content type="text">commit f79e2f09534d92a6fe4e062b06449a925fef1c41
parent 165638e3c81213956a6b41d5889ba05186f4f771
Author: Vasily Kolobkov <
[email protected]>
Date: Sun, 14 Feb 2016 13:07:17 +0200
Fix channel use after freeing in main loop
Signed-off-by: Nico Golde <
[email protected]>
</content>
</entry>
<entry>
<id>165638e3c81213956a6b41d5889ba05186f4f771</id>
<published>2016-02-13T19:25:07Z</published>
<updated>2016-02-24T22:02:13Z</updated>
<title type="text">Check up on server messages</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/165638e3c81213956a6b41d5889ba05186f4f771.gph" />
<author>
<name>Vasily Kolobkov</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 165638e3c81213956a6b41d5889ba05186f4f771
parent 1bc3e103c0cc59b32018c3680f8c97bad4191cce
Author: Vasily Kolobkov <
[email protected]>
Date: Sat, 13 Feb 2016 21:25:07 +0200
Check up on server messages
Signed-off-by: Nico Golde <
[email protected]>
</content>
</entry>
<entry>
<id>1bc3e103c0cc59b32018c3680f8c97bad4191cce</id>
<published>2015-11-05T00:35:23Z</published>
<updated>2015-11-05T00:35:23Z</updated>
<title type="text">prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/1bc3e103c0cc59b32018c3680f8c97bad4191cce.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 1bc3e103c0cc59b32018c3680f8c97bad4191cce
parent 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e
Author: Nico Golde <
[email protected]>
Date: Wed, 4 Nov 2015 19:35:23 -0500
prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log
</content>
</entry>
<entry>
<id>29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e</id>
<published>2015-11-05T00:35:20Z</published>
<updated>2015-11-05T00:35:20Z</updated>
<title type="text">remove duplicate word, thanks Michael Stevens!</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e
parent 63b5736e6efb83bf9b617f83ecbeed38a1b3add4
Author: Nico Golde <
[email protected]>
Date: Wed, 4 Nov 2015 19:35:20 -0500
remove duplicate word, thanks Michael Stevens!
</content>
</entry>
<entry>
<id>63b5736e6efb83bf9b617f83ecbeed38a1b3add4</id>
<published>2015-03-22T12:37:53Z</published>
<updated>2015-03-22T12:37:53Z</updated>
<title type="text">use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares!</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/63b5736e6efb83bf9b617f83ecbeed38a1b3add4.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 63b5736e6efb83bf9b617f83ecbeed38a1b3add4
parent 41ce43bf8c859231d593f8f3a4541313ab37fb5b
Author: Nico Golde <
[email protected]>
Date: Sun, 22 Mar 2015 13:37:53 +0100
use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares!
</content>
</entry>
<entry>
<id>41ce43bf8c859231d593f8f3a4541313ab37fb5b</id>
<published>2013-10-12T08:34:32Z</published>
<updated>2013-10-12T08:34:32Z</updated>
<title type="text">add gitignore</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/41ce43bf8c859231d593f8f3a4541313ab37fb5b.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 41ce43bf8c859231d593f8f3a4541313ab37fb5b
parent 28feb9a40e4ac3f7717be4dec72526d98edbf0a5
Author: Nico Golde <
[email protected]>
Date: Sat, 12 Oct 2013 10:34:32 +0200
add gitignore
</content>
</entry>
<entry>
<id>28feb9a40e4ac3f7717be4dec72526d98edbf0a5</id>
<published>2013-04-25T07:00:54Z</published>
<updated>2013-04-25T07:00:54Z</updated>
<title type="text">fix "typo" in manpage, thanks Enrique Garbi</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/28feb9a40e4ac3f7717be4dec72526d98edbf0a5.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 28feb9a40e4ac3f7717be4dec72526d98edbf0a5
parent 76e6ff5a4b2994e5ab915c5b671eae00b00da4f7
Author: Nico Golde <
[email protected]>
Date: Thu, 25 Apr 2013 09:00:54 +0200
fix "typo" in manpage, thanks Enrique Garbi
</content>
</entry>
<entry>
<id>76e6ff5a4b2994e5ab915c5b671eae00b00da4f7</id>
<published>2013-01-05T13:26:47Z</published>
<updated>2013-01-05T13:26:47Z</updated>
<title type="text">1.7 release</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/76e6ff5a4b2994e5ab915c5b671eae00b00da4f7.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 76e6ff5a4b2994e5ab915c5b671eae00b00da4f7
parent 7a99152ce64d7006730006094b333edbecbe505a
Author: Nico Golde <
[email protected]>
Date: Sat, 5 Jan 2013 14:26:47 +0100
1.7 release
</content>
</entry>
<entry>
<id>7a99152ce64d7006730006094b333edbecbe505a</id>
<published>2012-08-14T09:57:30Z</published>
<updated>2012-08-14T09:57:30Z</updated>
<title type="text">add respective header for select and not implicitely include it</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/7a99152ce64d7006730006094b333edbecbe505a.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 7a99152ce64d7006730006094b333edbecbe505a
parent aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c
Author: Nico Golde <
[email protected]>
Date: Tue, 14 Aug 2012 11:57:30 +0200
add respective header for select and not implicitely include it
</content>
</entry>
<entry>
<id>aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c</id>
<published>2012-07-03T15:43:56Z</published>
<updated>2012-07-03T15:43:56Z</updated>
<title type="text">convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is.</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c
parent a5a7d1b3766546d7466f174f9c1c0be2f9f505f2
Author: Nico Golde <
[email protected]>
Date: Tue, 3 Jul 2012 17:43:56 +0200
convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is.
</content>
</entry>
<entry>
<id>a5a7d1b3766546d7466f174f9c1c0be2f9f505f2</id>
<published>2012-06-28T13:41:57Z</published>
<updated>2012-06-28T13:41:57Z</updated>
<title type="text">fix parsing of JOIN messages for certain servers, thanks van Kanakarakis</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/a5a7d1b3766546d7466f174f9c1c0be2f9f505f2.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit a5a7d1b3766546d7466f174f9c1c0be2f9f505f2
parent 9a0ea4ada1533bdd7292557cf7087a58bf478810
Author: Nico Golde <
[email protected]>
Date: Thu, 28 Jun 2012 15:41:57 +0200
fix parsing of JOIN messages for certain servers, thanks van Kanakarakis
</content>
</entry>
<entry>
<id>9a0ea4ada1533bdd7292557cf7087a58bf478810</id>
<published>2012-06-16T15:00:51Z</published>
<updated>2012-06-16T15:00:51Z</updated>
<title type="text">mark 1.7 as the next release version</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/9a0ea4ada1533bdd7292557cf7087a58bf478810.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 9a0ea4ada1533bdd7292557cf7087a58bf478810
parent c68beccf597984396c7ef22dd5b1a8eed4ab69a1
Author: Nico Golde <
[email protected]>
Date: Sat, 16 Jun 2012 17:00:51 +0200
mark 1.7 as the next release version
</content>
</entry>
<entry>
<id>c68beccf597984396c7ef22dd5b1a8eed4ab69a1</id>
<published>2012-06-16T15:00:31Z</published>
<updated>2012-06-16T15:00:31Z</updated>
<title type="text">-k now points to an environment variable containing the password</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/c68beccf597984396c7ef22dd5b1a8eed4ab69a1.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit c68beccf597984396c7ef22dd5b1a8eed4ab69a1
parent 2bcd27c9e8bd1e4ce4da5af9218024736c1976e4
Author: Nico Golde <
[email protected]>
Date: Sat, 16 Jun 2012 17:00:31 +0200
-k now points to an environment variable containing the password
</content>
</entry>
<entry>
<id>2bcd27c9e8bd1e4ce4da5af9218024736c1976e4</id>
<published>2011-10-31T20:35:12Z</published>
<updated>2011-10-31T20:35:12Z</updated>
<title type="text">a little cleanup by Connor Lane Smith, thanks!</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/2bcd27c9e8bd1e4ce4da5af9218024736c1976e4.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 2bcd27c9e8bd1e4ce4da5af9218024736c1976e4
parent 6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63
Author: Nico Golde <
[email protected]>
Date: Mon, 31 Oct 2011 21:35:12 +0100
a little cleanup by Connor Lane Smith, thanks!
</content>
</entry>
<entry>
<id>6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63</id>
<published>2011-01-31T20:47:02Z</published>
<updated>2011-01-31T20:47:02Z</updated>
<title type="text">Added tag 1.6 for changeset f09f802a8037</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63
parent 7c229817900bd138cbe131f31cd4be440b2a005e
Author: Nico Golde <
[email protected]>
Date: Mon, 31 Jan 2011 21:47:02 +0100
Added tag 1.6 for changeset f09f802a8037
</content>
</entry>
<entry>
<id>7c229817900bd138cbe131f31cd4be440b2a005e</id>
<published>2011-01-31T20:47:00Z</published>
<updated>2011-01-31T20:47:00Z</updated>
<title type="text">update CHANGES and makefile config for 1.6</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/7c229817900bd138cbe131f31cd4be440b2a005e.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 7c229817900bd138cbe131f31cd4be440b2a005e
parent 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc
Author: Nico Golde <
[email protected]>
Date: Mon, 31 Jan 2011 21:47:00 +0100
update CHANGES and makefile config for 1.6
</content>
</entry>
<entry>
<id>542bc7b5bf6d4442e9382d3e72cdf5ea017899cc</id>
<published>2011-01-31T20:45:52Z</published>
<updated>2011-01-31T20:45:52Z</updated>
<title type="text">restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/542bc7b5bf6d4442e9382d3e72cdf5ea017899cc.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc
parent b156bc96f2bef391d858a64c9d2e623f2dc67628
Author: Nico Golde <
[email protected]>
Date: Mon, 31 Jan 2011 21:45:52 +0100
restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands
</content>
</entry>
<entry>
<id>b156bc96f2bef391d858a64c9d2e623f2dc67628</id>
<published>2011-01-24T16:52:38Z</published>
<updated>2011-01-24T16:52:38Z</updated>
<title type="text">Added tag 1.5 for changeset 550ee1100719</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/b156bc96f2bef391d858a64c9d2e623f2dc67628.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit b156bc96f2bef391d858a64c9d2e623f2dc67628
parent beb466138132439f538008a8bbd8ad43355e687d
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 17:52:38 +0100
Added tag 1.5 for changeset 550ee1100719
</content>
</entry>
<entry>
<id>beb466138132439f538008a8bbd8ad43355e687d</id>
<published>2011-01-24T16:52:35Z</published>
<updated>2011-01-24T16:52:35Z</updated>
<title type="text">document implication of autojoin patch and now tag 1.5 for real :)</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/beb466138132439f538008a8bbd8ad43355e687d.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit beb466138132439f538008a8bbd8ad43355e687d
parent 85c6300bfb9f9319ae9986e571e02e511b5b0f1f
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 17:52:35 +0100
document implication of autojoin patch and now tag 1.5 for real :)
</content>
</entry>
<entry>
<id>85c6300bfb9f9319ae9986e571e02e511b5b0f1f</id>
<published>2011-01-24T15:52:15Z</published>
<updated>2011-01-24T15:52:15Z</updated>
<title type="text">Added tag 1.5 for changeset 6f504f412a59</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/85c6300bfb9f9319ae9986e571e02e511b5b0f1f.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 85c6300bfb9f9319ae9986e571e02e511b5b0f1f
parent ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:52:15 +0100
Added tag 1.5 for changeset 6f504f412a59
</content>
</entry>
<entry>
<id>ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3</id>
<published>2011-01-24T15:51:58Z</published>
<updated>2011-01-24T15:51:58Z</updated>
<title type="text">add changelog entry about autojoin patch</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3
parent 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:51:58 +0100
add changelog entry about autojoin patch
</content>
</entry>
<entry>
<id>59f6c6d017b2ea0954ac410ba4b8c98132fd36ae</id>
<published>2011-01-24T15:47:27Z</published>
<updated>2011-01-24T15:47:27Z</updated>
<title type="text">merge in forgotten changes</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/59f6c6d017b2ea0954ac410ba4b8c98132fd36ae.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae
parent e09845c9a433a8228f6b04da3ffff3333fbc06eb
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:47:27 +0100
merge in forgotten changes
</content>
</entry>
<entry>
<id>e09845c9a433a8228f6b04da3ffff3333fbc06eb</id>
<published>2011-01-24T15:46:34Z</published>
<updated>2011-01-24T15:46:34Z</updated>
<title type="text">Added tag 1.5 for changeset 4c6892284a9a</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/e09845c9a433a8228f6b04da3ffff3333fbc06eb.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e09845c9a433a8228f6b04da3ffff3333fbc06eb
parent e048dac3dfcdc38d9869af04a18593046908a0a5
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:46:34 +0100
Added tag 1.5 for changeset 4c6892284a9a
</content>
</entry>
<entry>
<id>e048dac3dfcdc38d9869af04a18593046908a0a5</id>
<published>2011-01-24T15:46:25Z</published>
<updated>2011-01-24T15:46:25Z</updated>
<title type="text">minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai)</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/e048dac3dfcdc38d9869af04a18593046908a0a5.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit e048dac3dfcdc38d9869af04a18593046908a0a5
parent 566fa01e471cbbe318640150b44fa59bfe50f9a8
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:46:25 +0100
minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai)
</content>
</entry>
<entry>
<id>566fa01e471cbbe318640150b44fa59bfe50f9a8</id>
<published>2011-01-24T15:13:04Z</published>
<updated>2011-01-24T15:13:04Z</updated>
<title type="text">create in FIFO on receiving a PRIVMSG</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/566fa01e471cbbe318640150b44fa59bfe50f9a8.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 566fa01e471cbbe318640150b44fa59bfe50f9a8
parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
Author: Nico Golde <
[email protected]>
Date: Mon, 24 Jan 2011 16:13:04 +0100
create in FIFO on receiving a PRIVMSG
</content>
</entry>
<entry>
<id>3bf53e363e4f0b6319ecf262383e99111bafa1ef</id>
<published>2010-06-25T08:55:05Z</published>
<updated>2010-06-25T08:55:05Z</updated>
<title type="text">document /a for away, patch by Even Gates</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/3bf53e363e4f0b6319ecf262383e99111bafa1ef.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 3bf53e363e4f0b6319ecf262383e99111bafa1ef
parent 27191f4012fd854d605647a669c430526470db0a
Author: Nico Golde <
[email protected]>
Date: Fri, 25 Jun 2010 10:55:05 +0200
document /a for away, patch by Even Gates
</content>
</entry>
<entry>
<id>27191f4012fd854d605647a669c430526470db0a</id>
<published>2009-06-01T11:39:01Z</published>
<updated>2009-06-01T11:39:01Z</updated>
<title type="text">replace echo with printf so it doesnt rely on xsi extension of susv3</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/27191f4012fd854d605647a669c430526470db0a.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 27191f4012fd854d605647a669c430526470db0a
parent 53500aea6ecee6f8ed5a220ed1cf39fe2970e588
Author: Nico Golde <
[email protected]>
Date: Mon, 1 Jun 2009 13:39:01 +0200
replace echo with printf so it doesnt rely on xsi extension of susv3
</content>
</entry>
<entry>
<id>53500aea6ecee6f8ed5a220ed1cf39fe2970e588</id>
<published>2009-05-23T15:17:46Z</published>
<updated>2009-05-23T15:17:46Z</updated>
<title type="text">remove bashism, isnt needed anyway</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/53500aea6ecee6f8ed5a220ed1cf39fe2970e588.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 53500aea6ecee6f8ed5a220ed1cf39fe2970e588
parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
Author: Nico Golde <
[email protected]>
Date: Sat, 23 May 2009 17:17:46 +0200
remove bashism, isnt needed anyway
</content>
</entry>
<entry>
<id>9dfc1526f92a033d8f5cb90b2b4a523e91bd621e</id>
<published>2008-08-09T11:45:55Z</published>
<updated>2008-08-09T11:45:55Z</updated>
<title type="text">Added tag 1.4 for changeset 7c7c000b4f42</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/9dfc1526f92a033d8f5cb90b2b4a523e91bd621e.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
parent 36ec5bc4250b500a4661949fa3c55ec06635bbaf
Author: Nico Golde <
[email protected]>
Date: Sat, 9 Aug 2008 13:45:55 +0200
Added tag 1.4 for changeset 7c7c000b4f42
</content>
</entry>
<entry>
<id>36ec5bc4250b500a4661949fa3c55ec06635bbaf</id>
<published>2008-08-09T11:45:46Z</published>
<updated>2008-08-09T11:45:46Z</updated>
<title type="text">- 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)</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/36ec5bc4250b500a4661949fa3c55ec06635bbaf.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 36ec5bc4250b500a4661949fa3c55ec06635bbaf
parent ddb0f6db0240c4f4766980a65678b168a52f3707
Author: Nico Golde <
[email protected]>
Date: Sat, 9 Aug 2008 13:45:46 +0200
- 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)
</content>
</entry>
<entry>
<id>ddb0f6db0240c4f4766980a65678b168a52f3707</id>
<published>2008-07-22T17:02:47Z</published>
<updated>2008-07-22T17:02:47Z</updated>
<title type="text">fix manual</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/ddb0f6db0240c4f4766980a65678b168a52f3707.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit ddb0f6db0240c4f4766980a65678b168a52f3707
parent 081c33b7868a7a834d6ab3063e75acb8cb3a77ed
Author: Nico Golde <
[email protected]>
Date: Tue, 22 Jul 2008 19:02:47 +0200
fix manual
</content>
</entry>
<entry>
<id>081c33b7868a7a834d6ab3063e75acb8cb3a77ed</id>
<published>2007-07-16T06:00:48Z</published>
<updated>2007-07-16T06:00:48Z</updated>
<title type="text">fixed possible NULL pointer reference on sparc</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/081c33b7868a7a834d6ab3063e75acb8cb3a77ed.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 081c33b7868a7a834d6ab3063e75acb8cb3a77ed
parent 79b934f3fee8a8f103f79c7f855833a215170505
Author: Nico Golde <
[email protected]>
Date: Mon, 16 Jul 2007 08:00:48 +0200
fixed possible NULL pointer reference on sparc
</content>
</entry>
<entry>
<id>79b934f3fee8a8f103f79c7f855833a215170505</id>
<published>2007-07-14T19:23:41Z</published>
<updated>2007-07-14T19:23:41Z</updated>
<title type="text">Added tag ii-1.3 for changeset 987fc9d57808</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/79b934f3fee8a8f103f79c7f855833a215170505.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 79b934f3fee8a8f103f79c7f855833a215170505
parent a07ffe2c08d52f92901af1db93e7030e68b5eb5a
Author: Nico Golde <
[email protected]>
Date: Sat, 14 Jul 2007 21:23:41 +0200
Added tag ii-1.3 for changeset 987fc9d57808
</content>
</entry>
<entry>
<id>a07ffe2c08d52f92901af1db93e7030e68b5eb5a</id>
<published>2007-07-14T18:39:36Z</published>
<updated>2007-07-14T18:39:36Z</updated>
<title type="text">release date</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/a07ffe2c08d52f92901af1db93e7030e68b5eb5a.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit a07ffe2c08d52f92901af1db93e7030e68b5eb5a
parent 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81
Author: Nico Golde <
[email protected]>
Date: Sat, 14 Jul 2007 20:39:36 +0200
release date
</content>
</entry>
<entry>
<id>9deaa7b3a6ae3fbb00970b0cba848c04f866cd81</id>
<published>2007-07-14T11:12:01Z</published>
<updated>2007-07-14T11:12:01Z</updated>
<title type="text">1.2->1.3</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/9deaa7b3a6ae3fbb00970b0cba848c04f866cd81.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81
parent 81ed7e3c159f61b2fe9c125772283b298b6e7073
Author: Nico Golde <
[email protected]>
Date: Sat, 14 Jul 2007 13:12:01 +0200
1.2->1.3
</content>
</entry>
<entry>
<id>81ed7e3c159f61b2fe9c125772283b298b6e7073</id>
<published>2007-07-14T11:11:09Z</published>
<updated>2007-07-14T11:11:09Z</updated>
<title type="text">workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/81ed7e3c159f61b2fe9c125772283b298b6e7073.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 81ed7e3c159f61b2fe9c125772283b298b6e7073
parent 91f3f2efb37df275a70b9985acd7118184de84b7
Author: Nico Golde <
[email protected]>
Date: Sat, 14 Jul 2007 13:11:09 +0200
workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file
</content>
</entry>
<entry>
<id>91f3f2efb37df275a70b9985acd7118184de84b7</id>
<published>2007-06-23T11:37:48Z</published>
<updated>2007-06-23T11:37:48Z</updated>
<title type="text">tagging ii-1.2</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/91f3f2efb37df275a70b9985acd7118184de84b7.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 91f3f2efb37df275a70b9985acd7118184de84b7
parent cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e
Author: Nico Golde <
[email protected]>
Date: Sat, 23 Jun 2007 13:37:48 +0200
tagging ii-1.2
</content>
</entry>
<entry>
<id>cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e</id>
<published>2007-06-23T11:37:46Z</published>
<updated>2007-06-23T11:37:46Z</updated>
<title type="text">Changelog added</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e
parent 50319692c170b490e693f4e0abd85d47c4d560bb
Author: Nico Golde <
[email protected]>
Date: Sat, 23 Jun 2007 13:37:46 +0200
Changelog added
</content>
</entry>
<entry>
<id>50319692c170b490e693f4e0abd85d47c4d560bb</id>
<published>2007-06-23T11:37:31Z</published>
<updated>2007-06-23T11:37:31Z</updated>
<title type="text">tagging ii-1.2</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/50319692c170b490e693f4e0abd85d47c4d560bb.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 50319692c170b490e693f4e0abd85d47c4d560bb
parent cc58fcc0683cd305858fda6bafdabade5a4cde3e
Author: Nico Golde <
[email protected]>
Date: Sat, 23 Jun 2007 13:37:31 +0200
tagging ii-1.2
</content>
</entry>
<entry>
<id>cc58fcc0683cd305858fda6bafdabade5a4cde3e</id>
<published>2007-06-23T11:37:05Z</published>
<updated>2007-06-23T11:37:05Z</updated>
<title type="text">changes for ii-1.2</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/cc58fcc0683cd305858fda6bafdabade5a4cde3e.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit cc58fcc0683cd305858fda6bafdabade5a4cde3e
parent e27930f4cd56aa339d1d975c0cde70a9492c24d6
Author: Nico Golde <
[email protected]>
Date: Sat, 23 Jun 2007 13:37:05 +0200
changes for ii-1.2
</content>
</entry>
<entry>
<id>e27930f4cd56aa339d1d975c0cde70a9492c24d6</id>
<published>2007-06-22T11:45:57Z</published>
<updated>2007-06-22T11:45:57Z</updated>
<title type="text">added note about changelog</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/e27930f4cd56aa339d1d975c0cde70a9492c24d6.gph" />
<author>
<name>nion@aurora</name>
<email>unknown</email>
</author>
<content type="text">commit e27930f4cd56aa339d1d975c0cde70a9492c24d6
parent fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51
Author: nion@aurora <unknown>
Date: Fri, 22 Jun 2007 13:45:57 +0200
added note about changelog
</content>
</entry>
<entry>
<id>fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51</id>
<published>2007-06-22T11:40:24Z</published>
<updated>2007-06-22T11:40:24Z</updated>
<title type="text">enabled joining channels with password</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51.gph" />
<author>
<name>nion@aurora</name>
<email>unknown</email>
</author>
<content type="text">commit fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51
parent ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096
Author: nion@aurora <unknown>
Date: Fri, 22 Jun 2007 13:40:24 +0200
enabled joining channels with password
</content>
</entry>
<entry>
<id>ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096</id>
<published>2007-06-12T09:05:33Z</published>
<updated>2007-06-12T09:05:33Z</updated>
<title type="text">regression fix</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096
parent 2e9a70e67ddcab24751f98411d6a1ff91c438e6a
Author: Nico Golde <
[email protected]>
Date: Tue, 12 Jun 2007 11:05:33 +0200
regression fix
</content>
</entry>
<entry>
<id>2e9a70e67ddcab24751f98411d6a1ff91c438e6a</id>
<published>2007-05-03T17:06:39Z</published>
<updated>2007-05-03T17:06:39Z</updated>
<title type="text">fixed manpage section</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/2e9a70e67ddcab24751f98411d6a1ff91c438e6a.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 2e9a70e67ddcab24751f98411d6a1ff91c438e6a
parent 1cf5526ce429a7261a5e5e8e416cb76810ced635
Author: Nico Golde <
[email protected]>
Date: Thu, 3 May 2007 19:06:39 +0200
fixed manpage section
</content>
</entry>
<entry>
<id>1cf5526ce429a7261a5e5e8e416cb76810ced635</id>
<published>2007-04-28T16:01:28Z</published>
<updated>2007-04-28T16:01:28Z</updated>
<title type="text">copyright adjustments</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/1cf5526ce429a7261a5e5e8e416cb76810ced635.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 1cf5526ce429a7261a5e5e8e416cb76810ced635
parent 8fa368185351c195958863f3c76c576a190888a1
Author: Nico Golde <
[email protected]>
Date: Sat, 28 Apr 2007 18:01:28 +0200
copyright adjustments
</content>
</entry>
<entry>
<id>8fa368185351c195958863f3c76c576a190888a1</id>
<published>2007-04-28T15:57:33Z</published>
<updated>2007-04-28T15:57:33Z</updated>
<title type="text">-v option removed from manual since it is not implemented</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/8fa368185351c195958863f3c76c576a190888a1.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 8fa368185351c195958863f3c76c576a190888a1
parent c8c4d76195851ff0e14812c9da89bf34d1a8460b
Author: Nico Golde <
[email protected]>
Date: Sat, 28 Apr 2007 17:57:33 +0200
-v option removed from manual since it is not implemented
</content>
</entry>
<entry>
<id>c8c4d76195851ff0e14812c9da89bf34d1a8460b</id>
<published>2007-04-04T08:35:33Z</published>
<updated>2007-04-04T08:35:33Z</updated>
<title type="text">ii-1.1</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/c8c4d76195851ff0e14812c9da89bf34d1a8460b.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit c8c4d76195851ff0e14812c9da89bf34d1a8460b
parent debf23c6b509769dfb993e8aa8fc990678eaadfd
Author: Nico Golde <
[email protected]>
Date: Wed, 4 Apr 2007 10:35:33 +0200
ii-1.1
</content>
</entry>
<entry>
<id>debf23c6b509769dfb993e8aa8fc990678eaadfd</id>
<published>2007-02-24T16:46:21Z</published>
<updated>2007-02-24T16:46:21Z</updated>
<title type="text">fixed wrong parsing in commands like WHOIS and NAMES</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/debf23c6b509769dfb993e8aa8fc990678eaadfd.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit debf23c6b509769dfb993e8aa8fc990678eaadfd
parent dd0fe21a09f18751542aa29fef61857f145e4b5c
Author: Nico Golde <
[email protected]>
Date: Sat, 24 Feb 2007 17:46:21 +0100
fixed wrong parsing in commands like WHOIS and NAMES
</content>
</entry>
<entry>
<id>dd0fe21a09f18751542aa29fef61857f145e4b5c</id>
<published>2007-02-04T11:14:20Z</published>
<updated>2007-02-04T11:14:20Z</updated>
<title type="text">initialization</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/dd0fe21a09f18751542aa29fef61857f145e4b5c.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit dd0fe21a09f18751542aa29fef61857f145e4b5c
parent 6a29c85a38902e360d4dd55b7d00b8f6b7354580
Author: Nico Golde <
[email protected]>
Date: Sun, 4 Feb 2007 12:14:20 +0100
initialization
</content>
</entry>
<entry>
<id>6a29c85a38902e360d4dd55b7d00b8f6b7354580</id>
<published>2007-02-03T19:15:41Z</published>
<updated>2007-02-03T19:15:41Z</updated>
<title type="text">license fixed</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/6a29c85a38902e360d4dd55b7d00b8f6b7354580.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 6a29c85a38902e360d4dd55b7d00b8f6b7354580
parent 770ff215b27d643dc99f4745e65227fe123b6c82
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 20:15:41 +0100
license fixed
</content>
</entry>
<entry>
<id>770ff215b27d643dc99f4745e65227fe123b6c82</id>
<published>2007-02-03T18:45:18Z</published>
<updated>2007-02-03T18:45:18Z</updated>
<title type="text">fix race</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/770ff215b27d643dc99f4745e65227fe123b6c82.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 770ff215b27d643dc99f4745e65227fe123b6c82
parent f927bae102094a34ef463aa9ae291a4e816efc9f
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 19:45:18 +0100
fix race
</content>
</entry>
<entry>
<id>f927bae102094a34ef463aa9ae291a4e816efc9f</id>
<published>2007-02-03T16:35:16Z</published>
<updated>2007-02-03T16:35:16Z</updated>
<title type="text">a bit of beautify</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/f927bae102094a34ef463aa9ae291a4e816efc9f.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit f927bae102094a34ef463aa9ae291a4e816efc9f
parent 4fcd8047d21081424b05ec9226a87c6ec3d213a2
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 17:35:16 +0100
a bit of beautify
</content>
</entry>
<entry>
<id>4fcd8047d21081424b05ec9226a87c6ec3d213a2</id>
<published>2007-02-03T12:36:39Z</published>
<updated>2007-02-03T12:36:39Z</updated>
<title type="text">small adjustments</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/4fcd8047d21081424b05ec9226a87c6ec3d213a2.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 4fcd8047d21081424b05ec9226a87c6ec3d213a2
parent 71bda09b276b578de8992d1c9b2603f6482c3206
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 13:36:39 +0100
small adjustments
</content>
</entry>
<entry>
<id>71bda09b276b578de8992d1c9b2603f6482c3206</id>
<published>2007-02-03T12:10:12Z</published>
<updated>2007-02-03T12:10:12Z</updated>
<title type="text">small makefile adjustments</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/71bda09b276b578de8992d1c9b2603f6482c3206.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 71bda09b276b578de8992d1c9b2603f6482c3206
parent 29eb17dea0830a540fe1234c582c073678e4faa9
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 13:10:12 +0100
small makefile adjustments
</content>
</entry>
<entry>
<id>29eb17dea0830a540fe1234c582c073678e4faa9</id>
<published>2007-02-03T12:09:13Z</published>
<updated>2007-02-03T12:09:13Z</updated>
<title type="text">makefile needs to install new files</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/29eb17dea0830a540fe1234c582c073678e4faa9.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit 29eb17dea0830a540fe1234c582c073678e4faa9
parent b2188116d16b82c4f76dda1904c867928ae9e24a
Author: Nico Golde <
[email protected]>
Date: Sat, 3 Feb 2007 13:09:13 +0100
makefile needs to install new files
</content>
</entry>
<entry>
<id>b2188116d16b82c4f76dda1904c867928ae9e24a</id>
<published>2007-02-03T11:58:13Z</published>
<updated>2007-02-03T11:58:13Z</updated>
<title type="text">documentation fixes and query.sh added</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/b2188116d16b82c4f76dda1904c867928ae9e24a.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit b2188116d16b82c4f76dda1904c867928ae9e24a
parent f763ac712f2be5ca85cc7e538e57bff639959cc2
Author:
[email protected] <unknown>
Date: Sat, 3 Feb 2007 12:58:13 +0100
documentation fixes and query.sh added
</content>
</entry>
<entry>
<id>f763ac712f2be5ca85cc7e538e57bff639959cc2</id>
<published>2007-02-02T12:47:08Z</published>
<updated>2007-02-02T12:47:08Z</updated>
<title type="text">SLOC -> LOC</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/f763ac712f2be5ca85cc7e538e57bff639959cc2.gph" />
<author>
<name>Nico Golde</name>
<email>
[email protected]</email>
</author>
<content type="text">commit f763ac712f2be5ca85cc7e538e57bff639959cc2
parent 3e66765243cd94bc3e843967d40ab4f761749482
Author: Nico Golde <
[email protected]>
Date: Fri, 2 Feb 2007 13:47:08 +0100
SLOC -> LOC
</content>
</entry>
<entry>
<id>3e66765243cd94bc3e843967d40ab4f761749482</id>
<published>2007-02-01T11:00:59Z</published>
<updated>2007-02-01T11:00:59Z</updated>
<title type="text">solaris compile fix</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/3e66765243cd94bc3e843967d40ab4f761749482.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 3e66765243cd94bc3e843967d40ab4f761749482
parent c8ea25a172b026708bc2df0dfc944db4ec8f1c61
Author:
[email protected] <unknown>
Date: Thu, 1 Feb 2007 12:00:59 +0100
solaris compile fix
</content>
</entry>
<entry>
<id>c8ea25a172b026708bc2df0dfc944db4ec8f1c61</id>
<published>2007-02-01T10:56:45Z</published>
<updated>2007-02-01T10:56:45Z</updated>
<title type="text">release prepared</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/c8ea25a172b026708bc2df0dfc944db4ec8f1c61.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit c8ea25a172b026708bc2df0dfc944db4ec8f1c61
parent 7e890e305dcdf52f6887f966bee86cc18fc41251
Author:
[email protected] <unknown>
Date: Thu, 1 Feb 2007 11:56:45 +0100
release prepared
</content>
</entry>
<entry>
<id>7e890e305dcdf52f6887f966bee86cc18fc41251</id>
<published>2007-02-01T10:21:52Z</published>
<updated>2007-02-01T10:21:52Z</updated>
<title type="text">harden ii a bit</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/7e890e305dcdf52f6887f966bee86cc18fc41251.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 7e890e305dcdf52f6887f966bee86cc18fc41251
parent e1af846735f8a7ff7acfd9ddacb7cfd8e494a998
Author:
[email protected] <unknown>
Date: Thu, 1 Feb 2007 11:21:52 +0100
harden ii a bit
</content>
</entry>
<entry>
<id>e1af846735f8a7ff7acfd9ddacb7cfd8e494a998</id>
<published>2007-02-01T10:04:47Z</published>
<updated>2007-02-01T10:04:47Z</updated>
<title type="text">use TOK_CMD more safely</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/e1af846735f8a7ff7acfd9ddacb7cfd8e494a998.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit e1af846735f8a7ff7acfd9ddacb7cfd8e494a998
parent 62963ef5b632876aa8604c83980ab27ddf911f4d
Author:
[email protected] <unknown>
Date: Thu, 1 Feb 2007 11:04:47 +0100
use TOK_CMD more safely
</content>
</entry>
<entry>
<id>62963ef5b632876aa8604c83980ab27ddf911f4d</id>
<published>2007-02-01T09:59:36Z</published>
<updated>2007-02-01T09:59:36Z</updated>
<title type="text">indent stuff</title>
<link rel="alternate" href="
gopher://suckless.org/1/git/ii/commit/62963ef5b632876aa8604c83980ab27ddf911f4d.gph" />
<author>
<name>
[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 62963ef5b632876aa8604c83980ab27ddf911f4d
parent c1e10adfad06fd38aada1d10c96447faaf7b51c8
Author:
[email protected] <unknown>
Date: Thu, 1 Feb 2007 10:59:36 +0100
indent stuff
</content>
</entry>
</feed>