aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/envelope.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* whisper, xeth/whisper: surface TTL and hash to the APIPéter Szilágyi2015-04-281-1/+2
* rpc, whisper, xeth: fix RPC message retrieval data racePéter Szilágyi2015-04-281-0/+1
* whisper: fix send timestamp omission during envelope openingPéter Szilágyi2015-04-281-0/+1
* whisper: fix comment for rlpenvFelix Lange2015-04-171-4/+5
* whisper: general cleanups, documentationPéter Szilágyi2015-04-141-11/+1
* whisper: fix anonymous broadcast drop, add broadcast testsPéter Szilágyi2015-04-141-1/+6
* whisper: clean up and integrate topicsPéter Szilágyi2015-04-131-2/+2
* whisper: separate out magic number from the codePéter Szilágyi2015-04-131-12/+6
* whisper: fix comment entity capitalizationsPéter Szilágyi2015-04-121-2/+2
* whisper: polish the Envelope a bit, prep for tests.Péter Szilágyi2015-04-101-57/+66
* whisper: polish the messages, fix some bugs, testsPéter Szilágyi2015-04-101-15/+15
* whisper: use common.HashFelix Lange2015-03-211-9/+14
* whisper: use package rlpFelix Lange2015-03-211-25/+15
* eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-191-1/+1
* Moved ethutil => commonobscuren2015-03-161-9/+9
* Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-1/+1
* Fixed whisper messagesobscuren2015-01-131-18/+24
* added nil checkobscuren2015-01-021-0/+1
* Whisper watches fixesobscuren2014-12-171-2/+4
* During env open check for pub error which indicated unencrypted payload.obscuren2014-12-161-1/+5
* Implemented watching using filter packageobscuren2014-12-131-9/+14
* Updated whisper messages to new crypto api + added testsobscuren2014-12-101-0/+20
* Added encryption for messages better API for sealing messagesobscuren2014-12-101-5/+5
* Additional checks and debug outputobscuren2014-12-081-2/+2
* First draft of Whisper messages relayingobscuren2014-12-081-0/+96