Commit Graph

8729 Commits

Author SHA1 Message Date
Elliot Glaysher
e986337c9c Make +ford-turbo pass without %pin and %same in results 2018-07-23 10:30:06 -07:00
Ted Blackman
2398a91344 Removed %pin, %same, and %dude from +build-result. Untested 2018-07-23 10:06:09 -07:00
Curtis Yarvin
8d1cb514c3 Add =label=spec feature. 2018-07-21 12:19:33 -07:00
Elliot Glaysher
edaa6cb363 Remove next-builds/candidate-builds from state. 2018-07-20 16:22:13 -07:00
Elliot Glaysher
658803812c All tests that we want to pass pass. 2018-07-20 16:17:29 -07:00
Elliot Glaysher
4afa6b73ef WIP: +test-alts-and-live and +test-double-alts 2018-07-20 15:56:35 -07:00
Elliot Glaysher
0bdabe2481 WIP: got +test-alts working 2018-07-20 14:53:13 -07:00
Anthony Arroyo
a6eb000939 added comment re: protocol number limitations 2018-07-20 17:52:48 -04:00
Isaac Visintainer
b26641c997 reverted to old long-poll system but with 8 second fixed era length 2018-07-20 17:49:47 -04:00
Elliot Glaysher
ca2fe7a543 WIP: +test-five-oh-fora passes. 2018-07-19 17:05:30 -07:00
Elliot Glaysher
9d8e295094 WIP: trying to move to master branch. 2018-07-19 16:49:11 -07:00
Fang
4a6e71832f Add RIPEMD-160 to zuse
Jet hinted but not yet implemented.
2018-07-20 01:41:27 +02:00
Fang
df63ff6208 Add argon2 and blake2b to zuse 2018-07-19 21:47:06 +02:00
Anthony Arroyo
dc103dcabd
Merge pull request #765 from urbit/https-acme
adds letsencrypt client :acme, integrates with :dns app and %eyre
2018-07-19 12:11:04 -07:00
Joe Bryan
4db7e486ed stub out :acme +sigh-recoverable-error rate-limit callback, print httr in mark 2018-07-19 14:11:16 -04:00
Joe Bryan
ffe7970d74 retry failed domain validation token verification 2018-07-19 14:11:16 -04:00
Joe Bryan
05050a09ff retry failed dns bindings in +hear:tell 2018-07-19 14:11:16 -04:00
Joe Bryan
7aada841f4 fix typo in error message 2018-07-19 14:11:16 -04:00
Joe Bryan
243c0a9a10 ignores our own route updates in :dns 2018-07-19 14:11:16 -04:00
Joe Bryan
22e5bb0366 uses pkcs8 private keys for %eyre cert installation 2018-07-19 14:11:16 -04:00
Joe Bryan
36d15d296c fixes pkcs8 ASN.1 en/de-coding (missing constant version) 2018-07-19 14:11:16 -04:00
Joe Bryan
f5991978be retry %direct binding verification of 504 response (cttp timeout) 2018-07-19 14:11:16 -04:00
Chris Johnson
70fc8ea772 - MVE Build b134affc18ba532e3ceb459478eac6cfffc47523 2018-07-18 17:22:47 -07:00
Chris Johnson
13fb0e2210 - Committed some styling/functionality fixes to profile.hoon 2018-07-18 10:07:57 -07:00
Curtis Yarvin
bc6ad0456d Some ?# cleanups. 2018-07-16 16:24:59 -07:00
Chris Johnson
73b713f42f - MVE Build e4a093471f7849783ef0d35499c082779fc69544
- Added “vanilla” classes to unstyled collection <ul>s
2018-07-16 13:07:47 -07:00
Fang
050fa5d996 Fix incorrect usage of HMAC function in secp core. 2018-07-13 17:28:19 +02:00
Fang
1e6dc842a4 Add secp core with secp256k to zuse.
Not yet fully jet-hinted.
2018-07-13 15:22:34 +02:00
Fang
676b188d5f Add correct byte-order HMAC family to zuse. 2018-07-13 14:50:15 +02:00
Fang
5041937837 Add jet hint to ++swp. 2018-07-13 13:53:07 +02:00
Fang
64964ea2a9 Add ++sha to hoon.hoon, for correct byte-order SHA hashing. 2018-07-11 22:50:10 +02:00
Fang
c8514d5841 Add +=byts type.
Similar to octs, but for "normal" byte order as found in most @
except @t.
2018-07-11 20:49:11 +02:00
Fang
7b4eb67346 Add ++rev for reversing bloq order.
This is different from ++swp in that it turns leading zeroes into
trailing zeroes correctly, rather than ignoring them.
2018-07-11 20:47:23 +02:00
Joe Bryan
7ea4b5bc0b adds authentication nonce to proxy notifications %wise and %that 2018-07-10 23:40:13 -04:00
Joe Bryan
6419f27e3a adds debug install/uninstall cert events 2018-07-10 16:42:46 -04:00
Joe Bryan
5a953aa01b fixes bug in +reserved predicate for ipv4 addresses 2018-07-10 16:42:46 -04:00
Joe Bryan
14841db28d updates :dns to notify %eyre on new bindings 2018-07-10 16:42:46 -04:00
Curtis Yarvin
0f6077395b Basic ?# functionality tested. 2018-07-10 11:18:59 -07:00
Curtis Yarvin
24dc55ca95 +ar passes smoke test. 2018-07-09 17:57:56 -07:00
cgyarvin
4f79a8164c
Merge pull request #760 from urbit/rivendell-nspv
Transfer ~tep to Rivendell and ~bes to NSPV.
2018-07-06 10:35:02 -07:00
Curtis Yarvin
274030f7ff Transfer ~tep to Rivendell and ~bes to NSPV. 2018-07-06 10:11:05 -07:00
Curtis Yarvin
a5ce1b67f6 Without debug. 2018-07-06 09:58:55 -07:00
Curtis Yarvin
af10afba1e _ar texture matching. 2018-07-06 08:03:11 -07:00
Fang
d53e33a3e0 Implement argon2.
Fully configurable as per the spec. Includes a new type, in addition to
i, d, and id: u. Similar to id in that it is a hybrid solution, but
slightly tweaked to be unique to Urbit's implementation.

Initially implemented as a direct port from the pure Python
implementation, then lightly rewritten to be more Hoon-ish.
https://pypi.org/project/argon2pure/
2018-07-05 22:44:37 +02:00
Fang
fb08ab8fd1 Use face over lark when available. 2018-07-05 22:40:03 +02:00
Anthony Arroyo
546352b5a2 MVE build a8ad67148a4f01e795ca29cedc073a4923bacb57 2018-07-03 16:07:19 -07:00
Anthony Arroyo
fa0f64a31b Landscape (MVE) version de04b2d7f05981ec378b926bbe21dd04248e8d5a 2018-07-03 08:53:52 -07:00
Fang
287d10619e Implement blake2b.
It's not generalized yet, so blake2s isn't supported.
2018-07-02 22:10:06 +02:00
Anthony Arroyo
758b66fe7e just disabled all of web/pages/nutalk due to fcgi issues 2018-07-02 12:18:00 -07:00
Anthony Arroyo
d1dad2d59e another page tthat breaks tests because of fcgi issues 2018-07-02 12:04:26 -07:00