Commit History

Author SHA1 Message Date
  lunar-mining ab2a5af40b net: error[E0038]: Weak pointer to parent trait from child 4 years ago
  ghassmo 525efd7dd9 net: implement unix transport 4 years ago
  ghassmo 264dc72f03 merge net3 into net 4 years ago
  parazyd c417ff9d64 net: Initial transport abstraction concept. 4 years ago
  Dastan-glitch 43ab9ecc1f Filtering specific targets in logging system 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
  Dastan-glitch f6874ff1bf Use same async sleep function throughout source code (#47) 4 years ago
  narodnik 90d859e424 abstract privmsg stuff into a proper Protocol object that uses the jobs manager to ensure the running tasks are properly closed when the channel disconnects. 4 years ago
  narodnik be5378f293 working p2p irc :) 4 years ago
  rachel-rose 2b78f0adb2 merged src/net/error.rs with src/error.rs. deleted src/net/error and updated all code in /net to accept change 5 years ago
  rachel-rose 7c9b4dc18b completed high level docs for mod.rs on /net module and submodules /protocols and /sessions. 5 years ago
  narodnik 1afc4269de cleanup code and run cargo fmt 5 years ago
  narodnik 5934940f36 Improve code and add comments 5 years ago
  narodnik 4e5b844ba9 integrate new message subsystem 5 years ago
  narodnik 961d586cef add protocol_address which does addr/get_addr hosts sync 5 years ago
  narodnik 295bfed30f create specialized network error that is copyable and easily sent between threads. 5 years ago
  narodnik 235099e440 Acceptor class for inbound connections 5 years ago
  narodnik c127266556 nuke old networking subsystem 5 years ago
  narodnik 9d216c9f40 networking subsystem initial commit (still not working) 5 years ago
  narodnik 747198b32d added working p2p network 5 years ago