Commit Graph

23331 Commits

Author SHA1 Message Date
Philip Monk
41a2ed084e
jael: fix breach notification ordering
When we changed wires from /a/foo to /ames/foo, our sorting function
started sorting by last character instead of first character, so breach
notifications were given to gall before ames.  This made gall try to
resubscribe before ames cleared its state, so the message would be lost.

Fixes #4177
2020-12-17 15:19:06 -08:00
Tyler Brown Cifu Shuster
380a7b30af interface: convert local state to hooks 2020-12-17 12:29:56 -08:00
Logan Allen
be8c0940e7 hark-graph-hook: reduce extraneous %no-metadata printfs 2020-12-17 19:45:05 +00:00
Liam Fitzgerald
6b6e9a7be2
hark: cleanup notifications on leave 2020-12-17 16:10:26 +10:00
Liam Fitzgerald
69c555c4b5
hark: lazier notifications, update in add-graph 2020-12-17 11:59:35 +10:00
L
b0f27f6c5e
Merge pull request #4178 from urbit/la/mop-bap
zuse: add backward tap (+bap) to +ordered-map
2020-12-16 16:57:29 -06:00
Elliot Glaysher
3451e02cd1 OK, and now we are walking through the effects 2020-12-16 16:53:25 -05:00
Logan Allen
0341814c54 zuse: add backward tap (+bap) to +ordered-map 2020-12-16 12:57:05 -06:00
Elliot Glaysher
44d8119119 That was it. Fixed the wyrd:insane issue. 2020-12-16 11:46:54 -05:00
Elliot Glaysher
d6def3c4cb WIP: Got to the point where we boot and goof on the event 2020-12-16 11:17:13 -05:00
fang
744cce098f
Merge pull request #4163 from jfranklin9000/release/next-userspace
dbug: make eyre Channels header match the table
2020-12-16 15:53:31 +01:00
Liam Fitzgerald
7ae79cfb1a
glob: update to 0v2.4fgj3.q9463.10ksb.jmhse.00031 2020-12-16 17:52:08 +10:00
Liam Fitzgerald
169955b45a
hark: rework unread tracking, pt.3 2020-12-16 17:46:35 +10:00
Liam Fitzgerald
610a8730b7
wip 2020-12-16 14:22:23 +10:00
Joe Bryan
6678e7313b hoon: crash with valid tank on %eror 2020-12-15 18:22:51 -08:00
Liam Fitzgerald
0ab9af0679
glob: update to 0v1.pr789.2ugh8.chgtm.dlmfn.cc9pr 2020-12-16 10:11:05 +10:00
Liam Fitzgerald
6012609214
notifications: fix accidental overwrite 2020-12-16 10:08:03 +10:00
Liam Fitzgerald
fa7c347870
graph-store: add TODO comment for backwards tap 2020-12-16 09:42:01 +10:00
Joe Bryan
6b5c90bc38
Merge pull request #4173 from urbit/jb/verb
vere: set arvo verbosity based on presence of -v
2020-12-15 15:41:51 -08:00
Joe Bryan
78e545b6df Merge branch 'release/next-vere' into jb/verb
* release/next-vere:
  jets: updates declarations, adding/updating hashes and hooks
  jets: fix "hot jet" registraton path printing
  vere: report, not crash, on unreasonable -Y and -Z
2020-12-15 15:06:15 -08:00
Joe Bryan
3dd8980c73
Merge pull request #4170 from urbit/jb/re-hashboard
u3: revive hashboard
2020-12-15 14:58:32 -08:00
Joe Bryan
5cff66347d jets: updates declarations, adding/updating hashes and hooks 2020-12-15 14:11:15 -08:00
Joe Bryan
268a012c54 jets: fix "hot jet" registraton path printing 2020-12-15 14:11:10 -08:00
Joe Bryan
ee5bd32a74 vere: also set arvo verbosity early during boot 2020-12-15 14:01:03 -08:00
Joe Bryan
4d9fc48238 vere: refactor wire handling in boot sequence construction 2020-12-15 13:58:48 -08:00
fang
5dab476184
Merge pull request #4083 from urbit/m/safer-z
vere: report, not crash, on unreasonable -Y and -Z
2020-12-15 22:56:02 +01:00
Joe Bryan
13590dec37 vere: set arvo verbosity based on presence of -v 2020-12-15 13:54:26 -08:00
pilfer-pandex
aefb53e64e king: path format chage, fix tests 2020-12-15 13:46:26 -08:00
fang
be60e3b88f
Merge pull request #4167 from urbit/m/drum-unlink
drum: update app index early when unlinking
2020-12-15 20:38:34 +01:00
fang
f2d90d9f0b
Merge pull request #4168 from urbit/m/sole-bye
sole: add %bye effect for closing the session
2020-12-15 20:38:22 +01:00
Joe Bryan
bf91610d7b Merge branch 'master' into release/next-vere
* master: (94 commits)
  glob: update to 0v5.bo337.25di9.mg5d5.i9vun.5qaqe
  default.nix: fix typo in examples section
  build: document use of ares.cachix.org in the top-level README
  build: use ares.cachix.org for continuous integration
  chat: lazier chat loading
  notifications: fix invite squashing
  graph-store: turn back on noisy duplicates
  push-hook: fix duplicate messages being sent
  release: urbit-os-v2.7
  graph-store: silence duplicate message assertion temporarily
  release: urbit-os-v2.6
  graph-pull-hook: silence issues temporarily
  release: urbit-os-v2.5
  graph-store: no need to iterate through whole list if we find a single duplicate
  graph-store: address ted and mark's comments
  debug: render queued ames acks correctly
  graph-store: no-op if we already have *any* of the indexes in an %add-nodes event
  glob: update to 0vada5t.b1gqn.oo4ga.6o12h.ek1ot
  graph-store: remove unnecessary clay write upon clobber
  landscape: mentions avoid passing entire contacts
  ...
