Matilde Park
3d901df3be
chat: links use white border in dark mode
2020-01-27 14:07:04 -05:00
Matilde Park
cbbbc65acb
chat: sidebar switcher retains with on -m
...
Sidebar switcher was squishing and losing aspect ratio on medium viewport.
It now retains its proper size.
2020-01-27 13:48:01 -05:00
Jared Tobin
8905a706a8
Merge branch 'pkova/lore' ( #2195 )
...
* pkova/lore:
zuse: allow non-trailing null bytes in to-wain:format
u3: fix lore jet to allow non-trailing null bytes
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-27 10:38:56 +04:00
Jared Tobin
865a1cec90
Merge branch 'm/dbug' ( #2179 )
...
* origin/m/dbug:
dbug: support app state printing
dbug: augment various apps with /lib/dbug
dbug: add agent wrapper for debugging pokes
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-27 10:21:28 +04:00
Jared Tobin
275e23df63
Merge branch 'harden-vanes' ( #2189 )
...
* origin/harden-vanes:
/sys: use +harden on vane tasks
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-27 10:16:33 +04:00
Jared Tobin
cc12ff835e
Merge branch 'pkova/master' ( #2178 )
...
* pkova/master:
chat: fix wrong font-size on certain pre-elements
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-27 10:13:23 +04:00
Ted Blackman
0bee77ce8e
/sys: use +harden on vane tasks
...
Uses Zuse's previously unused +harden helper function to streamline
+task unwrapping in vanes.
(Arguably, in landlocked vanes like Ford, we should crash if we get a
%soft task, since no events should be coming in directly from the
outside.)
2020-01-27 09:53:53 +04:00
pkova
db1b88b21b
zuse: allow non-trailing null bytes in to-wain:format
2020-01-25 20:54:49 +02:00
pkova
0a78728479
u3: fix lore jet to allow non-trailing null bytes
2020-01-25 17:29:42 +02:00
Fang
a7f07866f9
dbug: support app state printing
...
:your-app +dbug %state
2020-01-24 20:48:17 -08:00
Jared Tobin
acce440c76
Merge branch 'm/care-t' ( #2184 )
...
* origin/m/care-t:
clay: document %t care
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-23 14:01:37 +04:00
Fang
f4ed3fe980
clay: document %t care
2020-01-22 21:23:14 -08:00
Jared Tobin
f1c9f54c22
readme: update bridge URL [ci skip]
...
Points at the Bridge repo's README rather than its releases page.
2020-01-23 04:38:27 +04:00
Jared Tobin
ccb27b1e6f
test-arvo-upgrade-path: don't install vere [ci skip]
...
Strictly we just want to test the upgrade path for *Arvo* in this
script. Removing the 'make install' line makes sure that we use
whatever Vere version is accessible on our PATH.
2020-01-23 04:34:28 +04:00
Jared Tobin
267081424b
Merge branch 'yt-preview' ( #2055 )
...
* origin/yt-preview:
chat: add expandable youtube embed messages
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-22 15:14:37 +04:00
Anthony Arroyo
b96d6c5b5f
chat: add expandable youtube embed messages
...
YouTube links now have a [embed] link that expands an inline embed of
the video. Embeds don't load until clicked, so don't fear the tracker.
2020-01-22 15:01:01 +04:00
Jared Tobin
c182672b54
Merge branch 'ames-goof' ( #2166 )
...
* origin/ames-goof:
ames: adjust route update logic
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-22 13:14:39 +04:00
Ted Blackman
11c92e691d
ames: adjust route update logic
...
There was a typo in the routing logic that was comparing equality
against a value where it should have been doing a pattern match. The
value compared against contained the literal * gate, which would never
match route.peer-state, so this condition was always true, meaning the
fix that had added this extra condition (5406f06
) did not actually
change the behavior from what it been previously.
2020-01-22 12:50:18 +04:00
Fang
da6f27c55c
dbug: augment various apps with /lib/dbug
...
Also includes lib/verb where it wasn't being used yet.
2020-01-21 12:36:03 -08:00
Fang
421dae13cf
dbug: add agent wrapper for debugging pokes
...
Use :app +dbug to get the entire bowl, or specific subscriptions.
2020-01-21 12:34:50 -08:00
pkova
ba866a837d
chat: fix wrong font-size on certain pre-elements
2020-01-21 16:32:30 +02:00
Jared Tobin
062c0244f6
Merge branch 'support-asan' ( #2175 )
...
* origin/support-asan:
u3: enables ASan for u3i_molt and friends
u3: enable ASan for u3r_mean and friends
u3: skip RLIMIT_CORE under ASan
u3: specially defines c3_assert for ASan compatiblity
u3: moves loom base on linux-64 to accomodate ASan
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-16 23:39:27 -08:00
Jared Tobin
8ab2afe8b4
Merge branches 'vere-test-exit', 'spinner-leak' and 'exit-cleanup'
...
* origin/vere-test-exit:
vere: fixes Makefile test-runner, exiting on failed test
* origin/spinner-leak:
vere: re-plugs leak in terminal spinner
vere: plugs leak in terminal spinner
* origin/exit-cleanup:
vere: adds trivial i/o driver exit handlers
vere: dispose of http-server resources on exit
vere: dispose of http-client resources on exit
vere: close terminal driver last
vere: properly un/initialize curl
vere: properly un/initialize openssl
worker: free jet dashboard on exit
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-16 06:26:14 -08:00
Joe Bryan
375d4af68e
u3: enables ASan for u3i_molt and friends
2020-01-14 20:42:23 -08:00
Joe Bryan
ee112fa150
u3: enable ASan for u3r_mean and friends
2020-01-14 20:41:21 -08:00
Joe Bryan
119fb59d5f
u3: skip RLIMIT_CORE under ASan
2020-01-14 20:41:02 -08:00
Joe Bryan
bea30f8a2c
u3: specially defines c3_assert for ASan compatiblity
2020-01-14 20:40:25 -08:00
Joe Bryan
884a08a967
u3: moves loom base on linux-64 to accomodate ASan
2020-01-14 20:39:49 -08:00
Joe Bryan
561db380c4
vere: adds trivial i/o driver exit handlers
2020-01-14 20:34:26 -08:00
Joe Bryan
9abe805933
vere: dispose of http-server resources on exit
2020-01-14 20:34:26 -08:00
Joe Bryan
b7138abd0b
vere: dispose of http-client resources on exit
2020-01-14 20:33:52 -08:00
Joe Bryan
0393047847
vere: close terminal driver last
2020-01-14 20:33:43 -08:00
Joe Bryan
84ccfa97d8
vere: properly un/initialize curl
2020-01-14 20:33:34 -08:00
Joe Bryan
d71c26417a
vere: properly un/initialize openssl
2020-01-14 20:33:24 -08:00
Joe Bryan
c945c58375
worker: free jet dashboard on exit
2020-01-14 20:33:15 -08:00
Joe Bryan
5f3a697aab
vere: re-plugs leak in terminal spinner
2020-01-14 20:26:28 -08:00
Joe Bryan
adb41996f0
vere: plugs leak in terminal spinner
2020-01-14 20:26:22 -08:00
Joe Bryan
bb83acce96
vere: fixes Makefile test-runner, exiting on failed test
2020-01-14 20:24:01 -08:00
Jared Tobin
de9bd593d9
ci: remove whitespace test [ci skip]
...
16ae3b7
reinserted sh/test-whitespace into the Travis config to check
for the presence of spurious whitespace in source. While this is a fine
test to run, it should probably be run as a local pre-push git hook,
rather than in CI.
2020-01-14 11:30:00 -08:00
Jared Tobin
ce6f82a58d
chat: trim whitespace [ci skip]
2020-01-14 11:21:24 -08:00
Jared Tobin
3a6fb37b25
Merge branch 'edit-mugs' ( #2169 )
...
* origin/edit-mugs:
u3: clear cached mugs on cell edit
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-14 11:13:20 -08:00
Joe Bryan
94800ca79c
u3: clear cached mugs on cell edit
...
This commit fixes a bug wherein cached mugs were wrongfully retained on
editing cells, producing a jet mismatch in +mug.
2020-01-14 11:11:41 -08:00
Jared Tobin
a0cb74b658
Merge branch 'matilde/chat-dark-mode' ( #2144 )
...
* origin/matilde/chat-dark-mode:
chat: fade images on dark mode
chat: add dark mode
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-14 11:09:18 -08:00
Jared Tobin
430f4c36d6
Merge branch 'lens-fix' ( #2162 )
...
* origin/lens-fix:
lens: don't prematurely flush state
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-14 08:52:01 -08:00
Jared Tobin
16de53e7a2
Merge branch 'philip/ames-fix' ( #2164 )
...
* origin/philip/ames-fix:
ames: fix assertion bug and add debug info
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-14 08:36:07 -08:00
Philip Monk
d578159791
ames: fix assertion bug and add debug info
...
If we receive the naxplanation before the nack, the assertion in the gte
direction fails. The intent of the assertion is to make sure top of the
live queue never falls behind current.state, so it was simply in the
wrong direction.
2020-01-14 08:34:12 -08:00
Isaac Visintainer
2cd9fc75a4
lens: don't prematurely flush state
2020-01-10 12:55:58 -08:00
ixv
2089045a4e
Merge pull request #2161 from urbit/invite-hook-fix
...
invite-hook: fixed incorrect assertion about outgoing invites
2020-01-09 16:32:19 -08:00
Isaac Visintainer
a07a3747d1
invite-hook: fixed incorrect assertion about outgoing invites
2020-01-09 16:16:39 -08:00
Jared Tobin
754fba30e3
Merge branch 'matilde/meta-morgue' ( #2159 )
...
* origin/matilde/meta-morgue:
soto: add "dead" alt keys to ignored list
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-01-08 10:12:10 +08:00