pezcurrel
|
7d2875075b
|
Deleted
|
2022-12-18 09:35:24 +01:00 |
|
pezcurrel
|
690b54521b
|
Moved
|
2022-12-18 09:35:04 +01:00 |
|
pezcurrel
|
f269bb901d
|
Little cosmetic change
|
2022-12-18 07:00:49 +01:00 |
|
pezcurrel
|
e9b88d6735
|
Made $jsonfp be written into run dir
|
2022-12-18 07:00:19 +01:00 |
|
pezcurrel
|
a3ada274e7
|
Removed stdout/err redirect in cmd; passing proper descriptor and pipe to proc_open; minor changes
|
2022-12-18 06:59:25 +01:00 |
|
pezcurrel
|
a32a25e095
|
Many many changes :-))
|
2022-12-18 00:34:27 +01:00 |
|
pezcurrel
|
d6dd03694c
|
Removed $context
|
2022-12-17 22:54:32 +01:00 |
|
pezcurrel
|
441d16a42d
|
ckratelimit goes to sleep only when x-ratelimit-remaining==0; can spit debug info; limit fetching chunks from users directories is now 40
|
2022-12-17 22:54:02 +01:00 |
|
pezcurrel
|
ca4367b719
|
Removed the unlinking attempt at lockfp before exit: it was already done before by shutdown; other little changes about open files closing and the like
|
2022-12-17 18:43:13 +01:00 |
|
pezcurrel
|
e5ad18e619
|
Fixed a typo
|
2022-12-17 18:40:55 +01:00 |
|
pezcurrel
|
5c605cbe5b
|
Some little cosmetic (readability of log files) changes
|
2022-12-17 18:40:22 +01:00 |
|
pezcurrel
|
2571396253
|
Tuned to recent changes in crawler.php (and getinstinfo.php)
|
2022-12-17 17:36:46 +01:00 |
|
pezcurrel
|
ad8fa26306
|
Made mysql connection and charset setting errors more graceful; added “users” page to updstats; other minor changes
|
2022-12-17 17:35:35 +01:00 |
|
pezcurrel
|
2d1d28b002
|
Fixed regexp checking if max_charcters is an integer; made mexit use eecho again, moving the closing of logf after eecho(s); made logf be opened only if logminmsglev < 4
|
2022-12-17 17:33:46 +01:00 |
|
pezcurrel
|
d1f088a026
|
Command for subprocesses gets now built on the fly using cmd function; logfile doesn’t get opened if logminmsglev < 4; other minor changes
|
2022-12-17 17:31:24 +01:00 |
|
pezcurrel
|
6d897cfdff
|
Removed “crawlernew” directory
|
2022-12-17 15:03:11 +01:00 |
|
pezcurrel
|
c7d5b50377
|
Adapted to new crawler version
|
2022-12-17 15:02:52 +01:00 |
|
pezcurrel
|
0b9e892aef
|
Splitted old crawler.php in 2; this is the part that coordinates
|
2022-12-17 15:02:20 +01:00 |
|
pezcurrel
|
7629a1caae
|
Moved from subdir “crawlernew”
|
2022-12-17 15:00:36 +01:00 |
|
pezcurrel
|
b46469bfbb
|
Cope with mysql errors even with php ver. < 8; check if $link is false before trying to close mysql connection in function mexit
|
2022-12-16 22:39:51 +01:00 |
|
pezcurrel
|
e46a82d923
|
Added suffix “s” to option “-t” in $cmd definition; cope with mysql errors even with php ver. < 8; other small changes
|
2022-12-16 22:38:16 +01:00 |
|
pezcurrel
|
17164166ee
|
Merge branch 'weblate' for newly translated strings
|
2022-12-16 22:03:29 +01:00 |
|
Ігор Андреєв
|
b4adda3e10
|
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (398 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/uk/
|
2022-12-16 22:01:47 +01:00 |
|
J. Lavoie
|
7087cafb3f
|
Translated using Weblate (Italian)
Currently translated at 100.0% (398 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/it/
|
2022-12-16 22:01:46 +01:00 |
|
J. Lavoie
|
62e4c1fa0f
|
Translated using Weblate (French)
Currently translated at 98.7% (393 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/fr/
|
2022-12-16 22:01:46 +01:00 |
|
pezcurrel
|
3804171253
|
Renamed getfc to gurl
|
2022-12-16 21:59:26 +01:00 |
|
pezcurrel
|
1bdd59dca7
|
Deleted
|
2022-12-16 21:58:06 +01:00 |
|
pezcurrel
|
d7ffe48214
|
Renamed from getfc.php
|
2022-12-16 21:57:45 +01:00 |
|
pezcurrel
|
a1a6d1ec5d
|
Renamed “getfc” to “gurl”
|
2022-12-16 21:35:38 +01:00 |
|
pezcurrel
|
fe99014208
|
Made “CURLOPT_TIMEOUT” variable, set it to 45 secs by default
|
2022-12-16 21:24:42 +01:00 |
|
pezcurrel
|
d75a6445ae
|
Fixed sleep and relative message to actually use $options['udirfailst']; changed some options’ default; changed a bit the help text; changed a bit some messages in the “fetchusers” section
|
2022-12-16 21:23:14 +01:00 |
|
pezcurrel
|
b666fcfdda
|
Use parsetime for “--timeout” too, changed a bit the help text accordingly
|
2022-12-16 21:19:34 +01:00 |
|
pezcurrel
|
2d31b7ca79
|
Changed a bit how option “jsonwrite” works; other minor changes
|
2022-12-16 19:25:45 +01:00 |
|
pezcurrel
|
f193bd294c
|
A very tiny db test, first commit
|
2022-12-16 19:12:17 +01:00 |
|
pezcurrel
|
1deed93b6f
|
Some preliminary work reusing “index.php” code
|
2022-12-16 19:11:39 +01:00 |
|
pezcurrel
|
6ff4752dd7
|
Made it cope with time values < 1 second; changed the way of passing suffixes; other minore changes
|
2022-12-16 19:10:29 +01:00 |
|
pezcurrel
|
d59eb396eb
|
Added preliminary support to “Users” page
|
2022-12-16 19:08:39 +01:00 |
|
pezcurrel
|
9529a938a7
|
Lots of changes, not very important :-))
|
2022-12-16 19:06:47 +01:00 |
|
pezcurrel
|
bab5bd5dd2
|
Added mysqli_query error management for older php versions to function myq; minor changes
|
2022-12-16 19:05:46 +01:00 |
|
pezcurrel
|
4522bc3ea8
|
Added mysqli_query error management for older php versions to function myq
|
2022-12-16 19:02:41 +01:00 |
|
pezcurrel
|
513981b7e2
|
Fetches info from an instance, first commit
|
2022-12-16 00:00:37 +01:00 |
|
pezcurrel
|
1cafbe05ea
|
Crawler new version, “multithreaded”, coordinator script, first commit
|
2022-12-16 00:00:06 +01:00 |
|
pezcurrel
|
1430cd80fb
|
Time spec parser, first commit
|
2022-12-15 23:57:31 +01:00 |
|
pezcurrel
|
fdc7ddbd1f
|
Made it use an array for output
|
2022-12-15 23:52:32 +01:00 |
|
pezcurrel
|
f7c32d00ef
|
Made it cope with “accept-encoding” more properly
|
2022-12-15 14:38:26 +01:00 |
|
pezcurrel
|
8cf8c416ed
|
Made it cope with gzip encoded content
|
2022-12-15 12:45:52 +01:00 |
|
pezcurrel
|
3a720a90ac
|
Added a warning when nodeinfo specs couldn’t be fetched; made it set New=1 even when host doesn’t respond and is not in the db
|
2022-12-15 12:45:20 +01:00 |
|
Affir Vega
|
d9ccf5cdfe
|
Translated using Weblate (Russian)
Currently translated at 51.7% (206 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/ru/
|
2022-12-13 13:48:32 +01:00 |
|
nichu42
|
f17453b0c9
|
Translated using Weblate (German)
Currently translated at 98.4% (392 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/de/
|
2022-12-13 13:48:32 +01:00 |
|
pezcurrel
|
9360bdc481
|
Made false positives for “IsMastodon” less likely (impossible?)
|
2022-12-12 22:40:17 +01:00 |
|