aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/message.go
Commit message (Expand)AuthorAgeFilesLines
* whisper: fix payload loss in case of plaintext decryptPéter Szilágyi2015-04-281-3/+6
* whisper, xeth/whisper: surface TTL and hash to the APIPéter Szilágyi2015-04-281-3/+7
* rpc, whisper, xeth: fix RPC message retrieval data racePéter Szilágyi2015-04-281-2/+4
* whisper: don't issue signature warning if none presentPéter Szilágyi2015-04-161-0/+5
* whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-141-1/+1
* whisper: add utility functions for creating topicsPéter Szilágyi2015-04-141-7/+2
* whisper: clean up and integrate topicsPéter Szilágyi2015-04-131-1/+6
* whisper: separate out magic number from the codePéter Szilágyi2015-04-131-5/+12
* whisper: fix comment entity capitalizationsPéter Szilágyi2015-04-121-5/+5
* whisper: polish the Envelope a bit, prep for tests.Péter Szilágyi2015-04-101-1/+1
* whisper: polish the messages, fix some bugs, testsPéter Szilágyi2015-04-101-45/+76
* Use logger.Error instead of 0 with glogGustav Simonsson2015-04-071-1/+2
* Forward and log EC recover err and remove dup pubkey len checkGustav Simonsson2015-04-071-1/+7
* Fixed "to" fieldobscuren2015-02-101-0/+2
* Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-2/+2
* Added missing whisper timestamp. Closes #284obscuren2015-02-031-0/+1
* Fixed whisper messagesobscuren2015-01-131-1/+5
* mergedobscuren2015-01-091-2/+0
* Fixed some whisper issuesobscuren2015-01-091-0/+2
* Implemented watching using filter packageobscuren2014-12-131-8/+12
* Updated whisper messages to new crypto api + added testsobscuren2014-12-101-6/+12
* Added encryption for messages better API for sealing messagesobscuren2014-12-101-0/+49
* First draft of Whisper messages relayingobscuren2014-12-081-0/+15