2020-12-15 10:07:26 -08:00
fang
f285c7954e
sole: add %bye effect for closing the session
This lets applications suggest to the client that they should gracefully
unsubscribe from the session.

Arguably this might be accomplished by %kick-ing the client and then
crashing on their subsequent resubscribe, but this requires tracking
their sole session id and has less semantic clarity on what's happening.
2020-12-15 16:56:47 +01:00
fang
a124c747b7
drum: update app index early when unlinking
The added logic also happens in +se-drop, which will get called by
+se-abet if we did unlink an application. But +se-agon depends on the
index being sane, and may be called between +se-klin and +se-abet.
2020-12-15 16:21:56 +01:00
Liam Fitzgerald
2c915af179
graph-store: run update log in correct order
tapping an ordered map returns a list with the smallest keys first.
However, graph-store's update-log is defined backwards, such that the
list will have the most recent updates in the front of the list. We
therefore flop the update log before iterating over it, in order to
process the updates in the order they occurred
2020-12-15 21:37:50 +10:00
Liam Fitzgerald
3cfc96c31e
links-fe: infinite scroll for link displays 2020-12-15 16:53:07 +10:00
Liam Fitzgerald
4461b42d6a
glob: update to 0v3t3u8.g4h6p.ckag1.tpdjo.785v5 2020-12-15 15:53:24 +10:00
Liam Fitzgerald
d9b8fd77c1
Merge branch 'release/next-u' into lf/last-updated 2020-12-15 15:49:39 +10:00
Liam Fitzgerald
1f040ac081
hark-store: fix global count being out of sync 2020-12-15 15:39:23 +10:00
Liam Fitzgerald
5fdfca10e2
hark-store: send update counts separately 2020-12-15 15:38:56 +10:00
Liam Fitzgerald
6499eb5fe0
glob: update to 0v5.bo337.25di9.mg5d5.i9vun.5qaqe 2020-12-15 10:09:22 +10:00
Liam Fitzgerald
4591163197
Merge remote-tracking branch 'origin/release/next-userspace' 2020-12-15 10:02:45 +10:00
L
cd125fc71f
Merge pull request #4149 from urbit/la/fix-push-hook
push-hook: push out facts to each path only a single time
2020-12-14 17:57:08 -06:00
John Franklin
00b5734b41 dbug: make eyre Channels header match the table 2020-12-14 17:20:31 -06:00
Joe Bryan
53858d0976
Merge pull request #4161 from botter-nidnul/patch-1
default.nix: fix typo in examples section
2020-12-14 11:22:49 -08:00
L
c50485f267
Merge pull request #4155 from urbit/lf/invite-squash
notifications: fix invite squashing
2020-12-14 13:21:48 -06:00
L
49014a2be2
Merge pull request #4158 from urbit/lf/lazier-chats
chat: lazier chat loading
2020-12-14 13:20:41 -06:00
botter
4db89ba685
default.nix: fix typo in examples section
should be enableStatic not enableSatic
2020-12-14 11:07:42 -06:00
Brendan Hay
849d9575dd
Merge pull request #4159 from urbit/bh/ares-cachix
build: use ares.cachix.org for continuous integration
2020-12-14 16:40:55 +01:00
Brendan Hay
c566c473e9
build: document use of ares.cachix.org in the top-level README 2020-12-14 09:22:40 +01:00
Brendan Hay
57a2d09812
build: use ares.cachix.org for continuous integration 2020-12-14 08:54:42 +01:00