[02:23:36] Crazy idea [02:23:47] use web browser DRM support for captchas [02:24:11] If you can't copy the image, you can't give it to a captcha solving service [02:24:38] of course then we'd be supporting evil [02:40:45] I think you need special code signing keys for that [02:40:55] and he's gone [02:42:20] start the discussion in phab! [02:48:42] bawolff: I think you need special code signing keys for that and he's gone [02:49:20] Skizzerz: I have no idea. But I assume its something you can buy [02:49:58] recaptchas! *runs away* [02:51:57] yeah, purchase is probably necessary [02:55:56] hmm [02:55:57] or not [02:57:22] you can use ClearKey to roll your own licensing server, which is good enough for the purpose of simply blocking people from easily capturing the output [02:57:28] downside: this means that captchas require js now [02:57:36] so what do we do if the browser doesn't support js? [02:57:54] if you fallback to just plain images, then that's what the spammers will do [02:58:43] if you block it entirely, then you annoy a lot of people [04:43:56] Skizzerz: looks like you can content protect your drm videos for ~$70/month (google widevine) [04:44:15] so pricey for just a captcha, but not insanely so [04:44:26] politically that would never go over of course [09:02:13] thedj: you can set policies on uploads iirc, but it breaks once linked in tasks from memory [10:59:05] *newbie alert*: I'd like to learn wiki syntax using personal wiki software on my windows 10, that is easy to setup and run. Can anyone recommend software for me? [12:22:58] hello, i'm seeing weird behaviour with scribunto (the lua thing) — i get strange results from its included bit32 library [12:23:02] is this the place to ask about that? [16:07:20] I'm hitting a wall when trying to update a bot to use oAuth for authentication [16:07:34] When I attempt to log in with a token, I receive an error message "Cannot log in when using MediaWiki\Session\BotPasswordSessionProvider sessions." [16:07:53] I've no idea where to start here - any thoughts appreciated! [16:08:23] I should add, this is for a bot on Wikipedia [16:33:26] Smith609_: How are you attempting ot log in? [16:44:12] I'm obtaining a login token via 'action' => 'query', 'meta'=>'tokens', 'type'=>'login' [16:44:18] Using PHP [16:44:32] Then using a POST request to the API [16:44:46] I'm using the OAuth class. [17:00:19] Got to head off so posted query to WMD [17:00:42] Ta [22:29:55] Hi, I'm not sure if this is the right place to ask this question. So a friend of mine is setting up a wiki on his server and we are running into a few issues concerning .svg and VisualEditor. [22:29:55] So concerning our svg error, we had an issue with imagemagick converting those svg's into png's, namely that all the shapes of the svg were filled solid black, as if it were a silhouette. So we changed the renderer to rsvg and now no thumbnail will generate, added to that, the media viewer is spewing out errors aswell, even before the switch. [22:29:55] The problem only persists with locally hosted svg's, those from commons work (except for viewing it in media viewer) [22:29:55] I have tried to comb the manual and haven't found anything on this yet, and my friend has tried everything he knows, so could someone help shine a light? [22:30:29] We're also getting this error now [22:30:48] 12:26 a.m.  Error creating thumbnail: convert: unable to load module `/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders/png.la': file not found @ error/module.c/OpenModule/1302. convert: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/504. convert: no images defined `/opt/bitnami/apps/mediawiki/htdocs/images/temp/transform_d9ec489ac3d4.png' @ [22:30:48] error/convert.c/ConvertImageCommand/3258. Error code: 1 [22:32:56] You're possibly missing some packages [22:33:44] Though, you (or your provider?) is seemingly building from source [22:33:57] So very likely they didn't have various libs/dev packages installed before building it [22:34:08] I'll ask [22:34:24] Or get him here instead [22:34:30] See https://askubuntu.com/questions/211627/how-to-add-support-for-the-jpeg-image-format [22:40:18] hi [22:41:14] i'm the one having issues with SVG rendering [22:42:00] how can i tell what libs i'm missing [22:42:28] Reedy that's the guy [22:42:47] Maybe you can help him? [22:42:59] https://github.com/bitnami/bitnami-docker-php-fpm/issues/26 [23:02:17] when i run the make command, i get 'make: *** No targets specified and no makefile found. Stop.' [23:03:09] Sorry, we're not here to help you build imagemagick from source [23:05:17] Speak for yourself, Reedy! [23:06:26] Helvianir: What's the VisualEditor issue? [23:07:39] Something with RESTserver Heku take notes [23:13:59] But I think visualeditor isn't a current priority now that images don't have thumbnails [23:15:56] Now? Did you move hosts or something? [23:19:15] We used to host the wiki on a shared server I believe, but it was having a multitude of issues and it wasn't possible to add visualeditor, so this week we moved everything to a new server [23:20:53] I don't run the server though, I've only been trying to find solutions. Heku is the guy who maintains the server. [23:21:13] and i'm not a seasoned dev by any means