Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whisper, xeth/whisper: surface TTL and hash to the API | Péter Szilágyi | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | rpc, whisper, xeth: fix RPC message retrieval data race | Péter Szilágyi | 2015-04-28 | 1 | -0/+1 |
| | |||||
* | whisper: fix send timestamp omission during envelope opening | Péter Szilágyi | 2015-04-28 | 1 | -0/+1 |
| | |||||
* | whisper: fix comment for rlpenv | Felix Lange | 2015-04-17 | 1 | -4/+5 |
| | |||||
* | whisper: general cleanups, documentation | Péter Szilágyi | 2015-04-14 | 1 | -11/+1 |
| | |||||
* | whisper: fix anonymous broadcast drop, add broadcast tests | Péter Szilágyi | 2015-04-14 | 1 | -1/+6 |
| | |||||
* | whisper: clean up and integrate topics | Péter Szilágyi | 2015-04-13 | 1 | -2/+2 |
| | |||||
* | whisper: separate out magic number from the code | Péter Szilágyi | 2015-04-13 | 1 | -12/+6 |
| | |||||
* | whisper: fix comment entity capitalizations | Péter Szilágyi | 2015-04-12 | 1 | -2/+2 |
| | |||||
* | whisper: polish the Envelope a bit, prep for tests. | Péter Szilágyi | 2015-04-10 | 1 | -57/+66 |
| | |||||
* | whisper: polish the messages, fix some bugs, tests | Péter Szilágyi | 2015-04-10 | 1 | -15/+15 |
| | | | | | | Bugs fixed: - Use randomly generated flags as the spec required. - During envelope opening check the first bit only for signature. | ||||
* | whisper: use common.Hash | Felix Lange | 2015-03-21 | 1 | -9/+14 |
| | |||||
* | whisper: use package rlp | Felix Lange | 2015-03-21 | 1 | -25/+15 |
| | |||||
* | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 1 | -1/+1 |
| | | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone. | ||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -9/+9 |
| | |||||
* | Moved ECIES to repo & added secondary title for webview | obscuren | 2015-02-14 | 1 | -1/+1 |
| | | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle | ||||
* | Fixed whisper messages | obscuren | 2015-01-13 | 1 | -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 check | obscuren | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | Whisper watches fixes | obscuren | 2014-12-17 | 1 | -2/+4 |
| | |||||
* | During env open check for pub error which indicated unencrypted payload. | obscuren | 2014-12-16 | 1 | -1/+5 |
| | |||||
* | Implemented watching using filter package | obscuren | 2014-12-13 | 1 | -9/+14 |
| | | | | | * Added filters / watches * Removed event dep | ||||
* | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 1 | -0/+20 |
| | |||||
* | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 1 | -5/+5 |
| | |||||
* | Additional checks and debug output | obscuren | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 1 | -0/+96 |