gotosocial/internal/processing/federation
tobi dfdc473cef
[chore] Webfinger rework (#627)
* move finger to dereferencer

* totally break GetRemoteAccount

* start reworking finger func a bit

* start reworking getRemoteAccount a bit

* move mention parts to namestring

* rework webfingerget

* use util function to extract webfinger parts

* use accountDomain

* rework finger again, final form

* just a real nasty commit, the worst

* remove refresh from account

* use new ASRepToAccount signature

* fix incorrect debug call

* fix for new getRemoteAccount

* rework GetRemoteAccount

* start updating tests to remove repetition

* break a lot of tests
Move shared test logic into the testrig,
rather than having it scattered all over
the place. This allows us to just mock
the transport controller once, and have
all tests use it (unless they need not to
for some other reason).

* fix up tests to use main mock httpclient

* webfinger only if necessary

* cheeky linting with the lads

* update mentionName regex
recognize instance accounts

* don't finger instance accounts

* test webfinger part extraction

* increase default worker count to 4 per cpu

* don't repeat regex parsing

* final search for discovered accountDomain

* be more permissive in namestring lookup

* add more extraction tests

* simplify GetParseMentionFunc

* skip long search if local account

* fix broken test
2022-06-11 11:01:34 +02: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] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getfollowing.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getnodeinfo.go [chore] Global server configuration overhaul (#575) 2022-05-30 14:41:24 +02:00
getoutbox.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getstatus.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getstatusreplies.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getuser.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
getwebfinger.go [chore] Global server configuration overhaul (#575) 2022-05-30 14:41:24 +02:00
postinbox.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00