aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/peer.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: use package rlpFelix Lange2015-03-211-12/+9
|
* eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-191-7/+2
| | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone.
* don't log whisper start upsobscuren2015-03-111-2/+2
|
* eth, whisper: fix msg.Payload readsFelix Lange2015-03-041-17/+10
|
* UI Updatesobscuren2015-01-221-1/+1
| | | | | * Browser now has tabs * Fixed a callback issue
* Fixed some whisper issuesobscuren2015-01-091-1/+1
|
* Additional checks and debug outputobscuren2014-12-081-0/+5
|
* Proper start/stoping wpeersobscuren2014-12-081-3/+12
|
* First draft of Whisper messages relayingobscuren2014-12-081-0/+114