aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/filter.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-132/+0
| | | | | | | whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2.
* 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
|
* ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcardsPéter Szilágyi2015-04-281-0/+60
|
* rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filtersPéter Szilágyi2015-04-281-5/+48
|
* whisper: general cleanups, documentationPéter Szilágyi2015-04-141-4/+7
|
* whisper: clean up and integrate topicsPéter Szilágyi2015-04-131-1/+1
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
|
* Implemented watching using filter packageobscuren2014-12-131-0/+10
* Added filters / watches * Removed event dep