Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API changed to use Pubkey only. Reflected that change in the rest of the api | obscuren | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Fixed whisper pub key bug | obscuren | 2015-01-30 | 1 | -1/+1 |
| | | | | | * Unrecoverable messages would cause segfault when recovering invalid pub key | ||||
* | Changed public whisper api not to reveal temporary private keys | obscuren | 2015-01-15 | 1 | -9/+10 |
| | |||||
* | Fixed whisper messages | obscuren | 2015-01-13 | 1 | -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 filters | obscuren | 2015-01-13 | 1 | -7/+30 |
| | |||||
* | err | obscuren | 2015-01-09 | 1 | -3/+0 |
| | |||||
* | just enable by default | obscuren | 2015-01-09 | 1 | -0/+3 |
| | |||||
* | Fixed some whisper issues | obscuren | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Added whisper js api | obscuren | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Whisper watches fixes | obscuren | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Removed debug message | obscuren | 2014-12-16 | 1 | -1/+0 |
| | |||||
* | During env open check for pub error which indicated unencrypted payload. | obscuren | 2014-12-16 | 1 | -1/+2 |
| | |||||
* | Added whisper debug interface + whisper fixes | obscuren | 2014-12-16 | 1 | -10/+3 |
| | |||||
* | added whisper | obscuren | 2014-12-15 | 1 | -10/+16 |
| | |||||
* | Implemented watching using filter package | obscuren | 2014-12-13 | 1 | -7/+59 |
| | | | | | * Added filters / watches * Removed event dep | ||||
* | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 1 | -4/+5 |
| | |||||
* | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 1 | -16/+35 |
| | |||||
* | Additional checks and debug output | obscuren | 2014-12-08 | 1 | -0/+7 |
| | |||||
* | Proper start/stoping wpeers | obscuren | 2014-12-08 | 1 | -2/+12 |
| | |||||
* | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 1 | -0/+157 |