Enable a SendPeerMessage EngineHook for Fuzzbot #508

Merged
sarah merged 5 commits from fuzzbot into master 2023-04-20 21:00:15 +00:00
Owner
No description provided.
dan was assigned by sarah 2023-04-20 19:20:33 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/146
dan requested changes 2023-04-20 20:27:45 +00:00
dan left a comment
Owner

I don't love that this debuging only new feature's been added to our public main API NewApp

Any change engine can instantiate with the DefaultEngineHooks and we just add a new App API to installEngineHook that fuzzbot can use?

I don't love that this debuging only new feature's been added to our public main API NewApp Any change engine can instantiate with the DefaultEngineHooks and we just add a new App API to `installEngineHook` that fuzzbot can use?
@ -85,13 +86,21 @@ type Engine interface {
Shutdown()
}
type EngineHooks interface {
Owner

why is this type not in enginehook.go?

why is this type not in enginehook.go?
Owner

... or I guess can't app instantiate with DefaultEngineHooks either, that might make more sense, other wise install would fial if there wasnt an engine yet

... or I guess can't app instantiate with DefaultEngineHooks either, that might make more sense, other wise install would fial if there wasnt an engine yet
sarah force-pushed fuzzbot from 5fadb48e33 to 7255a6c71e 2023-04-20 20:34:07 +00:00 Compare
sarah added 1 commit 2023-04-20 20:36:52 +00:00
continuous-integration/drone/pr Build was killed Details
93c9813d96
Move EngineHooks into Protocol
sarah added 1 commit 2023-04-20 20:38:31 +00:00
continuous-integration/drone/pr Build is pending Details
746bfffb7c
EngineHooks into enginehooks.go
sarah added 1 commit 2023-04-20 20:39:03 +00:00
continuous-integration/drone/pr Build is passing Details
210c91f7f7
Mutex enginehooks
dan approved these changes 2023-04-20 20:40:18 +00:00
dan left a comment
Owner

approved pending tests

approved pending tests
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/151
sarah merged commit d9298f84b2 into master 2023-04-20 21:00:15 +00:00
Sign in to join this conversation.
No description provided.