libs5-go/protocol
Derrick Hammer e6c6ea473c
refactor: we do not need to bother storing our own ProviderStore data as that would just duplicate any possible data coming from the ProviderStore.
2024-03-03 09:30:40 -05:00
..
handshake_open.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
handshake_open_test.go test: add tests for HandleMessage 2024-01-08 07:15:30 -05:00
hash_query.go refactor: we do not need to bother storing our own ProviderStore data as that would just duplicate any possible data coming from the ProviderStore. 2024-03-03 09:30:40 -05:00
mediator.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
message.go refactor: merged signed back into protocol 2024-01-29 22:35:40 -05:00
protocol.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
protocol_test.go testing: remove bad imports 2024-01-29 00:25:25 -05:00
registry.go refactor: remove dedicated interfaces and minimize interfaces 2024-01-28 23:59:43 -05:00
registry_entry.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
registry_query.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
signed.go refactor: merged signed back into protocol 2024-01-29 22:35:40 -05:00
signed_announce_peers.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00
signed_handshake_done.go fix: silently abort early if we have no connections to make 2024-01-31 20:20:59 -05:00
signed_handshake_done_test.go fix: filename typo 2024-01-29 22:40:36 -05:00
signed_message.go fix: need to use NewDecoder and manually call DecodeMessage and HandleMessage 2024-01-30 17:26:06 -05:00
storage_location.go refactor: more refactoring to break import cycles, introduce a mediator between protocol and service 2024-01-30 00:31:31 -05:00