aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper.go
Commit message (Collapse)AuthorAgeFilesLines
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-0/+4
| | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* 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 "to" fieldobscuren2015-02-101-0/+2
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
|
* Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-1/+1
|
* Fixed whisper pub key bugobscuren2015-01-301-1/+1
| | | | | * Unrecoverable messages would cause segfault when recovering invalid pub key
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-151-9/+10
|
* Fixed whisper messagesobscuren2015-01-131-8/+14
| | | | | | | * 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 manual triggering of filtersobscuren2015-01-131-7/+30
|
* errobscuren2015-01-091-3/+0
|
* just enable by defaultobscuren2015-01-091-0/+3
|
* Fixed some whisper issuesobscuren2015-01-091-1/+1
|
* Added whisper js apiobscuren2014-12-221-1/+1
|
* Whisper watches fixesobscuren2014-12-171-2/+2
|
* Removed debug messageobscuren2014-12-161-1/+0
|
* During env open check for pub error which indicated unencrypted payload.obscuren2014-12-161-1/+2
|
* Added whisper debug interface + whisper fixesobscuren2014-12-161-10/+3
|
* added whisperobscuren2014-12-151-10/+16
|
* Implemented watching using filter packageobscuren2014-12-131-7/+59
| | | | | * Added filters / watches * Removed event dep
* Updated whisper messages to new crypto api + added testsobscuren2014-12-101-4/+5
|
* Added encryption for messages better API for sealing messagesobscuren2014-12-101-16/+35
|
* Additional checks and debug outputobscuren2014-12-081-0/+7
|
* Proper start/stoping wpeersobscuren2014-12-081-2/+12
|
* First draft of Whisper messages relayingobscuren2014-12-081-0/+157