aboutsummaryrefslogtreecommitdiffstats
path: root/whisper
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #648 from Gustav-Simonsson/forward_ecrecover_err_and_remov...Jeffrey Wilcke2015-04-081-1/+8
|\
| * 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
* | Updated loggingobscuren2015-04-071-4/+3
|/
* Moved logging to logger.Coreobscuren2015-04-041-1/+1
* Move version to const and expose via Version()Taylor Gerring2015-03-251-3/+8
* whisper: use common.HashFelix Lange2015-03-214-41/+34
* whisper: use package rlpFelix Lange2015-03-212-37/+24
* eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-192-8/+3
* Comment out whisper remove identity stubsTaylor Gerring2015-03-171-8/+8
* Initial support to remove Whisper identities per #491Taylor Gerring2015-03-171-0/+9
* Moved ethutil => commonobscuren2015-03-161-9/+9
* don't log whisper start upsobscuren2015-03-111-2/+2
* eth, whisper: fix msg.Payload readsFelix Lange2015-03-041-17/+10
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-0/+4
* Moved ECIES to repo & added secondary title for webviewobscuren2015-02-142-2/+2
* Fixed "to" fieldobscuren2015-02-102-0/+4
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-063-3/+3
* Fixed whisper "to" filtering. Closes #283obscuren2015-02-032-3/+3
* Added missing whisper timestamp. Closes #284obscuren2015-02-031-0/+1
* Fixed whisper pub key bugobscuren2015-01-301-1/+1
* UI Updatesobscuren2015-01-221-1/+1
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
* fixed url bug in browserobscuren2015-01-211-9/+0
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-151-9/+10
* Fixed whisper messagesobscuren2015-01-133-27/+43
* Added manual triggering of filtersobscuren2015-01-131-7/+30
* mergedobscuren2015-01-091-2/+0
* errobscuren2015-01-091-3/+0
* just enable by defaultobscuren2015-01-091-0/+3
* Fixed some whisper issuesobscuren2015-01-093-2/+4
* added nil checkobscuren2015-01-022-3/+3
* Added whisper js apiobscuren2014-12-221-1/+1
* Whisper watches fixesobscuren2014-12-173-5/+16
* doc descobscuren2014-12-161-0/+16
* Removed debug messageobscuren2014-12-161-1/+0
* During env open check for pub error which indicated unencrypted payload.obscuren2014-12-162-2/+7
* Added whisper debug interface + whisper fixesobscuren2014-12-162-22/+5
* Merge branch 'develop' into poc8obscuren2014-12-151-0/+27
|\
| * Added topic utility functions to whisperobscuren2014-12-151-0/+27
* | added whisperobscuren2014-12-151-10/+16
|/
* Implemented watching using filter packageobscuren2014-12-136-26/+145
* Updated whisper messages to new crypto api + added testsobscuren2014-12-105-11/+89
* Added encryption for messages better API for sealing messagesobscuren2014-12-103-21/+89
* Additional checks and debug outputobscuren2014-12-083-2/+14
* Proper start/stoping wpeersobscuren2014-12-082-5/+24
* First draft of Whisper messages relayingobscuren2014-12-087-0/+472