GoToSocial/internal/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
..
dereferencing replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
federatingdb [chore] Inboxes for iri test (#508) 2022-04-29 15:05:13 +02:00
authenticate.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
clock.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
commonbehavior.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
dereference.go update remote account get/deref logic 2022-01-24 13:12:17 +01:00
federatingactor.go [chore] Add Federatingactor.Send() tests and log call (#509) 2022-04-29 15:53:04 +02:00
federatingactor_test.go [chore] Add Federatingactor.Send() tests and log call (#509) 2022-04-29 15:53:04 +02:00
federatingprotocol.go [performance] Speed up some of the slower db queries (#523) 2022-05-02 11:53:46 +01:00
federatingprotocol_test.go [chore] Add Federatingactor.Send() tests and log call (#509) 2022-04-29 15:53:04 +02:00
federator.go [chore] Return more useful errors from auth failure (#494) 2022-04-26 18:10:11 +02:00
federator_test.go [chore] Add Federatingactor.Send() tests and log call (#509) 2022-04-29 15:53:04 +02:00
finger.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
handshake.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
transport.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00