Commit History

Author SHA1 Message Date
  parazyd 0e6f51e895 chore: Update copyright year in license headers 2 years ago
  parazyd 0f125fa2db net: Remove async-std dependency and prefer smol. 3 years ago
  parazyd 78c4180c90 net: Improve log message. 3 years ago
  parazyd c1100588d3 net: Minor behaviour improvements 3 years ago
  x 85d837a1e7 add ping-pong timeout when remote host doesn't reply back in time. 3 years ago
  parazyd 8b1042ce17 net/protocol/ping: Correct pong debug message. 3 years ago
  parazyd 55ee919906 net: Perform full p2p code cleanup and improve certain pieces. 3 years ago
  x 2aed994877 manually fix some of the net messages to remove target from the actual log string 3 years ago
  x acb2131747 fix broken log targets 3 years ago
  x 988a622403 Revert "missing log targets" 3 years ago
  x 6414d55b7e missing log targets 3 years ago
  x 5702976798 cleanup logging project wide 3 years ago
  parazyd 71cd3064d6 Update license year. 3 years ago
  parazyd 8ae84ad7f9 Add license header to source files. 3 years ago
  Luther Blissett 76c25f06a1 Change import references in library to the new serial module. 3 years ago
  parazyd a4dd04daf7 darkfid: Enable consensus task. 4 years ago
  ghassmo b23517c8fa net: organize the modules structures 4 years ago
  narodnik d519c46159 add todo task for net 4 years ago
  parazyd 36fa2e020c net: Minor cleanups for idiomatic naming. 4 years ago
  narodnik cd74b6aa0b from now on all subscribers in protocols must be created in the constructor. move subscribers in ProtocolPing to the constructor. 4 years ago
  narodnik 7343c0be83 delete old new() functions and rename new2() to new() 4 years ago
  narodnik 7a8a10aaac add protocol names 4 years ago
  narodnik a9a714aa73 net: when registering protocols, use a bitwise selector to specify 4 years ago
  narodnik 6fb1304c00 cargo fmt 4 years ago
  narodnik eb23a3cda5 remove unecessary plurals: protocols -> protocol, sessions -> session, messages -> message 4 years ago