aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/api.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: expiry refactoring (#3706)gluk2562017-02-241-0/+8
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-20/+19
|
* Whisper API fixed (#3687)gluk2562017-02-231-33/+40
| | | | | | | | | | | | | | | | | | | | | | * whisper: wnode updated for tests with geth * whisper: updated processing of incoming messages * whisper: symmetric encryption updated * whisper: filter id type changed to enhance security * whisper: allow filter without topic for asymmetric encryption * whisper: POW updated * whisper: logging updated * whisper: spellchecker update * whisper: error handling changed * whisper: JSON field names fixed
* whisper: interface changed to simplify the transition to v5gluk2562017-02-141-0/+463
* whisper: mailserver test introduced, refactoring * whisper: validation test updated * whisper: max number of peers fixed * whisper: verification bug fixed * whisper: esthetic fix * whisper: interface changed to simplify the transition to v5 * whisper: preparation for version switch