aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/envelope.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-1/+1
| | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
* Fixed whisper messagesobscuren2015-01-131-18/+24
| | | | | | | * Whisper protocol wasn't properly suppling envelope slices * Message history wasn't properly propagated * Added 'Messages' method, filtering any current envelope with the supplied filter.
* added nil checkobscuren2015-01-021-0/+1
|
* Whisper watches fixesobscuren2014-12-171-2/+4
|
* During env open check for pub error which indicated unencrypted payload.obscuren2014-12-161-1/+5
|
* Implemented watching using filter packageobscuren2014-12-131-9/+14
| | | | | * Added filters / watches * Removed event dep
* Updated whisper messages to new crypto api + added testsobscuren2014-12-101-0/+20
|
* Added encryption for messages better API for sealing messagesobscuren2014-12-101-5/+5
|
* Additional checks and debug outputobscuren2014-12-081-2/+2
|
* First draft of Whisper messages relayingobscuren2014-12-081-0/+96