Commit graph

324 commits

Author SHA1 Message Date
pezcurrel
8fbec0a4dc Updated to cope with new “gettlds” version 2024-10-24 07:50:26 +02:00
pezcurrel
20ff553d5c Updated “ckrl()” to the “lib” version 2024-09-28 05:45:03 +02:00
pezcurrel
758e570794 All values coming from “date” are now correctly converted to integers 2024-09-08 20:29:29 +02:00
pezcurrel
ed2d7182d9 Now uses “../lib/ckratelimit.php”; minor changes 2024-08-27 19:37:22 +02:00
pezcurrel
a143bad33d Fetch “extended description” from “/api/v1/instance/extended_description”; fetch “domain count” from “/api/v1/instance” 2024-08-25 19:01:32 +02:00
pezcurrel
6b3a9bacef Changed the logic deciding the gracetime; minor changes 2024-08-25 10:22:42 +02:00
pezcurrel
281ca2ab02 Instead of fetching “/api/v1/instance/extended_description”, now it fetches “/api/v1/instance” even when “/api/v2/instance” is fetched, to retrieve both extended description and domain count 2024-08-25 09:15:37 +02:00
pezcurrel
ee1210d18c Added “lol.lamp.wtf” 2024-08-25 00:00:28 +02:00
pezcurrel
7593f1b65c “shuffle” action was broken, fixed it 2024-08-23 23:35:15 +02:00
pezcurrel
17fc617a80 Fixed some flaws and a bug 2024-08-23 22:03:21 +02:00
pezcurrel
059c311f68 Don’t ever set “PublicBlocksList” to old value 2024-08-23 20:42:27 +02:00
pezcurrel
40ceb04d2e Removes “.forceresurr” at the end, if present 2024-08-22 11:43:40 +02:00
pezcurrel
74bc9caa7e Using “validhostname” from “lib/validhostname.php” 2024-08-22 11:23:17 +02:00
pezcurrel
494eabf233 Added “useproxyfor” option 2024-08-21 10:54:55 +02:00
pezcurrel
a15ebc4da5 First commit 2024-08-21 10:53:50 +02:00
pezcurrel
924663e865 Added socks5 proxy support; minor changes 2024-08-21 10:24:41 +02:00
pezcurrel
37a267f7e4 Use “en_US” instead of “en_EN” 2024-08-20 12:08:10 +02:00
pezcurrel
80c73c29ef First commit 2024-08-19 18:08:02 +02:00
pezcurrel
574182c9e8 Changed a comment 2024-08-19 17:45:01 +02:00
pezcurrel
55e7890222 Truncate instead of saying if you will; minor changes 2024-08-19 13:46:35 +02:00
pezcurrel
ba0397cb35 Added “PublicBlocksList” column management; minor changes 2024-08-19 10:42:05 +02:00
pezcurrel
0c613cd04f Moved “gethttpcode()” to lib, minor changes to “ckratelimit()” 2024-08-12 19:39:46 +02:00
pezcurrel
05c2c1da47 Replaced “ …” with “ [continues…]” when announcement toot is too long 2024-08-07 18:10:18 +02:00
pezcurrel
8aaf00b82f Added fnum() to format numbers in the announcement toot 2024-08-07 17:48:53 +02:00
pezcurrel
ccd4a22688 Minor changes 2024-08-07 17:30:42 +02:00
pezcurrel
3f08fbbca2 Changed “new instance announcement toot” visibility from “direct” to “public” 2024-08-06 14:41:23 +02:00
pezcurrel
9c06564ee6 Added a regex to exclude Threads instances 2024-08-06 14:19:52 +02:00
pezcurrel
d2743164d3 Added “new instance announcement toot” function 2024-08-06 14:14:43 +02:00
pezcurrel
90bea57faa First commit 2024-07-26 22:17:46 +02:00
pezcurrel
62a3163d5b Added code to delete all but the most recent 10 backups 2024-07-08 21:14:01 +02:00
pezcurrel
af4a0e2aa5 Added mail results code 2024-04-18 08:13:33 +02:00
pezcurrel
ec7939eb96 Adapted the regexp detecting entries to the new list format on fedipact.online 2024-03-23 07:32:24 +01:00
pezcurrel
76f64fa519 Added the possibility to put a “.forceresurr” file in the main directory to force a run with longer gracetime 2024-02-26 19:22:20 +01:00
pezcurrel
c6a0f43aaa If no instance is to be checked, exit soon 2024-02-26 19:21:01 +01:00
pezcurrel
3feccffce0 Fixed a bug by extending the query used for loading instances to be checked (it wasn’t considering new instances, now it should) 2024-02-26 18:40:10 +01:00
pezcurrel
1c1d9fb095 After peerscrawl.php has run, make a copy of peerscrawl.log to peerscrawl.log.old 2024-02-26 17:53:43 +01:00
pezcurrel
a611e251fc Fixed a bug that was preventing crawler.php and peerscrawl.php to use the actual graceline they should be using when the “--gracetime” option was used 2024-02-25 09:55:59 +01:00
pezcurrel
f034d57fbc Changed day of the month to run peerscrawl.php with a non-default gracetime of 2 months from the 26th to the 25th; translated the script to english 2024-02-25 08:59:04 +01:00
pezcurrel
238ac44485 Changed “done” message 2024-01-02 01:22:04 +01:00
pezcurrel
6914551daa Fixed “deadinsts” loading queries; changed default “conntimeout” and “functimeout” 2024-01-02 00:52:20 +01:00
pezcurrel
6c29f1e24e On first run after 0:0:0 of 26th of month do peerscrawl.php with a 2 months gracetime (it was 1 year, before) 2024-01-02 00:48:06 +01:00
pezcurrel
29919f0867 On 1st of month do crawler.php with a 2 months gracetime (it was 1 year, before); revert to calling mysqldump instead of mariadb-dump 2024-01-02 00:46:37 +01:00
pezcurrel
fac92aefbc Added gracetime in human readable form, graceline too, and graceminfreq 2024-01-02 00:44:23 +01:00
pezcurrel
e1bd0ec900 Added option “functimeout” 2024-01-02 00:41:49 +01:00
pezcurrel
b9ab074e1c Integrated and fixed gracetime/graceline logic 2024-01-02 00:40:26 +01:00
pezcurrel
618ebfa54b Added 'Accept: application/json' to every “gurl” call 2023-12-31 23:16:16 +01:00
pezcurrel
63c619399d Added 'Accept: application/json' to every “gurl” call 2023-12-31 23:15:45 +01:00
pezcurrel
4e5973e874 Fixed a flaw in “dead instances” loading queries 2023-12-31 22:57:07 +01:00
pezcurrel
a9b0e049b4 Changed “conntimeout” default from 5 to 3 and “functimeout” default from 10 to 5 2023-12-31 20:31:41 +01:00
pezcurrel
b124326a88 Added option “--single-transaction” to “mariadb-dump” call 2023-12-31 20:30:34 +01:00