[dev] [surf] [PATCH] Clean up SSL validation

2014-01-26 Thread Steve Dee
soup_message_get_flags returns a bunch of flags besides SOUP_MESSAGE_CERTIFICATE_TRUSTED, so the XOR check was incorrect. While I was tracking this bug, I switched from libsoup's deprecated [0] ssl-ca-file to its non-deprecated tls-database property. I don't know if I did that properly, having nev

Re: [dev] swc: A small Wayland compositor

2014-01-26 Thread FRIGN
On Sun, 26 Jan 2014 00:38:36 + Michael Forney wrote: > Weston solves this problem by hardcoding the display server path in > weston-launch. For swc, this would imply a separate launcher program for > each window manager, which doesn't seem like a good solution to me. On a > single-user develo

Re: [dev] [surf] [PATCH] cookie policy

2014-01-26 Thread Quentin Rameau
Hi, I changed (and attached here) the patch using gtk object class, hope it is better that way. > One question though, do you think it's possible to configure two states in > config.h and then apply a key binding to toggle between those two, just like > the already implemented enableplugins, ena

Re: [dev] dvtm cmd-fifo issue

2014-01-26 Thread Peter A. Shevtsov
On 26/01/14 at 09:30am, Raphaël Proust wrote: > Have you edited the config file to support your new commands? The > stock one only mentions "create". > Oh, thank you very much that you pointed me to this! This was really silly of me. I thought that all the functions available for key-bindings ar

Re: [dev] [surf] [PATCH] cookie policy

2014-01-26 Thread YpN
Quentin RAMEAU wrote: > Hi, > I made a patch which lets the user set the cookie policy (accept > always, never, no third party) in config.h, since surf uses the > default “accept always”. > I didn't add a flag for it as I think that wouldn't be necessary. > If someone finds it useful, I'll put it

Re: [dev] [sbase] move mknod(1) to ubase

2014-01-26 Thread sin
On Sun, Jan 26, 2014 at 08:03:44AM +0100, Jens Staal wrote: > On Sat, 25 Jan 2014 22:59:03 + > sin wrote: > > > I am inclined to just keep these tools in sbase. Apparently Haiku > > does not really use major/minor numbers for the devices (they are set > > to 0). > > > > > Other point is to

Re: [dev] dvtm cmd-fifo issue

2014-01-26 Thread Raphaël Proust
On Sun, Jan 26, 2014 at 9:19 AM, Peter A. Shevtsov wrote: > Hello Marc! Thank you for this fine software dvtm! I really like it! > > Today I was playing with cmd-fifo feature to automate some of my daily tasks. > > I've got some issues with cmd-fifo. > > For example, I start dvtm as dvtm -c /tmp/d

[dev] dvtm cmd-fifo issue

2014-01-26 Thread Peter A. Shevtsov
Hello Marc! Thank you for this fine software dvtm! I really like it! Today I was playing with cmd-fifo feature to automate some of my daily tasks. I've got some issues with cmd-fifo. For example, I start dvtm as dvtm -c /tmp/dvtmfifo Then I do: echo create > /tmp/dvtmfifo this creates new cl