Elliot Glaysher
36b8902fad
Fix ~zod crash by fixing how %eyre handles app cancels.
...
When we ask an app to run a %handle-http-cancel event, we don't
actually care about the return value or even if it errors. The
cancel event is purely informative. Likewise, because we cause
cancels on restart of urbit, they cannot expose crashes to the
system. Otherwise, an app with an open connection but a broken
or non-existent cancel handler can prevent your ship from
coming back up.
2019-07-25 14:12:44 -07:00
Jared Tobin
bc454c8035
Merge pull request #1373 from urbit/dns-manual-redux
...
fixes dns notification bugs, adds manual fulfillment
2019-07-23 18:02:34 -02:30
Jared Tobin
d9829e8edc
Merge pull request #1374 from urbit/codegen-ivory
...
automatically generates header for embedded ivory.pill
2019-07-23 18:02:07 -02:30
Isaac Visintainer
01b690f60d
fix sigil display for comets and moons
2019-07-23 12:33:22 -07:00
Joe Bryan
0d3df28fdb
automatically generates header for embedded ivory.pill
2019-07-23 12:25:26 -07:00
Joe Bryan
0d4497714b
adds manual :dns-collector|complete, fixes no-op condition
2019-07-23 11:42:51 -07:00
Joe Bryan
9639bfe1b5
always send update notification from :dns[bind->collector]
2019-07-23 11:13:28 -07:00
Joe Bryan
43a8dc5d7e
Merge pull request #1363 from urbit/improved-dns-debugging
...
improved debug-ability the dns apps
2019-07-19 16:45:32 -07:00
Joe Bryan
71ac465185
improves debuggability of :dns-* apps
2019-07-19 15:59:38 -07:00
Joe Bryan
ab5f462d73
updates tapp to prevent loss of state on prep
2019-07-19 15:54:51 -07:00
ixv
76973c55d2
Merge pull request #1361 from urbit/la-chat
...
Added updated input validation, tile styling, ready to go for launch
2019-07-19 15:45:22 -07:00
Isaac Visintainer
a5704cd425
updated sigils and spacing in publish
2019-07-19 15:29:00 -07:00
Logan Allen
4ec911895f
Do not allow creation of hall-internal circles when you accidentally invite yourself to a circle you own
2019-07-19 15:07:24 -07:00
Logan Allen
4f26e82ce6
Added favicon to publish index
2019-07-19 14:57:45 -07:00
Logan Allen
37503f9545
Added favicon to launch and chat pages
2019-07-19 14:56:38 -07:00
Logan Allen
2a076ac089
Capitalized invite and new message text in chat tile
2019-07-19 14:47:42 -07:00
Logan Allen
ec33e2ddbd
Added updated input validation, tile styling, ready to go for launch
2019-07-19 14:40:43 -07:00
ixv
93afa9fdea
Merge pull request #1359 from urbit/chat-scroll
...
Chat scroll
2019-07-19 11:24:41 -07:00
Joe Bryan
dd69f6fb15
Merge pull request #1360 from urbit/safer-term-spinner
...
ignore write() failures on the terminal spinner thread
2019-07-19 11:18:41 -07:00
Logan Allen
7b47c21855
Merge branch 'v0.8.0.rc' into chat-scroll
2019-07-19 11:04:16 -07:00
Joe Bryan
d74e09dc6a
ignore write() failures on the terminal spinner thread
2019-07-19 10:58:02 -07:00
Logan Allen
027ff9ff14
Fixed drum by removing timer
2019-07-19 10:49:38 -07:00
Joe Bryan
2a8875c29c
adds better unicode support to herb
2019-07-18 20:06:08 -07:00
Isaac Visintainer
4dd936e8f6
fixed eyre tests
2019-07-18 18:11:13 -07:00
Logan Allen
1bb0de3525
Removed timer, updated Eyre login page, updated chat css
2019-07-18 15:55:36 -07:00
Logan Allen
e0fb56ec96
Added js file update
2019-07-18 15:55:36 -07:00
Logan Allen
afca32af95
Chat CSS/JS fixes
2019-07-18 15:55:36 -07:00
Logan Allen
8a37494414
Fixed issues with members list, overflowing text, and cross-browser message fetching issues
2019-07-18 15:55:36 -07:00
Logan Allen
8e46384ccd
Remove got by on unvalidated %unsubscribe action input
2019-07-18 15:55:36 -07:00
Logan
c8f823fd92
Merge pull request #1356 from urbit/publish-fixes
...
updated publish files
2019-07-18 15:55:08 -07:00
ixv
29a69953fa
Merge pull request #1351 from urbit/chat-scroll
...
Fixed issues with members list, overflowing text, and cross-browser m…
2019-07-18 15:35:46 -07:00
Isaac Visintainer
b7aad187e6
updated publish files
2019-07-18 15:34:42 -07:00
Joe Bryan
b5d02a0082
adds sample type to +get:by, fixes call-sites
2019-07-18 11:51:34 -07:00
pilfer-pandex
3902197dbb
update the solid and ivory pills, ivory.c (play mismatch fix)
2019-07-17 17:43:18 -07:00
pilfer-pandex
a54d18a440
fix play jet mismatch (missing tscm, different sand)
2019-07-17 16:37:14 -07:00
Logan Allen
e11eb9904d
Added js file update
2019-07-17 15:45:44 -07:00
Logan Allen
147d3fa515
Chat CSS/JS fixes
2019-07-17 15:34:09 -07:00
Logan Allen
7c1b88b335
Fixed issues with members list, overflowing text, and cross-browser message fetching issues
2019-07-17 14:01:12 -07:00
Logan
c5af9ffd84
Merge pull request #1345 from urbit/rc-chat-update
...
Updated index and tile of chat
2019-07-16 10:28:23 -07:00
Jared Tobin
8fcf88b03e
Merge pull request #1337 from jfranklin9000/v0.8.0.rc
...
Remove cheesy Libraries header in main.c:report()
2019-07-16 10:56:35 -02:30
Joe Bryan
82f301e44a
removes debug printfs from :lens
2019-07-16 09:52:36 -02:30
Joe Bryan
1d4a3d79a6
fixes some incorrect error conditions in :dns-bind
2019-07-16 09:52:36 -02:30
Joe Bryan
f89a7457ab
fixes a bug in %gall preventing cross-ship cross-app communication
2019-07-16 09:52:32 -02:30
Jared Tobin
096ae03708
Merge pull request #1320 from urbit/philip/kale
...
Azimuth-tracker app
2019-07-16 08:18:35 -02:30
Logan Allen
fcd4f0b93f
Updated index and tile of chat
2019-07-15 14:51:41 -07:00
Joe Bryan
8afee3b71b
fixes slog priority printfs, enables utf8 in tanks
2019-07-15 14:07:00 -07:00
Philip Monk
45360f8e3a
Merge remote-tracking branch 'origin/v0.8.0.rc' into philip/kale
2019-07-15 13:08:16 -07:00
Logan
609f88509b
Merge pull request #1338 from urbit/8.0-announce
...
8.0 announce
2019-07-15 11:37:28 -07:00
Logan Allen
fd5c90256e
Added updated weather tile
2019-07-15 10:56:39 -07:00
Logan Allen
692edb8a63
Added announce work to arvo
2019-07-15 10:50:22 -07:00