Re: [dev] [ii] Patch to use ii with UCSPI backend

2015-01-15 Thread Markus Teich
younix wrote: > What is your opinion about this diff? At least it would be great to put this > patch at the ii suckless webpage. So I could made an OpenBSD port (flavor) of > it. As I've already told you on 31c3 I think the separation in socket/tls/protocol layers is very good and can be reused

[dev] [ii] Patch to use ii with UCSPI backend

2015-01-15 Thread younix
Hi, this diff changes the network connection of ii to the UCSPI[1] protocol. This makes ii much more flexible. With the UCSPI protocol you could use features like IPv6[2], SOCKSv5[3] or even TLS[3]. This diff extracts the socket handling infrastructure to an external program like tcpclient. So

Re: [dev] security issue running surf from home folder

2015-01-15 Thread Carlos Torres
Hello, On Wed, Jan 7, 2015 at 3:29 PM, Christoph Lohmann <2...@r-36.net> wrote: > Theses patches have been discussed on IRC. The optimal solution has been > to make the default DOWNLOAD macro to ask for a string. If the string is > empty, pass ‐O to curl, if it’s non‐empty add ‐‐create‐dirs

Re: [dev] wego: a weather app for the terminal written in go

2015-01-15 Thread Markus Teich
Markus Wichmann wrote: > When I tried to run it, it would just print "Malformed response". I added a > line to dump the URL to stderr before that and tried to get it with wget, and > the response I get is 403 Forbidden. What am I doing wrong? Did you read the setup section[0] in the README? You ha

Re: [dev] wego: a weather app for the terminal written in go

2015-01-15 Thread Nick
Quoth Markus Teich: > Nick wrote: > > It uses Weather Underground, which means it has hourly info, and lots of > > other > > forecast stuff that the script is just ignoring for now. It also loads the > > json with the weather data without needing an API key, because that shit is > > for chumps. >