~wicrum-wicrun
78c9df828d
gall: claim the [%$ *]
namespace and relinquish the rest
2023-04-05 13:51:15 +02:00
~wicrum-wicrun
fb59992a50
Revert "gall: add permissions to scry paths"
...
This reverts commit 6e542d4afe
.
2023-04-05 12:41:44 +02:00
~wicrum-wicrun
6e542d4afe
gall: add permissions to scry paths
2023-04-04 21:37:43 +02:00
~wicrum-wicrun
c4d00e0073
gall: block when scrying into the future
2023-04-03 21:18:27 +02:00
~wicrum-wicrun
86df8f28f2
gall: smear @da
if binding to a path earlier than its latest binding
2023-04-03 21:17:00 +02:00
~wicrum-wicrun
0aeed743af
gall: return a cage instead of a cage of a page at %a
scry
2023-04-03 20:21:31 +02:00
~wicrum-wicrun
f46ec4d37b
lull,gall: store $page
instead of $noun
in scry bindings
2023-04-03 16:10:57 +02:00
~wicrum-wicrun
13b6c2cdba
lull,gall: add scry bindings to bowl
2023-04-03 15:39:11 +02:00
~wicrum-wicrun
2b7245ddf3
gall: support %a
scry at any date
2023-03-31 15:37:24 +02:00
~wicrum-wicrun
5d91b0bb0a
gall: store date with each scry binding
2023-03-31 14:35:20 +02:00
~wicrum-wicrun
8553108c9e
gall: support %t
scry
2023-03-31 00:20:22 +02:00
~wicrum-wicrun
8f4a8e597f
gall: support %z scry
2023-03-30 13:41:40 +02:00
~wicrum-wicrun
6524e85d0c
gall: save highwater mark when nuking
2023-03-29 20:28:36 +02:00
~wicrum-wicrun
4084fe0e5c
block when appropriate on %w
scry
2023-03-29 17:18:43 +02:00
~wicrum-wicrun
d8f5e53185
gall: block at %a
scry if date isn't now
2023-03-29 16:15:00 +02:00
~wicrum-wicrun
d77d1ce615
gall,lull: don't include $case
in %grow
2023-03-29 13:53:25 +02:00
~wicrum-wicrun
165ad4c2f7
gall: simplify $neet
definition
2023-03-29 12:52:12 +02:00
~wicrum-wicrun
b1fd1fbab1
gall: implement %w scry
2023-03-28 21:45:14 +02:00
~wicrum-wicrun
fe6b675a6d
gall: enforce monotonic growth of cases
2023-03-28 20:27:27 +02:00
~wicrum-wicrun
e7e7706c33
gall: support %a scries at the current time
2023-03-28 18:34:35 +02:00
Ted Blackman
5c9a8de749
gall: undo indent
2023-03-16 10:56:52 -06:00
Ted Blackman
e62dc18a35
gall: add +trace to scry binding handlers
2023-03-16 10:48:46 -06:00
Ted Blackman
cd6d4c2f57
gall: handle scry moves locally
2023-03-16 10:24:25 -06:00
Ted Blackman
3565251472
gall: remove unused helpers
2023-03-14 15:31:01 -06:00
Ted Blackman
bbb693246e
lull,gall: switch to per-agent scry bindings
2023-03-11 18:35:55 -06:00
Ted Blackman
234d450125
gall: store scry paths in a +mop, not +map
2023-03-11 17:25:11 -06:00
Ted Blackman
d361a27781
gall: +mo-cull compiles
2023-03-11 17:11:25 -06:00
Ted Blackman
8b1fd38fe1
gall: check high-water mark
2023-03-11 17:05:53 -06:00
Ted Blackman
57108b85d7
gall: +mo-tomb compiles
2023-03-11 17:01:14 -06:00
Ted Blackman
3ba3c09cc7
lull,gall: %grow compiles
2023-03-11 16:50:51 -06:00
yosoyubik
219dea855d
ames: log pleas for corked bones
2023-03-01 19:34:41 -06:00
yosoyubik
233d957a5c
ames: always ack recork pleas
2023-03-01 15:55:46 -06:00
Ted Blackman
dae436aa94
Merge pull request #6344 from urbit/i/6339/dill-logs
...
dill: legible %logs
2023-02-24 16:59:14 -05:00
fang
c826075eed
dill: formally deprecate %knob mechanism
...
Marks it as deprecated in lull with a comment, and removes the verbosity
toggle state from dill. Filtering should now happen at the edges where
%crud error messages get printed.
We don't remove it from lull just yet, because that would necessitate a
kelvin bump, even though the rest of this changeset doesn't.
2023-02-24 22:41:32 +01:00
Ted Blackman
38d2e2987c
Merge pull request #6341 from uqbar-dao/i/6340/ames-packet-size
...
ames: store packet bloq size in subject
2023-02-22 09:41:55 -05:00
pkova
76f32c6fad
lull, eyre: add intermediate type for /~/name endpoint
...
The previous changes implementing the /~/name endpoint were breaking,
since we changed the type of `$action:eyre`. This commit keeps the /~/name
endpoint functional, but adds adapters to eyre scries that returns the old
`$action:eyre` type. These adapters and their associated intermediate types
can be removed the next time we burn a kelvin.
2023-02-21 20:48:56 +02:00
fang
e67bfbfa8a
dill: remove printing machinery
...
Now that %logs exists, dill can delegate responsibility for printing
system output to outsiders (like the runtime, or the terminal handler
agent). Here, we remove dill's printing logic, which was still coupling
it to the default session and drum's expected semantics.
2023-02-21 16:47:14 +01:00
fang
ecbf4ce99b
dill: send system output to %logs subscribers
...
A dill %logs task can be used to open and close subscriptions to "system
output". Whenever dill receives a %text, %talk, or %crud task, it
considers this "system output", and passes it along to all %logs
subscribers.
2023-02-21 16:35:53 +01:00
tadad
a82548615e
Merge branch 'develop' into i/6340/ames-packet-size
2023-02-17 14:04:38 -06:00
dachus
6f5f4e2100
done
2023-02-17 14:02:11 -06:00
Ted Blackman
8afe2d1ae9
Merge pull request #6338 from urbit/i/6287/eof-syntax-error
...
clay: render syntax errors at end of file
2023-02-17 09:12:58 -05:00
Ted Blackman
61d32b5598
Merge pull request #5973 from urbit/m/http-auth-tokens
...
http: check requests for auth using tokens from eyre
2023-02-17 09:09:23 -05:00
fang
fe3de74620
clay: render syntax errors at end of file
...
Previously, if the pointer for a syntax error pointed to the end of the file
(and the file ended in a newline) the code snippet rendering would try to
display a line _beyond_ the end of the file, causing a crash.
Here, we detect that case, and display `<<end of file>>` instead.
(Originally merged through #5812 , but got lost somewhere along the way.)
Fixes #6287 .
2023-02-17 13:26:55 +01:00
yosoyubik
c503647eb3
ames: no-op on %kroc task
2023-02-14 06:07:59 +01:00
yosoyubik
25dc16addb
Merge branch 'develop' into i/6065/clean-flows
2023-02-14 05:02:40 +01:00
pkova
49a24647da
eyre: revert inclusion of HttpOnly header for now
2023-02-13 20:58:59 +02:00
Josh Lehman
367eae9b42
Merge branch 'develop' into i/6282/adjust-clog
2023-02-13 06:41:00 -08:00
Josh Lehman
ad190807c7
Merge pull request #5827 from urbit/ted/ames-clog-less
...
ames: %clog less
2023-02-13 06:36:57 -08:00
Josh Lehman
29d0362e58
Merge branch 'develop' into ted/ames-clog-less
2023-02-13 06:32:39 -08:00
fang
54680c33a8
eyre: clean up stray ~!
2023-02-13 15:12:24 +01:00