- 05 Aug, 2017 1 commit
-
-
mmn authored
-
- 03 Aug, 2017 2 commits
- 27 Jul, 2017 1 commit
-
-
mmn authored
-
- 11 Jul, 2017 14 commits
-
-
mmn authored
-
mmn authored
doc: Update 'backup', 'restore' default values See merge request !143
-
mmn authored
-
mmn authored
-
mmn authored
-
mmn authored
Fix 'from' address in the XMPP ping command See merge request !141
-
mmn authored
-
mmn authored
-
mmn authored
HTTP_Request2_SocketWrapper would never time out on an fgets() call as discussed in issue #281 gnu/gnu-social#281 I'm patching it here by setting the socket to non-blocking mode and using stream_select to wait until the timeout. This patch or some similar variant must be implemented in HTTP_Request2_SocketWrapper to avoid the same issue for other users.
-
- 10 Jul, 2017 15 commits
-
-
mmn authored
-
mmn authored
-
mmn authored
-
mmn authored
-
mmn authored
-
mmn authored
-
mmn authored
I noticed that each time a notice was accessed it'd do a remote lookup with HEAD (and continue despite 404 etc.) and then another attempt to download the resource. If this wasn't successful new attempts would be made for each loading of the resource, which is extremely resource intensive. Whenever we can say "it's been n seconds since the last attempt" we could probably enable this again - or just manually reload remote thumbnails (as part of the StoreRemoteMedia plugin etc.)
-
mmn authored
Started using PHP7+ and it started complaining about count() being fed objects that weren't "Countable". .)
-
mmn authored
-
mmn authored
-
mmn authored
Source: https://htmlpurifier.org/download Release date: 2017-06-19
-
mmn authored
Source: https://pear.php.net/package/DB Release date: 2015-11-24
-
mmn authored
Source: https://pear.php.net/package/Net_URL2 Release date: 2016-04-18
-
mmn authored
Source: https://pear.php.net/package/DB_DataObject Release date: 2015-11-10
-
mmn authored
Source: https://pear.php.net/package/Net_SMTP Release date: 2017-04-06
-
- 09 Jul, 2017 5 commits
-
-
mmn authored
Source: https://pear.php.net/package/Net_Socket Release date: 2017-04-13
-
mmn authored
-
mmn authored
Source: https://pear.php.net/package/HTTP_Request2 Release date: 2016-02-13 15:24 UTC
-
mmn authored
-
mmn authored
No requests we do externally should ever take more than 60 seconds. This could probably be changed for downloading video or whatever for any cache plugins that want to store data locally, but in general I think even 60s is way longer than I expect any outgoing requests should take. This affects everything using HTTPClient, our helper class, and thus all hub pings, subscription requests, etc. etc. The value, afaik, includes connect_timeout and if it takes 10 seconds to establish a connection only 50 seconds is available to transfer data.
-
- 22 Jun, 2017 1 commit
-
-
mmn authored
Essentially I was missing a negation on a test if we were in rediscovery mode.
-
- 21 Jun, 2017 1 commit
-
-
mmn authored
-