Commit Graph

1212 Commits

Author SHA1 Message Date
benjamin-tlon
d06693dc7e
Add support to lens-command for pill output and optimized base64 encoding. (#1068)
Added support to `lens-command` for outputting a pill. We want this so that we can create (solid and brass) pills from `urb.py`.

This also adds an optimized base64 encoding routine. The previous version of base64 stack overflowed on large inputs, and a tail-recursive version took hours to encode 5mb of data. This one uses the `ripn` jet and only takes a second or two.
2019-02-27 16:12:59 -08:00
Fang
3ebf874896 Add trailing newlines 2019-02-25 20:33:16 +01:00
Fang
a7ecb972e8 Implement %eth-watcher, an app for tracking Ethereum events
Poke with [%watch %sometag config:eth-watcher] to initialize,
then subscribe at /sometag to receive updates in the shape of
[%snap snapshot:eth-watcher] for initial and on-reorg logs,
[%logs loglist] for logs as they happen.
2019-02-22 17:43:37 +01:00
Philip Monk
3e29612bf6
add |bonk and flop ames timer order 2019-02-16 10:42:09 -08:00
pilfer-pandex
daa875f330
Merge pull request #1063 from urbit/dojo-first
Make a new ship launch into dojo
2019-02-09 10:58:12 -08:00
pilfer-pandex
9b2ca27430 Make a new ship launch into dojo 2019-02-08 18:40:38 -08:00
rovdyl
638afd8995 reorganize namespacing
specify eng-us region and make room for future ordinal conversion
2019-02-06 17:58:43 -06:00
rovdyl
303676ce9c Merge branch 'master' 2019-02-05 22:01:03 -06:00
rovdyl
1f2a2a5402 simplify handling unsupported numbers
Removes the usage of ++need, and therefore any possibility of
accidentally crashing, by performing the check of unsupported numbers
before anything else.

Idea originally suggested by @philipcmonk
https://github.com/urbit/arvo/pull/1053#issuecomment-460814835
2019-02-05 21:55:40 -06:00
rovdyl
acd9ef133c auto-determine num-break separator
If the remainder is less than 100, use " and ", otherwise use ", ". This
is not only simpler, but corrects numbers like "one million, one" to be
"one million and one".
2019-02-05 20:29:45 -06:00
rovdyl
b72f76ea4f correct "fourty" to "forty" 2019-02-05 20:29:19 -06:00
rovdyl
f53565087a improve code quality 2019-02-05 18:49:05 -06:00
Joe Bryan
e603aef6b5 Merge branch 'hotfix' into next
* hotfix:
  ensures $~ defaults nest in the actual structure
  behn: ignore duplicate %wait requests (#1043)
  restores +able:dill comment margin
  renames kernel upgrade initialization event from %vega to %lyra
  refactors arvo's +spam:is, which sends a move to every vane
  refactors effect iteration in arvo +poke
  updates arvo/vanes to send/receive %vega kernel upgrade notification
  build tank outside of |.
2019-02-05 18:42:19 -05:00
pilfer-pandex
ce7d0dde82 Remove trap from %dude in ford 2019-02-04 16:58:22 -08:00
rovdyl
dcdddaf453 added lib/number-to-words 2019-02-04 16:28:45 -06:00
Joe Bryan
1dd30334af renames kernel upgrade initialization event from %vega to %lyra 2019-02-01 15:07:31 -05:00
Isaac Visintainer
74761d499f cancel-automass 2019-01-29 16:25:47 -08:00
Isaac Visintainer
ed13767292 added functionality to call |mass on a timer 2019-01-29 15:06:28 -08:00
ixv
a897631460
Merge branch 'next-ota' into trailing-whitespace 2019-01-18 13:23:52 -08:00
Fang
8cd2a02f04 Remove trailing whitespace 2019-01-17 21:37:34 -08:00
Chris Johnson
93c2f38e83 - Rename ‘owner’ to ‘author’ in collection config
- Landscape Commit f3f513e746826975118577d27aff288fb8c57d59
- Landscape Hotfix; https://app.asana.com/0/642842536440543/994812857755629/f
2019-01-17 17:17:18 -08:00
Isaac Visintainer
3ddb8f2144 added invite functionality to collections 2019-01-17 13:05:21 -08:00
Joe Bryan
cc48ffe1b1 turns |ask into a no-op 2019-01-15 12:22:42 -05:00
Isaac Visintainer
1b44897dda added host field 2019-01-13 21:19:22 -08:00
Chris Johnson
3601697d56 Use index-min.js instead of index.js 2019-01-13 16:55:33 -08:00
Isaac Visintainer
f54ff06a6e landscape: 0b5c1ef37b7f6b00b4a3acf88b20adcf55bfedfd 2019-01-13 16:11:20 -08:00
Isaac Visintainer
9af7fc2176 automatically source collections circles to inbox 2019-01-13 14:45:10 -08:00
Chris Johnson
cd7ff1423e - Removed web/landscape/../index.js
- Pointed lib/landscape.hoon to index-min.js
- Updated index-min.js (Landscape commit e564472a9ed96063cb6ead35934ee3301d029431)
2019-01-11 17:02:23 -08:00
benjamin-tlon
bf78d3a343
Type Printer Integration (#970)
Moved plum/plume/xray/pprint into the kernel, made it accessible from the dojo, and did a bit of cleanup.
2019-01-10 15:29:58 -08:00
Isaac Visintainer
19e2526802 landscape commit: 38f8d1caa502e1ceae282846bbb8b237a56dc7a6 2019-01-08 10:09:47 -08:00
Isaac Visintainer
bab30e5333 - Added command for permitting and sending out invites to ships for hall
circles
- Removed a bunch of debugging printfs
2019-01-07 19:47:15 -08:00
Isaac Visintainer
7629c7b212 - Accept DMs and chat invites on the backend
- Added seperate structure for DM messages in collections
- Added another print to hall
2019-01-07 19:47:15 -08:00
Isaac Visintainer
6f85f58464 changed state and mark structures of api, filled out some logic 2019-01-07 19:47:15 -08:00
Isaac Visintainer
a0c2157483 bugfixes:
- collections crash
- writing wrong owner for comments
- inbox config sources field was not being updated
2019-01-07 19:44:51 -08:00
Isaac Visintainer
9d2acd36fa filled out subscription, state update, and mark conversion logic 2019-01-07 19:44:51 -08:00
Isaac Visintainer
0c6baef0d9 initial prep subscribe, mark and app stubs 2019-01-07 19:44:46 -08:00
Joe Bryan
ce262efcf1 fixes remote sync merges for planets (uses %that germ) 2018-12-19 12:51:24 -05:00
Fang
2817c06398 Merge 'release-candidate' into azimuth 2018-12-18 11:05:22 +01:00
Fang
c8dfd21955 Reorganize Ethereum-related stdlib cores 2018-12-18 00:32:00 +01:00
Joe Bryan
6f4b2378ec 21. single-homes %clay %warp/%werp tasks 2018-12-13 14:07:19 -05:00
Joe Bryan
536ea94b42 20. single-homes %clay %perm task 2018-12-13 14:07:16 -05:00
Joe Bryan
c6ce8c23ff 19. single-home %clay %merg task 2018-12-13 14:07:13 -05:00
Joe Bryan
d4e9759b28 18. single-home %clay %info task 2018-12-13 14:07:10 -05:00
Joe Bryan
8d74368db9 17. single-homes %clay %drop task 2018-12-13 14:07:06 -05:00
Joe Bryan
5095020755 14. single-home %ford %build task 2018-12-13 14:06:56 -05:00
Elliot Glaysher
8fc66dffde Remove =, and unreferenced stuff. 2018-12-11 13:27:33 -08:00
Elliot Glaysher
e839ec6c7c Start adding ^? and removing =, and ^ 2018-12-11 11:38:44 -08:00
Elliot Glaysher
e427966f23 Remove the markdown jet code 2018-12-10 15:59:35 -08:00
Elliot Glaysher
8837dc8293 Delete twitter 2018-12-10 15:59:35 -08:00
Joe Bryan
234d9e7c45 12. removes %vega (old), renames %velo to %vega
and incorporates review feedback
2018-12-06 17:43:47 -05:00