aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/whisper.go
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* xeth: fix un-decoded whisper RPC topic string bugPéter Szilágyi2015-04-281-2/+16
|
* ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcardsPéter Szilágyi2015-04-281-1/+1
|
* rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filtersPéter Szilágyi2015-04-281-2/+2
|
* rpc, whisper, xeth: polish whisper RPC interfacePéter Szilágyi2015-04-281-82/+53
|
* whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakagesPéter Szilágyi2015-04-141-2/+2
|
* xeth/whisper, ui/qt/qwhisper: fix API update breaks.Péter Szilágyi2015-04-101-2/+2
|
* Merge pull request #498 from maran/feature/drytoHexJeffrey Wilcke2015-03-181-4/+4
|\ | | | | DRY up the use of toHex in the project and move it to common
| * DRY up the use of toHex in the project and move it to commonMaran2015-03-161-5/+5
| |
* | Comment out whisper remove identity stubsTaylor Gerring2015-03-171-3/+3
| |
* | Initial support to remove Whisper identities per #491Taylor Gerring2015-03-171-1/+5
|/
* Moved ethutil => commonobscuren2015-03-161-7/+7
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-6/+7
|
* Fixed "to" fieldobscuren2015-02-101-1/+3
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
|
* WIP minerobscuren2015-02-041-5/+2
|
* Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-1/+3
|
* Added missing whisper timestamp. Closes #284obscuren2015-02-031-2/+2
|
* Removed debug logobscuren2015-01-311-2/+0
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+116
* Added RPC methods for whisper * Added whisper example