Commit graph

1923 commits

Author SHA1 Message Date
Saivann
bc5f5e5bd9 Remove uppercase characters in urls 2014-12-10 21:38:28 -05:00
David A. Harding
25acab7584
Clarify Tx Update To Header Hashing I/O (closes #675)
Thanks darren-a and Saïvann.
2014-12-10 20:48:31 -05:00
Saivann
4722fe993e Update bg translations 2014-12-10 03:07:13 -05:00
Saivann
bc778b8f64 Apply "strong passwords" requirement to hybrid wallets 2014-12-10 00:37:51 -05:00
Saivann
55aaa16550 Update wallet inclusion requirements with good coding practices 2014-12-10 00:37:43 -05:00
Saivann
e3614f182b Update events (fixes #569) 2014-12-09 12:52:40 -05:00
Saivann
584fb4db91 Update events (fixes #674) 2014-12-09 12:28:16 -05:00
Saivann
56210e8f16 Update layouts for Russian language 2014-12-07 20:02:32 -05:00
Saivann
d151b92252 Merge remote-tracking branch 'remotes/arvicco/master' into master 2014-12-07 19:57:01 -05:00
arvicco
379839c343 Russian translation updated 2014-12-07 15:12:51 -08:00
Saivann
8eed2466f1 Drop confusing "rotate address" mentions 2014-12-06 14:25:56 -05:00
Saivann
ffd2bcaaed Clarify that rotating addresses is used to avoid address reuse (thanks @luke-jr) 2014-12-06 14:01:51 -05:00
Saivann
ed063e3eda Avoid forcing signed firmware updates for hardware wallets (thanks @luke-jr) 2014-12-06 14:01:18 -05:00
Saivann
1037acfe18 Replace confusing mentions of "custodial" wallets 2014-12-06 13:52:04 -05:00
Saivann
57b0c500bb Replace links to blockchain.info in translations 2014-12-06 12:05:13 -05:00
saivann
e97bc2a0e2 Merge pull request #663 from bitcoin/revisitbcinfo
Revisit blockchain.info listing
2014-12-06 12:03:24 -05:00
Saivann
c042987334 Mention that wallets guidelines can be adapted (thanks @harding) 2014-12-05 22:03:22 -05:00
Saivann
b541875da5 Set general requirements and process for including wallets 2014-12-05 20:33:35 -05:00
Saivann
d310392918 Replace links to blockchain.info 2014-12-04 09:53:15 -05:00
saivann
3907aa4681 Merge pull request #666 from bitcoin/el
Add Greek (el) translations
2014-12-04 09:44:49 -05:00
Saivann
250ce37820 Add Greek (el) translations 2014-12-04 09:44:05 -05:00
sunnankar
d0d0098d75 Add #2 iTunes Bitcoin Podcast to Resources Page
Change to add link to homepage of the #2 Bitcoin podcast in iTunes.
2014-12-02 22:24:45 -05:00
Saivann
dfe610b1c1 Update fa translations 2014-12-02 21:00:59 -05:00
Saivann
02c892b9a7 Update fa translations 2014-12-02 14:07:17 -05:00
Saivann
7055d66efd Merge remote-tracking branch 'remotes/codeshark/mSIGNA_tracking_links' 2014-12-01 11:32:47 -05:00
Saivann
ac2b7614a6 Merge remote-tracking branch 'remotes/muresanroland/insidebitcoins.com-upcoming-events' 2014-12-01 11:22:24 -05:00
muresanroland
3fa48bf09f Upcoming insidebitcoins.com events 2014-12-01 11:39:00 +02:00
David A. Harding
ae54fc7194
Merge branch 'notoc' (Pull #661: Convert Fake Subheadings To Real Subheadings) 2014-11-29 22:57:51 -05:00
Saivann
b91dcb1c54 Drop unused translations 2014-11-29 22:03:37 -05:00
Saivann
ec4cc10aa3 Revisit blockchain.info listing
(For issues with transparency, bugs, and security of passwords and backups)
2014-11-29 21:06:22 -05:00
David A. Harding
37c4295fb6
Dev Docs: Revise Makefile Test To Check For Auto Links In Subheadings 2014-11-28 21:29:40 -05:00
David A. Harding
55645c0024 Merge remote-tracking branches 'saivann/notoc' and 'saivann/notocanchor' into notoc 2014-11-28 20:50:50 -05:00
Saivann
a9d2e73c1a Allow links in anchor affordance titles 2014-11-28 20:38:27 -05:00
Saivann
1652bc6eda Ignore .no_toc titles when selecting active toc entry 2014-11-28 20:06:12 -05:00
David A. Harding
217ddb0701
Dev Docs (Formatting Only): Convert Fake Subheadings To Real Subheadings
Converts fake subheadings created using **bold** to real HTML
subheadings without adding them to the table of contents.

Also fixes a link broken by commit 4e067ac89e and adds a Makefile
test to catch future similar breakage.
2014-11-28 19:54:31 -05:00
David A. Harding
464272eeb0
Merge Pull #657: Dev Docs: Describe Filterload Message (Final P2P Message To Document) 2014-11-28 19:30:20 -05:00
Saivann
c7798bf086 Update zh_TW translations 2014-11-28 19:16:30 -05:00
Saivann
071968574c Add missing redirection 2014-11-28 11:00:15 -05:00
Saivann
e0de3612b9 Add Luigigiuseppe Prosperi to the list of contributors 2014-11-28 10:58:50 -05:00
Saivann
64a6f780be Merge branch 'license' 2014-11-28 10:54:28 -05:00
David A. Harding
b3c14aad89
Dev Docs: Made Corrections To Filterload Docs Suggested By @saivann (Thanks!) 2014-11-27 21:36:10 -05:00
David A. Harding
a8fd82c6a6 Dev Docs: Describe Filterload Message (Final P2P Message To Document)
New material:

* Add documentation for `filterload` message to devref. This is the last
  P2P protocol message which needed documentation.

* Add an example for creating a bloom filter to the devex, as well as an
  example of checking data against that filter.

Edits:

* Change "object" to "element" in previous `filteradd` text. I decided
  "transaction element" made more sense than the more generic "object".
  Text should be fully consistent across both `filterload` and
  `filteradd` descriptions.

* Mentioned that I think the example hexdump in the `alert` section is
  public domain. (Only the hex is taken from the wiki; the annotation is
  my own work.)
2014-11-27 21:27:01 -05:00
David A. Harding
b9ee23615a
Dev Docs: Change MerkleBlock To Merkle Block (But Not P2P Message Form) 2014-11-27 21:13:14 -05:00
Saivann
6edf496a5b Update zh_TW translations 2014-11-27 14:06:39 -05:00
Saivann
eb62fb9ef3 Update it translations 2014-11-27 12:42:40 -05:00
Eric Lombrozo
524f0b5f71 Changed website and source links. 2014-11-26 16:09:24 -08:00
Saivann
e79a7c0170 Update ko translations 2014-11-26 00:35:55 -05:00
Saivann
346ba74485 Update hu translations 2014-11-25 21:09:59 -05:00
Saivann
80fbc3d44d Fix one typo (thanks @gurnec) 2014-11-25 12:48:53 -05:00
saivann
6020b1f63d Merge pull request #656 from bitcoin/disclaimerupdate
Update legal disclaimer
2014-11-25 11:01:37 -05:00