Joe Bryan
d71780001a
adds +en-/de-turf encoding functions to |html in %zuse
2019-06-24 13:38:26 -07:00
Joe Bryan
5758bad98a
adds list +join gate to stdlib
2019-06-24 13:35:50 -07:00
Joe Bryan
8356ce737f
Merge pull request #1197 from urbit/lte-tapp
...
ports async/tapp/stdio to lighter-than-eyre
2019-06-21 11:21:20 -07:00
Joe Bryan
eeaf9fdb70
adds todo-comment for iterating +get-entropy in lib/stdio
2019-06-21 11:00:50 -07:00
Joe Bryan
79a6ccb4de
adapts http requests in lib/{tapp,stdio} to the new %lient interface
2019-06-21 00:44:42 -07:00
Joe Bryan
88e2bfe5c3
refactors http error-handling in lib/{stdio,tapp}
2019-06-21 00:36:12 -07:00
Joe Bryan
3050bae263
updates async contracts to explicitly track bones
2019-06-21 00:36:11 -07:00
Joe Bryan
ca1e708c4e
adds (initial) transaction mgmt pokes to lib/tapp (%cancel and %restart)
2019-06-20 12:52:52 -07:00
Joe Bryan
8ee3335306
virtualize handler/continuation evaluation in lib/tapp
2019-06-20 12:52:52 -07:00
Joe Bryan
a8233d383b
re-rewrites tapp upgrading, with less ambition
2019-06-20 12:52:52 -07:00
Joe Bryan
7a80bdedb5
rewrites upgrade handling in lib/tapp, explicitly canceling/restarting
2019-06-20 12:52:52 -07:00
Joe Bryan
073073ba16
threads state through default tapp handlers
2019-06-20 12:52:52 -07:00
Joe Bryan
2dd739334d
adds poke/peer acknowledgement and %quit support to lib/tapp
2019-06-20 12:52:52 -07:00
Joe Bryan
31593f6800
adds identity and entropy getters to stdio
2019-06-20 12:52:52 -07:00
Joe Bryan
9f6c53ca4e
factors out tapp-core types
2019-06-20 12:52:52 -07:00
Joe Bryan
2601042036
factors out default command-handlers in lib/tapp
2019-06-20 12:52:52 -07:00
Joe Bryan
31dea5c6b9
adds %lient %cancel-request to %gall whitelist
2019-06-20 12:52:52 -07:00
Joe Bryan
58a6d32d76
updates $%lient/%rver +task interfaces to use $>
2019-06-20 12:52:52 -07:00
Joe Bryan
08e69ca834
fixes connection cleanup in %lient (use correct duct)
2019-06-20 12:52:52 -07:00
Joe Bryan
e5c386c73c
removes dns automation from %ames
2019-06-20 12:52:52 -07:00
Joe Bryan
c60928fec4
globally disable tcp proxy in +http-config
2019-06-20 12:52:46 -07:00
Joe Bryan
a2d1de4573
Merge branch 'master' into lighter-than-eyre
...
* master: (84 commits)
Add full stops to README list.
Fix mailto link in README
Update Contributing in README and remove Landscape info
fix hoon nest: make %iron different from %zinc
fixes :acme retry on "bad-nonce" error
Fix indentation.
joe's fix for issue #1287 in gall
rejects automatic %peer /sole from lib/drum
adds +handle-peek for lib/tapp namespace reads
adds +handle-init to lib/tapp for an optional "boot" transaction
trad -> async
fix fang's suggestions
rename apps
Replace errant nets-need with nest-need.
fixes (trivial) jet mismatch in +mas
calls +qeu treap-order validation in mold with $|
adds (failing) +qeu mold test
adds +tap:to treap-order validation arm
adds tests for +set and +map mold clams
calls map/set treap-order validation arms in molds with $|
...
2019-06-19 11:09:53 -07:00
Jared Tobin
2c694d0b4c
Merge pull request #1193 from urbit/morgan-readme
...
Update Contributing in README and remove Landscape info
2019-06-15 20:03:37 +08:00
Jared Tobin
14d3577285
Add full stops to README list.
2019-06-15 19:44:26 +08:00
Morgan Sutherland
092441ea7d
Fix mailto link in README
2019-06-14 13:51:18 -07:00
Morgan Sutherland
7cedc7e7d8
Update Contributing in README and remove Landscape info
2019-06-14 13:49:03 -07:00
Jared Tobin
50a5e6de09
Merge pull request #1191 from urbit/fix-nest
...
fix hoon.hoon nest: make %iron different from %zinc
2019-06-14 09:49:54 +08:00
pilfer-pandex
cadb94fe08
fix hoon nest: make %iron different from %zinc
2019-06-13 15:39:45 -07:00
Logan Allen
67da73ad77
Added ability to quit channel from rver
2019-06-13 15:01:52 -07:00
Jared Tobin
2e0e0d94dd
Merge pull request #1189 from urbit/acme-bad-nonce
...
fixes :acme retry on "bad-nonce" error
2019-06-07 11:48:20 +08:00
Joe Bryan
59ab2611f7
Merge branch 'master' into acme-bad-nonce
2019-06-06 16:19:19 -07:00
Joe Bryan
ff555e8646
fixes :acme retry on "bad-nonce" error
2019-06-06 12:37:11 -07:00
Jared Tobin
b4cdc7f978
Merge pull request #1188 from urbit/gall-fix-1287
...
joe's fix for issue #1287 in gall
2019-06-04 20:34:51 +08:00
Jared Tobin
136bb8932f
Fix indentation.
2019-06-04 20:05:15 +08:00
Logan Allen
822e2478a0
joe's fix for issue #1287 in gall
2019-06-03 15:23:29 -07:00
Elliot Glaysher
15363bbcad
Merge pull request #1187 from urbit/change-host-matching
...
Change host matching so ~ will match any inbound.
2019-06-03 15:04:04 -07:00
Elliot Glaysher
f30a662cf2
Change host matching so ~ will match any inbound.
2019-06-03 14:34:01 -07:00
Jared Tobin
ef3a802fc0
Merge pull request #1186 from urbit/async-init-peek
...
adds explicit initialization and peek (namespace) handlers to lib/tapp
2019-06-02 20:06:34 +08:00
Joe Bryan
284e831925
rejects automatic %peer /sole from lib/drum
2019-06-01 12:15:17 -07:00
Joe Bryan
36be16e8b3
adds +handle-peek for lib/tapp namespace reads
2019-06-01 12:07:52 -07:00
Joe Bryan
c46b175d24
adds +handle-init to lib/tapp for an optional "boot" transaction
2019-06-01 12:02:40 -07:00
Jared Tobin
64772b7bb8
Merge pull request #1184 from urbit/next
...
Merge remaining contributions on 'next' branch
2019-06-01 19:16:00 +08:00
Jared Tobin
a924dad762
Merge branch 'master' into next
2019-06-01 18:41:45 +08:00
Jared Tobin
f798c06779
Merge pull request #1185 from urbit/philip/async
...
trad -> async
2019-06-01 18:41:29 +08:00
Philip Monk
a80d636886
trad -> async
2019-05-31 14:59:36 -07:00
Jared Tobin
9a87e33ef1
Merge branch 'master' into next
2019-05-31 20:04:37 +08:00
Jared Tobin
72eac492c8
Merge pull request #1183 from urbit/philip/trad
...
Transaction apps
2019-05-31 19:29:27 +08:00
Jared Tobin
4faa451a01
Merge branch 'master' into philip/trad
2019-05-31 19:09:14 +08:00
Jared Tobin
e62df5ba3e
Merge pull request #1182 from urbit/jt-nets-nest
...
Replace errant nets-need with nest-need in error message.
2019-05-31 08:37:42 +08:00
Philip Monk
852e74cb51
fix fang's suggestions
2019-05-30 14:43:27 -07:00