Re: [dev] Surf 0.5 released

2012-07-16 Thread Josh Rickmar
Nick wrote: > The SSL something is changeset 227, The incrementing changeset numbers are local only. If you want to reference a changeset for another, use the hash. -- Josh Rickmar http://jrick.devio.us/ smime.p7s Description: S/MIME cryptographic signature

R: Re: R: Re: [dev] Surf 0.5 released

2012-07-16 Thread anonimopococin...@alice.it
actually it quits after xinit (dunno why I wrote 'before run label' XD) Messaggio originale Da: peterjohnhart...@gmail.com Data: 16-lug-2012 13.47 A: "dev mail list" Ogg: Re: R: Re: [dev] Surf 0.5 released I use surf & st just fine. st -e has worked for about

R: Re: R: Re: [dev] Surf 0.5 released

2012-07-16 Thread anonimopococin...@alice.it
it quits before even going to the 'run' label. on a side note is it plain impossible to call wget from surf without using a terminal? Messaggio originale Da: peterjohnhart...@gmail.com Data: 16-lug-2012 13.47 A: "dev mail list" Ogg: Re: R: Re: [dev] Surf 0.5 released

Re: R: Re: [dev] Surf 0.5 released

2012-07-16 Thread Peter Hartman
I use surf & st just fine. st -e has worked for about a year. here's a quick fix: sed 's/xterm/st/' config.def.h Peter On Mon, Jul 16, 2012 at 7:03 AM, Nick wrote: > Quoth anonimopococin...@alice.it: >> surf still relies on xterm for the downloads, why can't we use st? >> (I mean I did a few

Re: R: Re: [dev] Surf 0.5 released

2012-07-16 Thread Nick
Quoth anonimopococin...@alice.it: > surf still relies on xterm for the downloads, why can't we use st? > (I mean I did a few -superficial- attempts at using st instead of > xterm, but it does not work, probably st's fault, do you know > where the problem is?) Something to do with quoting and -

R: Re: [dev] Surf 0.5 released

2012-07-16 Thread anonimopococin...@alice.it
: suckless-...@njw.me.uk Data: 16-lug-2012 12.12 A: "dev mail list" Ogg: Re: [dev] Surf 0.5 released Quoth Troels Henriksen: > For the next release, the surf hackers will work dilligently on > supporting emerging web technologies such as cookies and file downloads. To ensure that I'm c

Re: [dev] Surf 0.5 released

2012-07-16 Thread Nick
Quoth Troels Henriksen: > For the next release, the surf hackers will work dilligently on > supporting emerging web technologies such as cookies and file downloads. To ensure that I'm considered humourless, I have to point out that file downloads are working fine now. Even downloads which require

Re: [dev] Surf 0.5 released

2012-07-16 Thread Nick
The SSL something is changeset 227, which means https status is actually checked, and the progress bar is marked red if SSL connection isn't verified, and green if it is. It would be a lot more useful if there was a way of seeing reasons for https failure, but that isn't really do-able with lib

Re: [dev] Surf 0.5 released

2012-07-15 Thread Carlos Torres
possibly SSL session doesnt time out after 3 or 5 minutes? --Carlos On Sun, Jul 15, 2012 at 10:14 AM, Troels Henriksen wrote: > Surf 0.5 is now available from http://surf.suckless.org. > > Since the last release, surf has gained a number of exciting features, > for example: > > * No longer cras

[dev] Surf 0.5 released

2012-07-15 Thread Troels Henriksen
Surf 0.5 is now available from http://surf.suckless.org. Since the last release, surf has gained a number of exciting features, for example: * No longer crashes when closing a window during loading. * Properly capitalised window class. * Something about SSL. For the next release, the surf h