Re: [dev] ii IPv6 support

2013-04-13 Thread William Giokas
On Sat, Apr 13, 2013 at 02:55:08PM +0200, Nico Golde wrote: > Hi, > * William Giokas <1007...@gmail.com> [2013-04-12 03:35]: > > On Fri, Apr 12, 2013 at 09:25:25AM +0800, Patrick Haller wrote: > > > On 2013-04-11 21:17, Carlos Torres wrote: > > > > it was there just a little hidden > > > > http://g

Re: [dev] ii IPv6 support

2013-04-13 Thread Nico Golde
Hi, * William Giokas <1007...@gmail.com> [2013-04-12 03:35]: > On Fri, Apr 12, 2013 at 09:25:25AM +0800, Patrick Haller wrote: > > On 2013-04-11 21:17, Carlos Torres wrote: > > > it was there just a little hidden > > > http://git.suckless.org/sites/tree/tools.suckless.org/ii/patches/ii-ipv6.diff >

Re: [dev] ii IPv6 support

2013-04-12 Thread Rob
On Thu, Apr 11, 2013 at 08:32:43PM -0500, William Giokas wrote: > On Fri, Apr 12, 2013 at 09:25:25AM +0800, Patrick Haller wrote: > > i mean in the ii repo -> http://git.suckless.org/ii > > I agree...I think they should be put into separate branches. It would > make rebasing to a newer version ridi

Re: [dev] ii IPv6 support

2013-04-11 Thread William Giokas
On Fri, Apr 12, 2013 at 09:25:25AM +0800, Patrick Haller wrote: > On 2013-04-11 21:17, Carlos Torres wrote: > > it was there just a little hidden > > http://git.suckless.org/sites/tree/tools.suckless.org/ii/patches/ii-ipv6.diff > > i mean in the ii repo -> http://git.suckless.org/ii I agree...I t

Re: [dev] ii IPv6 support

2013-04-11 Thread Patrick Haller
On 2013-04-11 21:17, Carlos Torres wrote: > it was there just a little hidden > http://git.suckless.org/sites/tree/tools.suckless.org/ii/patches/ii-ipv6.diff i mean in the ii repo -> http://git.suckless.org/ii

Re: [dev] ii IPv6 support

2013-04-11 Thread Carlos Torres
On Thu, Apr 11, 2013 at 9:12 PM, Patrick Haller <201009-suckl...@haller.ws> wrote: > On 2013-04-11 20:53, Nico Golde wrote: >> http://tools.suckless.org/ii/patches/ii-ipv6.diff > > Aw fsck. Can we put the patches in the git repo? Either as plain files > in patches/, or create a branch based on the

Re: [dev] ii IPv6 support

2013-04-11 Thread Patrick Haller
On 2013-04-11 20:53, Nico Golde wrote: > http://tools.suckless.org/ii/patches/ii-ipv6.diff Aw fsck. Can we put the patches in the git repo? Either as plain files in patches/, or create a branch based on the commit they diff'd at?

Re: [dev] ii IPv6 support

2013-04-11 Thread Nico Golde
Hi, * Patrick <201009-suckl...@haller.ws> [2013-04-08 12:25]: > Attached is a patch to add IPv6 support to ii, based on where it was as > of 7a99152ce64d7006730006094b333edbecbe505a > > Enjoy, scream, whatever... hmm? http://tools.suckless.org/ii/patches/ii-1.7-ssl.diff Cheers Nico

[dev] ii IPv6 support

2013-04-08 Thread Patrick
Attached is a patch to add IPv6 support to ii, based on where it was as of 7a99152ce64d7006730006094b333edbecbe505a Enjoy, scream, whatever... diff --git a/ii.c b/ii.c index d93266c..0ebeee3 100644 --- a/ii.c +++ b/ii.c @@ -37,6 +37,7 @@ static int irc; static time_t last_response; static Channe