pezcurrel
|
dc2a45adf4
|
Added reminder to finish “restore” option’s code+
|
2022-12-22 15:32:59 +01:00 |
|
pezcurrel
|
edee66b834
|
Temporarily disabled “restore” option because it needs more work to actually work
|
2022-12-22 15:32:30 +01:00 |
|
pezcurrel
|
61d0fcb3d8
|
Added “loop” option allowing to run the crawl in an infinite loop or until sig(int|hup|term) received; other minor changes
|
2022-12-22 15:05:55 +01:00 |
|
pezcurrel
|
6477e8812f
|
Exposed “curltimeout” option; changed “timeout” default from 5 to 10; changed “curltimeout” default from 10 to 20
|
2022-12-22 14:24:48 +01:00 |
|
pezcurrel
|
6d4ce26f98
|
Adapted “restore” code to the new workings; minor changes and fixes
|
2022-12-22 14:04:29 +01:00 |
|
pezcurrel
|
a47ccdd5e2
|
Merge branch 'weblate': new strings have been translated to russian
|
2022-12-22 11:41:12 +01:00 |
|
pezcurrel
|
562639fb5c
|
Updated after adding Peers and PeersCheck tables
|
2022-12-22 11:37:00 +01:00 |
|
pezcurrel
|
520a413678
|
Updated
|
2022-12-22 11:33:09 +01:00 |
|
pezcurrel
|
c27053314a
|
Added code to store and consider “instance checks” made by the script to independently mark peers ad dead
|
2022-12-22 11:32:18 +01:00 |
|
pezcurrel
|
f6bc6a12d4
|
Made it output full admin account address, linked to their profile page
|
2022-12-22 11:29:44 +01:00 |
|
pezcurrel
|
706c831e23
|
Little change in a message
|
2022-12-22 11:28:29 +01:00 |
|
pezcurrel
|
335944add8
|
Removed “minimum number of known instances” from criteria, because domain_count is gone from /api/v2/instance
|
2022-12-22 07:51:51 +01:00 |
|
pezcurrel
|
f8cdf2cf3b
|
Changed check against “activity” values, which are strings, not integers
|
2022-12-22 07:40:41 +01:00 |
|
pezcurrel
|
c6c3feb500
|
Removed leftovers of “jsonwrite” option
|
2022-12-22 07:05:21 +01:00 |
|
pezcurrel
|
277296512c
|
Explicitly set idn_to_ascii flags, otherwise with php 7.3 it complained
|
2022-12-21 22:15:40 +01:00 |
|
pezcurrel
|
9525f24bbe
|
Updated
|
2022-12-21 22:07:22 +01:00 |
|
pezcurrel
|
9316e686b9
|
Bir rewrite, made it shorter and hopefully a bit more readable
|
2022-12-21 22:07:05 +01:00 |
|
pezcurrel
|
732ea79480
|
Moved $mastodons definition upper
|
2022-12-21 22:06:10 +01:00 |
|
pezcurrel
|
1c524ffd69
|
Moved mysqli_close after the optional loading of dead instances from the db; renamed $eta to $tet
|
2022-12-21 22:05:15 +01:00 |
|
pezcurrel
|
626a05b509
|
Updated
|
2022-12-21 08:03:40 +01:00 |
|
pezcurrel
|
0d74dbf243
|
Got rid of akeavinn; other minor changes
|
2022-12-21 07:54:11 +01:00 |
|
pezcurrel
|
d803d6f667
|
When curl error is unknown, the message is now “reason unknown” instead of “unknown”
|
2022-12-21 06:54:58 +01:00 |
|
pezcurrel
|
2c86580bfb
|
The regexp to decide whether an instance is Mastodon or not is now based on the Platforms table; made ckratelimit more precise about possible missing headers; added code to set Version from /api/v1/instance when it was not already set from nodeinfo
|
2022-12-21 06:53:31 +01:00 |
|
pezcurrel
|
962a705402
|
Updated
|
2022-12-20 23:05:14 +01:00 |
|
pezcurrel
|
d42499747e
|
Updated to new version: added indexes; changed Instances.AdmCreatedAt from float to int
|
2022-12-20 23:05:02 +01:00 |
|
pezcurrel
|
4fdf287686
|
Little change in delete prompt
|
2022-12-20 23:02:53 +01:00 |
|
pezcurrel
|
d8f15f4b3a
|
Does delete from UserFields much faster
|
2022-12-20 23:01:13 +01:00 |
|
pezcurrel
|
f6dc080ed6
|
Major rewrite: it was a mess, now it is less :-)
|
2022-12-20 23:00:22 +01:00 |
|
pezcurrel
|
f3081612da
|
Multibyte lower case first char of a string; first commit
|
2022-12-20 22:59:24 +01:00 |
|
Alex Maryson Jr
|
d2214b6ef3
|
Translated using Weblate (Russian)
Currently translated at 55.0% (219 of 398 strings)
Translation: mastodon.help/Site
Translate-URL: https://hosted.weblate.org/projects/mastodon-help/site/ru/
|
2022-12-20 19:47:12 +01:00 |
|
pezcurrel
|
8eaeaf0d96
|
Removed references to New, Good, Chosen columns, since they’re gone
|
2022-12-18 18:45:39 +01:00 |
|
pezcurrel
|
217be70dc6
|
Updated to reflect last changes
|
2022-12-18 18:45:06 +01:00 |
|
pezcurrel
|
d07b5e4efd
|
“New” is now based on “InsertTS”
|
2022-12-18 18:44:33 +01:00 |
|
pezcurrel
|
bee3a04b19
|
Updated to last changes
|
2022-12-18 18:43:38 +01:00 |
|
pezcurrel
|
f30bcc7e5e
|
Updated to new delinstbyuid function form
|
2022-12-18 18:43:09 +01:00 |
|
pezcurrel
|
e744ae9d20
|
Fixed validhostname; added and using myq function for mysql queries; changed some exit codes; made connection error management better
|
2022-12-18 18:42:11 +01:00 |
|
pezcurrel
|
f29f636a70
|
Added mysql error code to error message that is echoed if a query fails
|
2022-12-18 18:40:22 +01:00 |
|
pezcurrel
|
cd16eabce5
|
Using new form of delinstbyuid function; removed references to New column
|
2022-12-18 18:27:22 +01:00 |
|
pezcurrel
|
835e02c171
|
Removed code referencing New, Good and Chosen columns
|
2022-12-18 18:26:03 +01:00 |
|
pezcurrel
|
f4aa3cb804
|
A script to set InsertTS field to something suitable when it is null
|
2022-12-18 18:24:35 +01:00 |
|
pezcurrel
|
c5debcb463
|
A function to delete an Instance record by ID, and all references to it in other tables; first commit
|
2022-12-18 18:23:52 +01:00 |
|
pezcurrel
|
bf98e62402
|
Updated
|
2022-12-18 11:46:16 +01:00 |
|
pezcurrel
|
820bc3180d
|
Made browser language detection more flexible (eg: if browser language has pt, use pt_BR since we don’t have pt yet, if ever)
|
2022-12-18 11:46:01 +01:00 |
|
pezcurrel
|
ccc9f517fd
|
Moved code to delete an Instances record and all its references in other tables to function delinstbyid in lib/delinstbyid.php; minor changes
|
2022-12-18 11:44:11 +01:00 |
|
pezcurrel
|
2b0e2398ae
|
Made validhostname accept only valid hostnames :-)) (no ports or path specs)
|
2022-12-18 11:42:32 +01:00 |
|
pezcurrel
|
32251d1ba8
|
Added “deleteinstswhere” action
|
2022-12-18 11:41:09 +01:00 |
|
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 |
|