01dcaefcfb
The Census event is now replaced with module settings for populating the protocols array. With this we can shutdown some plugins and still make them be checked by TFN. The performance:high config is now added when deciding whether or not to do online lookup after the offline lookup fails. default: - Add default values for the TFN protocol setting EVENTS: - Remove Cencus event TheFreeNetworkModule - Remove Census event handler, update protocols array to use module's settings - Use performance:high config when deciding to do online lookup
9 lines
696 B
Plaintext
9 lines
696 B
Plaintext
StartTFNLookup: tries to locate a duplicated remote profile by URI; federation plugins must trigger this event before profile insertion
|
|
@param string $uri URI of the remote profile to be inserted
|
|
@param string $class profile class of the federation protocol that triggered the event
|
|
@param int|null &$profile_id profile ID associated with the duplicated remote profile found
|
|
|
|
EndTFNLookup: deletes a previous duplicated remote profile found; federation plugins must trigget this event after successfully inserting a new profile
|
|
@param string $class profile class of the federation protocol that triggered the event
|
|
@param int &$profile_id profile ID associated with the duplicated remote profile
|