GoToSocial/internal/processing/federation
tobi a5852fd7e4
[performance] Speed up some of the slower db queries (#523)
* remove unnecessary LOWER() db calls

* warn during slow db queries

* use bundb built-in exists function

* add db block test

* update account block query

* add domain block db test

* optimize domain block query

* fix implementing wrong test

* exclude most columns when checking block

* go fmt

* remote more unnecessary use of LOWER()
2022-05-02 11:53:46 +01:00
..
federation.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
getfollowers.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
getfollowing.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
getnodeinfo.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
getoutbox.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
getstatus.go [performance] Speed up some of the slower db queries (#523) 2022-05-02 11:53:46 +01:00
getstatusreplies.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
getuser.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
getwebfinger.go if accountDomain isn't set, use Host value instead (#380) 2022-02-06 14:07:38 +01:00
postinbox.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00