[dev] [surf] ssl strict fails unexpectedly

2014-02-25 Thread Markus Teich
Heyho, I use the ssl-strict setting with surf. When browsing to https://wiki.gentoo.org I get „SSL handshake failed“. However I checked, that the root ca (DigiCert High Assurance EV Root CA) is contained in /etc/ssl/certs/ca-certificates.crt. I also use this file as cafile in config.h. When callin

Re: [dev] [surf] ssl strict fails unexpectedly

2014-02-25 Thread Nick
Hi Markus, On Tue, Feb 25, 2014 at 03:49:21PM +0100, Markus Teich wrote: > I use the ssl-strict setting with surf. When browsing to > https://wiki.gentoo.org > I get „SSL handshake failed“. Are you using the latest version of surf from git? Because the original SSL code (which I contributed) was

Re: [dev] [surf] ssl strict fails unexpectedly

2014-02-25 Thread Markus Teich
Nick wrote: > Are you using the latest version of surf from git? Because the original SSL > code (which I contributed) was basically completely broken (sorry), but there > was a patch to the list a few weeks ago which fixed it, which is now in the > trunk. Indeed I use the current f8f0c30 commit w

[dev] [PATCH] fix some indentation in config.def.h

2014-02-25 Thread Markus Teich
--- Heyho, just some minor indentation fixes, nothing serious. --Markus config.def.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.def.h b/config.def.h index 5c966e0..80a0feb 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ static char

[dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Niklas Høj
Hello. I have submitted a patch to enable key bindings being executed on key release if specified, as discussed here: http://lists.suckless.org/dev/1108/9185.html This patch fixes an issue where launched programs (such as "scrot -s") crash and burn when failing to grab the not yet released keyboa

[dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Niklas Høj
Hello. I have submitted a patch to enable key bindings being executed on key release if specified, as discussed here: http://lists.suckless.org/dev/1108/9185.html This patch fixes an issue where launched programs (such as "scrot -s") crash and burn when failing to grab the not yet released keyboa

Re: [dev] [surf] Patch to print ssl error reasons to stderr

2014-02-25 Thread Nick
Quoth Markus Teich: > > I recently wrote a patch that printed useful debug info about SSL failures, > > but it got lost when mailman went down and I haven't re-sent it yet. I'll > > try > > to remember to send it to the list tonight. > > That could be very helpful. I'm looking forward to it. It

Re: [dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Chris Down
Please note that dwm@ and dev@ are the same list -- you sent the same message twice to the same list. :-) On 2014-02-25 19:50:37 +0100, Niklas Høj wrote: > I have submitted a patch to enable key bindings being executed on key > release if specified, as discussed here: > http://lists.suckless.org/d

Re: [dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Chris Down
Why is keypress renamed to "keypressrelease"? My opinion is that "keypress" is an appropriate name anyway, since I consider a release to be just one part of a "press" (which consists of depression and then release). Maybe this terminology is not the same as X, but I think most English speakers use

Re: [dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Chris Down
One more thing I just noticed: "type" inside the struct is indented using spaces while the code around it uses hard tabs. Best to keep the standard indentation, I think. pgp2AEw66XBZe.pgp Description: PGP signature

Re: [dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Niklas Høj
On Tue, Feb 25, 2014 at 9:24 PM, Chris Down wrote: > Please note that dwm@ and dev@ are the same list -- you sent the same > message twice to the same list. :-) Bummer. One should think that sending an e-mail ought to be a trivial feat. But Murphy's law strikes as always. > You may wish to apply

Re: [dev] [dwm][patch] Executing key bindings on key release

2014-02-25 Thread Chris Down
On 2014-02-25 21:52:37 +0100, Niklas Høj wrote: > Duly noted. I can't help but wonder, though: would it not be more > intuitive to have patches applied to the configuration that an install > actually uses? Why not have a "config.h" in the repository? Because config.def.h sets out the format for th

[dev] Missing Border Hilighting

2014-02-25 Thread Eric Pruitt
I wrote the attached patched which does two main things: 1. It removes the borders from windows when only one window is visible or the current layout is monocle mode. 2. Makes it so that any window that's the same size as the monitor's resolution is considered fullscreen. This resolved borde