Re: [darktable-devel] Is the GitHub site down?

2013-11-21 Thread Skand Hurkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/2013 02:59 AM, bartokk wrote: > Now it's ok for me, too. > > Very strange... There was a brute force attack. http://arstechnica.com/security/2013/11/github-resets-user-passwords-following-rash-of-account-hijack-attacks/ Skand. -BEGIN PGP

[darktable-devel] Lua regression?

2013-11-21 Thread Pascal Obry
Looks like there is a regression with Lua, my module used to get all the supported format in the callback, but now supported_callback is only called for PPM et JPG. The (simplified) code I'm using looks like this: function supported_callback(storage,format) fmt = string.lower(format.name) p