Commit graph

  • b07e773dcf Removed rough and already commented out “ratelimiting” code, we now use apache mod_qos pezcurrel 2023-01-04 15:16:22 +0100
  • 127a335132 Updated pezcurrel 2023-01-04 13:44:14 +0100
  • e750aad3f5 Now sleeps in the end 0.25 seconds rather than 0.5 pezcurrel 2023-01-04 13:43:34 +0100
  • 83d3c6b5c5 Changed “discovered instances” to “instances responded” in message “working on ...” pezcurrel 2023-01-04 13:41:55 +0100
  • 25fd358666 Commented out “tar” line for “run” dir: took long and wasn’t very useful pezcurrel 2023-01-04 13:40:53 +0100
  • 3f86fc689b “$instanswered” got set to true if nodeinfo responded; now it gets set to true only if api/v2/instance or api/v1/instance responded pezcurrel 2023-01-04 13:39:10 +0100
  • b114deba61 Report elapsed time in message for finished procs pezcurrel 2023-01-04 13:37:05 +0100
  • 388ddbbe55 Commented out rough ratelimiting cause it’s too rough :-)) --- added a tiny usleep(500000) at the end for now pezcurrel 2023-01-04 00:05:05 +0100
  • ed7820b636 Ratelimiter now keeps previous time for other sessions pezcurrel 2023-01-03 23:43:35 +0100
  • 5372572966 Cache dir with placeholder file; first commit pezcurrel 2023-01-03 23:32:49 +0100
  • 8bc4075a04 Removed blocklist and rough database based ratelimiting; added rough file based ratelimiting; cleaned up a bit pezcurrel 2023-01-03 23:31:38 +0100
  • 3a95bf779e Deleted pezcurrel 2023-01-03 23:13:04 +0100
  • 42b1ac164c Changed translation for “URI, name or descriptions contain” pezcurrel 2023-01-03 19:54:41 +0100
  • bc131006ea Changed the help text in instances.php pezcurrel 2023-01-03 19:49:08 +0100
  • 42a821798c Changed a bit the help text pezcurrel 2023-01-03 19:48:42 +0100
  • 15de7006c7 Updated and restructured pezcurrel 2023-01-03 19:07:05 +0100
  • f021e25cdc Fixed a typo in a string (“descriptions contains” -> “descriptions contain”) pezcurrel 2023-01-03 19:06:05 +0100
  • 3309da4721 Improved help text; changed $oldline from 31 to 30 days pezcurrel 2023-01-03 18:58:58 +0100
  • 043e8fab41 Added a blocklist mechanism, based for now on http Referer header; improved a bit muoribene function pezcurrel 2023-01-03 18:52:47 +0100
  • 30c137862c Changed $gracetime from 31 to 30 days pezcurrel 2023-01-03 18:50:30 +0100
  • 59dd8cd307 Blocklist pezcurrel 2023-01-03 18:49:57 +0100
  • 1f2165249d “Advanced criteria” are always displayed; removed “reset advanced criteria to default”; restructured code pezcurrel 2023-01-03 05:43:57 +0100
  • 1d754f9588 Fixed getlangid: it used $lang instead of $code pezcurrel 2023-01-03 00:11:59 +0100
  • 3c85ed78a0 Fixed a bug with $mincdef and $_GET["minc"] pezcurrel 2023-01-02 13:54:36 +0100
  • 21fe338c12 Didn’t pass a graceline to dispinst, now it does pezcurrel 2023-01-02 08:52:26 +0100
  • 95bd83786e Fixed a bug that caused “languages” to be always saved as “ourlanguages” pezcurrel 2023-01-02 08:37:07 +0100
  • 6f296a1d27 Fixed writing langs ids to InstOurLangs; made detected languages fall back to declared languages when they can't be detected pezcurrel 2023-01-01 19:50:57 +0100
  • fa97078fe4 Passing calling __LINE__ through getlangsidsarr and getlangsid the right way pezcurrel 2023-01-01 19:26:39 +0100
  • 87fbbbd2f9 Added validity check on declared and detected lang codes to getlangid function - when lang code is not valide it falls back to “en” default; added a getlangsidsarr function to cope with possible dupes and spare code pezcurrel 2023-01-01 19:21:21 +0100
  • c039d85d76 A little script to fix InstLangs, InstOurLangs and Languages table as of 2023-01-01 pezcurrel 2023-01-01 18:23:34 +0100
  • 24b9f9b911 Made it canonicalize lang codes in getlangid pezcurrel 2023-01-01 18:22:48 +0100
  • a4486403c7 Made language fetching normalize language code to a form with _ insted of - pezcurrel 2023-01-01 16:51:20 +0100
  • 184cf49d16 Added “Show instances where...” string to instances.php pezcurrel 2023-01-01 14:47:58 +0100
  • 8a41bfa298 Updated pezcurrel 2023-01-01 14:45:19 +0100
  • 91aa3e0b68 Added “Show instances where” string and an “horizontal ruler” div between “include” and “exclude” criteria pezcurrel 2023-01-01 14:44:50 +0100
  • dd4cc24a36 Added .sddesc and .hrd classes pezcurrel 2023-01-01 14:43:33 +0100
  • 5afbdac010 Modified a bit a string pezcurrel 2023-01-01 11:57:00 +0100
  • 6814b8060e Put out of echoed html the “popupback” divs and commented them out pezcurrel 2023-01-01 11:37:40 +0100
  • 5236126ef1 Added nl language pezcurrel 2023-01-01 11:16:52 +0100
  • 5ffd28f906 Added nl language pezcurrel 2023-01-01 11:14:25 +0100
  • bb30be31ca Little update pezcurrel 2023-01-01 11:11:49 +0100
  • 322d24fdaf Merge branch 'main' into weblate after adding and modifying some strings in instances.php pezcurrel 2023-01-01 11:09:10 +0100
  • 655c180aea Added and modified some strings in the search form of instances.php pezcurrel 2023-01-01 11:06:17 +0100
  • c3b58faa23 Added the possibility to include only instances where max chars per post is at least x; added som strings; modified some others pezcurrel 2023-01-01 11:05:51 +0100
  • b38a39e8b5
    Added translation using Weblate (Dutch) Oliebol 2022-12-31 15:04:18 +0100
  • ac6c5b0585 Changed and splitted some strings in about.php pezcurrel 2022-12-31 12:31:14 +0100
  • 683a2027a9 Changed my mastodon address, splitted translation there pezcurrel 2022-12-31 12:24:18 +0100
  • 2a59e13064 Removed redundant closing body and html tags from “under construction” stuff pezcurrel 2022-12-31 10:22:55 +0100
  • af7c2e1f6e Added missing closing body and html tags to “under construction” stuff pezcurrel 2022-12-31 10:22:00 +0100
  • d981e429f6 If the script is called directly, exit with a redirection tip pezcurrel 2022-12-31 10:19:09 +0100
  • 9919583261 Updated pezcurrel 2022-12-31 09:47:02 +0100
  • 0863c32703 Added InstChecks cleaning to “clean” action pezcurrel 2022-12-31 09:46:28 +0100
  • 80ce9f56c9 Added missing “users” page definition pezcurrel 2022-12-31 07:25:42 +0100
  • a4215c943d Added a notify() to getlangid() to be done if Languages contains more than 1 record with given language code pezcurrel 2022-12-31 07:19:00 +0100
  • 0c2f4e6b27 Added “intness” check on values from “tag trands history” pezcurrel 2022-12-31 07:13:02 +0100
  • b8e84c72c5 Fixed a misleading comment pezcurrel 2022-12-30 19:20:48 +0100
  • a2660e737b Added 3 strings about TotChecks and OkChecks pezcurrel 2022-12-30 18:18:29 +0100
  • d6982752bb Added succesful checks / total checks ratio showing and ordering pezcurrel 2022-12-30 18:14:09 +0100
  • d87cc7f5cc Added dida100 class pezcurrel 2022-12-30 18:12:33 +0100
  • b40e474e76 Added code to set TotChecks and OkChecks pezcurrel 2022-12-30 18:12:07 +0100
  • b9392a0c25 Little script to set Instances.TotChecks and Instances.OkChecks according to records stored in InstChecks table pezcurrel 2022-12-30 17:16:11 +0100
  • 478aa4d0b0 Made the “advice for admins of instances missing server thumb” show up only if instance responded to last check, otherwise it’s probably missing just because the whole instance is not responding pezcurrel 2022-12-30 16:59:59 +0100
  • f2d4119dfa Fixed bug on domain block entity format check pezcurrel 2022-12-30 14:07:22 +0100
  • 90e2263af8 Added “cursor: help;” to “nulltip” class pezcurrel 2022-12-30 11:24:24 +0100
  • 82d0049f75 Added “We record this value only since October 14, 2020 ;-)” string to instances.php pezcurrel 2022-12-30 10:00:53 +0100
  • 4d05060b69 Added a tip (for now it’s just a “title” attribute) about the “Before October 14, 2020” that “First sight” can show pezcurrel 2022-12-30 09:57:33 +0100
  • d0f0e527fe Added “nulltip” class pezcurrel 2022-12-30 09:55:42 +0100
  • 65523d49c3 Added “Before October 14, 2020” string to instances.php pezcurrel 2022-12-30 09:18:06 +0100
  • 9bc4d4cde6 When FirstSeen is < 2022-10-14, just say “First sight” has occurred before that date, because we don’t have the actual value before that date pezcurrel 2022-12-30 09:16:47 +0100
  • a677033529 Added act class pezcurrel 2022-12-30 09:15:11 +0100
  • 86ff6bd4ab Added popupback and dhelp classes pezcurrel 2022-12-30 09:14:43 +0100
  • 7b1cd91704 Translated missing strings to it pezcurrel 2022-12-29 23:38:39 +0100
  • 2197e832c8 Added some strings to instances.php pezcurrel 2022-12-29 23:34:21 +0100
  • 81c21a1543 Updated pezcurrel 2022-12-29 23:33:48 +0100
  • a2c6b49403 Added some sort criteria; added “first sight” and “last successful check” pezcurrel 2022-12-29 23:33:23 +0100
  • e66a6f9e2b Dotted line under links sucked on chrome, now it sucks less (tm) pezcurrel 2022-12-29 21:43:24 +0100
  • cae51fc141 Enhanced a bit strip function pezcurrel 2022-12-29 21:42:44 +0100
  • 3db59734d1 Changed function ldate to show timezone (always UTC) even when it displays only the date pezcurrel 2022-12-29 21:08:17 +0100
  • 0bb759ddd0 Translated “Display name” pezcurrel 2022-12-29 19:46:24 +0100
  • 57e075858b Changed some strings in admin account section of instances.php pezcurrel 2022-12-29 19:40:36 +0100
  • 25dc018f69 Improved strip function; minor changes pezcurrel 2022-12-29 19:40:05 +0100
  • 60b6ce1f78 Commented out of strip function an ongoing attempt at improving it that in some cases has some bad side effects pezcurrel 2022-12-29 13:37:49 +0100
  • b39eafdb80 Fixed getlangid missing $opts; fixed array_pop on inexistent $languages var pezcurrel 2022-12-29 12:49:38 +0100
  • 64073fa12e Added classes for instances.php strip function pezcurrel 2022-12-29 12:41:03 +0100
  • b21b4f2ec2 Improved strip function pezcurrel 2022-12-29 12:40:35 +0100
  • 184875ada5 Marked 1 task as completed pezcurrel 2022-12-29 12:40:16 +0100
  • 1762e1cc7e Fixed wrong class for “moderated servers” list (“nobot” -> “nobott”) pezcurrel 2022-12-29 10:25:48 +0100
  • 073cdb9ffb Assigned “.nobott” css class to server rules ordered list and moderated servers unordered list pezcurrel 2022-12-29 10:15:13 +0100
  • 8af570ff9c Added “.idesc ul|ol.nobott” classes pezcurrel 2022-12-29 10:13:55 +0100
  • fd60944df4 Shortened the “wrong server thumbnail URL” message pezcurrel 2022-12-29 09:55:25 +0100
  • bf92c42a83 Shortened the “wrong server thumbnail URL” message pezcurrel 2022-12-29 09:54:55 +0100
  • f2b3642bcd Added “wrong server thumbnail URL” message pezcurrel 2022-12-29 09:46:40 +0100
  • 3047472fda Added missing space character between software and version pezcurrel 2022-12-29 09:45:45 +0100
  • dd91bbde38 Added “unavmsg” class pezcurrel 2022-12-29 09:30:42 +0100
  • 594447e2a5 Added a “message to admins” that gets shown when server thumbnail is unavailable, explaining how to try and fix it pezcurrel 2022-12-29 09:30:06 +0100
  • 94bfec5f78 “$list” paramater of function “crawl” is now passed by reference; “$list” now gets unset in any case after it has been looped through; this hopefully will decrease a bit the amount of memory used by the script pezcurrel 2022-12-29 09:28:18 +0100
  • 9e7868461a Added “Opted out of search engines indexing” string pezcurrel 2022-12-29 00:15:53 +0100
  • 5bdff13983 Merge branch 'weblate' with new translated strings for deutsch and ukrainian pezcurrel 2022-12-28 23:54:28 +0100
  • 52a056352f
    Translated using Weblate (Ukrainian) Pongrèbio 2022-12-28 22:51:26 +0000
  • b431738881
    Translated using Weblate (Ukrainian) Ігор Андреєв 2022-12-28 14:00:07 +0000