libs5-go/protocol
Derrick Hammer 48ef3e3a2a
fix: require a handshake for announcement messages
2024-03-10 06:46:18 -04: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 fix: pass nil for pk on SignRegistryEntry 2024-03-03 13:02:42 -05:00
registry_entry.go fix: use original data not the version with the message type stripped, so we don't need to shift the offset math in UnmarshalSignedRegistryEntry 2024-03-03 12:25:27 -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 fix: require a handshake for announcement messages 2024-03-10 06:46:18 -04:00
signed_handshake_done.go fix: set the username to the peer id for all connection uris 2024-03-05 14:13:22 -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