Skip to content
Snippets Groups Projects
Commit cdf42fc6 authored by dakkar's avatar dakkar
Browse files

ready for 2024.7.1

parent 483e73ee
No related branches found
No related tags found
1 merge request!30Update for 2024.7
Pipeline #1050 passed with stage
in 37 seconds
...@@ -171,3 +171,8 @@ toc: true ...@@ -171,3 +171,8 @@ toc: true
WebFinger at a non-obvious URL (as long as they provide that URL in WebFinger at a non-obvious URL (as long as they provide that URL in
their host-meta) their host-meta)
* you can connect to Redis via UNIX socket, not just TCP socket * you can connect to Redis via UNIX socket, not just TCP socket
* password checks and websocket connections are rate limited now; this
improves security and resistance to denial-of-service attacks
* in addition to "authorized fetch", you can disable
`attachLdSignatureForRelays to stop sending LD-Signatures to relays
* more checks at startup: db reachability, config file presence
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
# script printed at the end, commit all the changes # script printed at the end, commit all the changes
declare -A last_commit_checked=( declare -A last_commit_checked=(
["Sharkey"]=5496aa27dbbb85dd6b3a1d1b253fcd9445ade38b ["Sharkey"]=9cf40ef4528a2a61d3d61d3a32abc7b787d05eca
["sfm-js"]=eb43eb0298c04b3133e240cc235efce96213666f ["sfm-js"]=079b0dd6555aa0c7f27b9a85ac3c3b60f5b18e8b
) )
log_cmd=( git log -u -b --word-diff=color --word-diff-regex='[[:alnum:]_]+|[^[:space:]]' --no-merges ) log_cmd=( git log -u -b --word-diff=color --word-diff-regex='[[:alnum:]_]+|[^[:space:]]' --no-merges )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment