Commit Graph

2255 Commits

Author SHA1 Message Date
Anton Dyudin
f99da08c53 fix #59 libraries disapearing from /+ 2016-03-07 17:30:41 -08:00
Anton Dyudin
96823f230c misc debugging 2016-03-07 17:29:54 -08:00
Philip C Monk
a8910dea96 waypoint 2016-03-07 17:06:17 -05:00
Raymond Pasco
cc2206ae75 Merge branch 'cosmetics', remote-tracking branches 'ohaitch/eyre-sec-fixes' and 'ohaitch/sequential-tree-scripts'
Cosmetic fixes: favicon, ++mold
various security driver refinements
Load tree virtual scripts sequentially
2016-03-04 21:30:44 -05:00
Raymond Pasco
e736516911 Change remaining $-(* *) in arvo to gate
because these ones represent gates to apply, not molds
2016-03-04 21:17:06 -05:00
Raymond Pasco
96b39223a5 Add ++mold synonym for $-(* *)
This is to aid the readability of higher-order molds. Now one can have

|*  a/mold
{p/a q/a}

instead of using $- directly.

The old arvo ++mold becomes ++wind. Cards are like the mathematical dual
to stack frames - they're instructions on whether to wind or unwind the
implicit stack.
2016-03-04 21:15:58 -05:00
Raymond Pasco
d553156290 Revert "slightly compress favicon"
This reverts commit a48c719bf8.
2016-03-04 20:36:13 -05:00
Anton Dyudin
d3a9c1b8a0 fix #4: only look at 2 top levels of domain when chosing driver 2016-03-04 14:13:06 -08:00
Philip C Monk
e983d7c1e3 better eyre lens handling 2016-03-03 17:23:09 -05:00
Anton Dyudin
c5a466d707 ignore %went in eyre 2016-03-03 11:07:19 -08:00
Raymond Pasco
a0358c17d9 Merge branches 'breach-20160302' and 'cgyarvin-teaching', remote-tracking branches 'ohaitch/talk-read-component', 'ohaitch/virtualize-pact-hoon' and 'ohaitch/eyre-sec'
Conflicts:
	arvo/eyre.hoon

Breaching changes for 2016-03-02
Language/dojo improvements for teaching.
add web/listen.hoon module for listening to comment changes
virtualize ++pact %hoon side-path
Eyre security drivers
2016-03-02 21:21:23 -05:00
Raymond Pasco
8e69b152c0 Bump ames protocol version for 2016-03-02 breach
1 -> 2
2016-03-02 21:09:39 -05:00
Raymond Pasco
e1acb47293 Revert "temporary rename of %see to %sei"
This reverts commit 2d0dd169a5.
2016-03-02 21:07:36 -05:00
Anton Dyudin
2db4f33d89 better error tracing 2016-03-02 17:15:42 -08:00
Anton Dyudin
ebb1f1f0ef virtualize ++pact %hoon side-path 2016-03-02 16:13:14 -08:00
Raymond Pasco
e1480cb570 Merge remote-tracking branches 'philipcmonk/ford-fix', 'ray/lune-nule' and 'ohaitch/talk-comments'
Conflicts:
	mar/tree/comments.hoon

Fix off-by-one in marks that was removing the last byte of clay files
Add ++lune/++nule Unix textfile arms
Route .tree 'comments' input through talk
2016-02-29 17:11:50 -05:00
Raymond Pasco
64f7f58143 Add ++lune/++nule Unix textfile arms
++lune parses a cord to a list of lines, which must all be terminated by
a newline. The cord can be the empty string; this gives an empty list of
zero lines. Make sure to validate that any cords you use ++lune on are
either the empty string or end in a final newline; noeol textfiles are
invalid and you must use ++lore on them.

++nule is the inverse operation to ++lune; it takes a list of cords and
joins them into a single cord, with each line in the list terminated by
a newline character. This list can be empty, which will produce the
empty cord.
2016-02-29 17:04:06 -05:00
C. Guy Yarvin
7b5ad6a307 Reverse =/ and =;. Fix a =^ issue. 2016-02-27 17:04:43 -05:00
Philip C Monk
c0c67969f3 checkpoint, w/lens protocl 2016-02-26 20:13:00 -05:00
Philip C Monk
cafa7cc6ff Fix ford's occasional truncation of hoon files 2016-02-26 17:47:50 -05:00
C. Guy Yarvin
4a75bfd569 Add :moar syntax. 2016-02-26 11:09:41 -08:00
C. Guy Yarvin
43b4303a88 Some changes for basic doc: naked trap/call, var/rev/:;/:/. 2016-02-26 11:09:41 -08:00
Raymond Pasco
9a0167c99c Merge remote-tracking branches 'philipcmonk/init-reset', 'ohaitch/tree-perf' and 'galenwp/tree-fixes'
Recompile the kernel on initial merge
Profiling-guided performance fixes
Frontend bugfixes
2016-02-25 23:47:37 -05:00
Anton Dyudin
2e2bcc31cc add .^(hart %e /=host/fake), .^(hart %e /=host/real) 2016-02-25 16:38:46 -08:00
Anton Dyudin
a48c719bf8 slightly compress favicon 2016-02-25 16:35:34 -08:00
Philip C Monk
17d6fccced reset on initial pull 2016-02-25 18:19:44 -05:00
Anton Dyudin
2d0dd169a5 temporary rename of %see to %sei
REVERT on breach
2016-02-24 15:17:40 -08:00
Philip C Monk
31dbd75f42 eyre changes for lens 2016-02-23 20:15:36 -05:00
Anton Dyudin
624364667f added %boil cache
which concerns the execution of hoon at a path with an argument. This used to be part of %bake, but slipped out of that execution path with the ren/ changes.
2016-02-23 13:22:12 -08:00
Anton Dyudin
d0453206df misc profiling 2016-02-23 13:21:11 -08:00
Anton Dyudin
342b88a020 swap from: and into: in pi-tell; remove unneeded precision 2016-02-23 12:56:27 -08:00
Raymond Pasco
d690fa46f0 Merge branch 'repoll'
Change profiler hint syntax: ~$(a ~) to ~$(%a ~)
2016-02-23 15:33:04 -05:00
Anton Dyudin
7117c37543 better handling of 'arg' coin 2016-02-23 12:18:24 -08:00
C. Guy Yarvin
440ebc4e19 Change ~$(a ~) to ~$(%a ~). 2016-02-23 11:35:16 -08:00
Anton Dyudin
93ccd6e151 Rounder profile counts through fixpoint arithmetic
Since arms getting sampled is stochastic, there isn't actually much of a benefit to displaying them as raw counts and not "price" percentage point format.
2016-02-22 23:44:11 -08:00
Anton Dyudin
42dbcefc0c from: treshold tweak, move more things to bottom of profile 2016-02-22 18:18:32 -08:00
Anton Dyudin
4bcf3219fc snip samples of price <10% 2016-02-22 17:11:41 -08:00
Anton Dyudin
87316451d8 sort profiler in increasing order of importance 2016-02-22 15:58:02 -08:00
Anton Dyudin
89bd08476d better tracing 2016-02-22 13:37:13 -08:00
Anton Dyudin
071339c10d better ford++make %bake debug printf 2016-02-22 13:36:48 -08:00
Raymond Pasco
4b0ca55da3 Merge remote-tracking branches 'ohaitch/uglify-dial', 'ohaitch/fix-parsf' and 'ohaitch/fix-eyre-beak'
Update type prettyprinting to Hoon 151 compliance
Fix electroplating bug in ++parsf
Don't use invalid "revision 0" in eyre
2016-02-20 05:27:15 -05:00
Anton Dyudin
ba220c0d24 fix eyre ++back rev-0 beak
casting to and from %hiss was failing due to occuring at a null revision
2016-02-19 22:23:04 -08:00
Anton Dyudin
28e986b87e scanf was dependant on (cook :_(foo |=(...)))
Another victim rescued from the dicey pits of electroplating. @cgyarvin, is there a more canonical translation?
2016-02-19 21:15:56 -08:00
Anton Dyudin
9bb02f7723 revert worse half of 51c1eaa "pass through % to /ren statically" 2016-02-19 14:30:45 -08:00
Anton Dyudin
5fe6043f2d port forward %make ~& 2016-02-19 14:30:23 -08:00
Anton Dyudin
058a0c5089 BREACHING add path late-binding to /: 2016-02-19 12:00:35 -08:00
Philip C Monk
d285cc5055 151ization complete
Conflicts:
	Makefile
2016-02-18 19:12:31 -05:00
Anton Dyudin
8d374e940e convert type printer to hoon151 syntax 2016-02-18 15:53:53 -08:00
Philip C Monk
7268164eba Merge remote-tracking branch 'arvo/master' into HEAD
Conflicts:
	app/hood.hoon
	arvo/ford.hoon
	gen/cat.hoon
	gen/ls.hoon
	gen/ls/subdir.hoon
2016-02-18 18:52:34 -05:00
Philip C Monk
67cc10f55a Merge tag 'hoon-151' of https://github.com/juped/urbit into transfer
Hoon 151 merge

%gh crashes on startup

Conflicts:
    urb/urbit.pill
    urb/zod/app/dojo.hoon
    urb/zod/app/hood.hoon
    urb/zod/arvo/eyre.hoon
    urb/zod/arvo/ford.hoon
    urb/zod/arvo/gall.hoon
    urb/zod/arvo/hoon.hoon
    urb/zod/arvo/zuse.hoon
    urb/zod/gen/cat.hoon
    urb/zod/gen/ls.hoon
    urb/zod/gen/ls/subdir.hoon
2016-02-18 18:31:26 -05:00
Anton Dyudin
9fb151179f sort profiling, omit if empty 2016-02-18 15:26:04 -08:00
Raymond Pasco
ca0fc9e704 Merge remote-tracking branches 'ohaitch/show-wing-tack' and 'cgyarvin/mushy'
No ~| in ++tack
Fix up more typed .^ issues
2016-02-18 17:06:12 -05:00
C. Guy Yarvin
90efa87743 Better handling of .^ in ames and ++mink 2016-02-18 13:44:17 -08:00
Raymond Pasco
f3651e40b5 Merge 2016-02-15 breach into scrambler 2016-02-18 04:46:06 -05:00
Anton Dyudin
29daf9a533 Apparently ++tack was also using ~| on wings.
See #2
2016-02-17 17:42:08 -08:00
Raymond Pasco
259eb79cb8 Merge remote-tracking branches 'curtis/swaggle', 'anton/fix-init-no-data' and 'anton/fix-generators'
Conflicts:
	gen/hood/begin.hoon
	gen/moon.hoon

Fix ++swag electroplating-induced bug
Fix boot process for galaxies
Finish 151izing the source tree
2016-02-17 19:35:36 -05:00
Anton Dyudin
c26a12318a moved revision-0 checking to ++liar, fixing boot (oops) 2016-02-17 13:38:32 -08:00
C. Guy Yarvin
dfe5995abf Fix ++swag. 2016-02-17 13:00:37 -08:00
Raymond Pasco
764f1d956c Merge branch 'moon', remote-tracking branch 'ohaitch/show-wing'
Quick fix to make +moon work again
Restore old-style find-limbs that actually look like the code
2016-02-16 23:34:39 -05:00
Anton Dyudin
14026b6579 switch find-limb from ~| to show %l 2016-02-16 16:10:52 -08:00
Anton Dyudin
47de9e0f6e added shol:show 2016-02-16 16:10:44 -08:00
Raymond Pasco
84ae855cce Merge remote-tracking branch 'ohaitch/tree-apps'
The proverbial various fixes and improvements
2016-02-16 15:49:15 -05:00
Raymond Pasco
17e7a0dbb6 Bump ames protocol to 1 for breach. 2016-02-15 07:50:40 -05:00
Raymond Pasco
01b33c5ec5 Fix zuse electroplating bug preventing clay merges
Changed (cask) to a (cask *) to prevent a weird type error.
Without this, clay would fail a (hard (unit rand)).
2016-02-15 07:47:41 -05:00
Anton Dyudin
ea713ad0b5 cleaner beak normalization 2016-02-12 14:46:28 -08:00
Anton Dyudin
e3fe5bc72e 151ify clef-new printf 2016-02-12 14:24:17 -08:00
Anton Dyudin
b2b4ac7461 don't ~& at-lost on build error 2016-02-12 11:46:39 -08:00
Anton Dyudin
812e4c9f02 fix ford behavior on .^ block 2016-02-11 16:33:22 -08:00
Anton Dyudin
8540e1c97c handle ._~~__ many/~[`n/0] compilation properly
Type was atom/%n, whould be cube/[0 atom/%n]
Cherry-pick of 005903
2016-02-11 16:32:58 -08:00
Anton Dyudin
81297bc162 Merge branch 'hoon-151' into tree-comments
Merge hoon 151
2016-02-10 19:43:53 -08:00
Anton Dyudin
07bbbee2cc fix mis-translated / to + 2016-02-10 18:58:14 -08:00
Raymond Pasco
73029e9aef Merge remote-tracking branch 'ohaitch/ford-wipe'
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/ford.hoon
	urb/zod/arvo/gall.hoon
	urb/zod/arvo/zuse.hoon
	urb/zod/gen/hood/overload.hoon
	urb/zod/lib/kiln.hoon

NB: Was briefly hotfixed to master, if you care about trivia
2016-02-10 18:12:24 -05:00
Anton Dyudin
e047aa6690 add %f %wipe cache-clear command, for |overload 2016-02-10 14:36:17 -08:00
Raymond Pasco
5daa7d2592 Merge tag 'hoon-151' into scrambler
Hoon 151 merge

Conflicts:
	urb/urbit.pill
	urb/zod/arvo/dill.hoon
	urb/zod/arvo/hoon.hoon

Slightly evil: had to remove a ~doznec from lib/helm.hoon
2016-02-10 15:10:18 -05:00
Raymond Pasco
309805f5e7 Merge in Hoon 151
Complicated merge of Hoon 151. This commit is a major sequence point.
2016-02-10 14:03:28 -05:00
Anton Dyudin
42c58e5920 better non-refresh urb.onupdate handling 2016-02-09 21:15:53 -08:00
Anton Dyudin
bd143385c5 Merge branch 'data-dep' into tree-comments
handle chrome/data separation in an official manner
2016-02-09 21:15:52 -08:00
Anton Dyudin
71adc8fb50 first try at head-body separation 2016-02-09 21:15:38 -08:00
Anton Dyudin
8504d823c6 moved ~/on/<dep>.js injection to mar/urb
The script itself remains in eyre, for usage by error messages.
2016-02-09 17:09:33 -08:00
Philip C Monk
c3cd21b126 print crashes on .^ 2016-02-09 19:08:27 -05:00
Anton Dyudin
c5a166c7e6 add /# dep-hash injection horn 2016-02-09 15:06:30 -08:00
Anton Dyudin
c374dbe60d add (map ,@uvH deps) to cafe 2016-02-09 14:50:52 -08:00
Anton Dyudin
e9064d6fd6 dead code 2016-02-09 12:48:12 -08:00
Anton Dyudin
51c1eaa07c pass through % to /ren statically 2016-02-09 12:06:41 -08:00
C. Guy Yarvin
7fde2eb242 Keyword/stem changes, final draft. 2016-02-08 19:35:13 -08:00
C. Guy Yarvin
81938c11b6 Generating new stems, double solid. 2016-02-08 18:17:17 -08:00
C. Guy Yarvin
6924491539 Add new keyword names. 2016-02-08 16:21:04 -08:00
Raymond Pasco
d5e097e82a Merge remote-tracking branch 'galenwp/factor'
Conflicts:
	urb/urbit.pill
	urb/zod/ape/bit.hoon
	urb/zod/arvo/eyre.hoon
	urb/zod/mar/hook.hoon
	urb/zod/pub/bit/fab/hymn.hook
	urb/zod/pub/docs/dev/hoon/principles/1-twigs.md
	urb/zod/pub/docs/dev/hoon/principles/2-syntax.md
	urb/zod/pub/docs/dev/hoon/reference/odors.md
	urb/zod/pub/docs/dev/hoon/reference/pronunciation.md
	urb/zod/pub/docs/dev/hoon/runes/sg/sgcn.md
	urb/zod/pub/docs/dev/hoon/runes/sm.md
	urb/zod/pub/docs/dev/hoon/runes/sm/smsg.md
	urb/zod/pub/docs/dev/hoon/runes/sm/smzz.md
	urb/zod/pub/docs/dev/hoon/runes/ts/tssg.md
	urb/zod/pub/docs/dev/hoon/runes/wt/wthz.md
	urb/zod/pub/docs/dev/hoon/runes/wt/wtls.md
	urb/zod/pub/docs/dev/hoon/runes/zp/zpzp.md
	urb/zod/pub/docs/theory/whitepaper.md
	urb/zod/pub/docs/user/appliance.md
	urb/zod/pub/docs/user/intro.md
	urb/zod/pub/docs/user/talk.md

Merged Galen and Anton's web refactoring work
2016-02-08 16:14:03 -08:00
C. Guy Yarvin
23d56f11e5 Some naming improvements. 2016-02-06 22:44:56 -08:00
Anton Dyudin
b834c37928 added urb.dewasp, refreshed hash as urb.onupdate argument 2016-02-05 15:49:57 -08:00
Galen Wolfe-Pauly
aebcc16adb Merge branch 'factor' of https://github.com/ohaitch/urbit into factor 2016-02-05 10:54:25 -08:00
C. Guy Yarvin
b0fd655914 Now with keywords. 2016-02-05 03:47:21 -08:00
C. Guy Yarvin
ed2269120c All stems changed over. 2016-02-05 03:27:26 -08:00
C. Guy Yarvin
26c5cba625 Modified all stems. About to remove old. 2016-02-05 03:10:07 -08:00
C. Guy Yarvin
2393f7c505 Everything changed over but %tssg, %tstr, %wtbr. 2016-02-05 02:52:10 -08:00
C. Guy Yarvin
d85cdd8e39 Everything except %tsgl through %wtdt. 2016-02-05 02:32:37 -08:00
C. Guy Yarvin
f20fb95a34 Everything but wtts-zpzp and wtkt-wtsg. 2016-02-05 02:22:47 -08:00
C. Guy Yarvin
aeb6ebc036 Still unchecked: tsgl thru zpzp. 2016-02-05 02:05:57 -08:00
C. Guy Yarvin
e52edd5d49 Converted use cases %ktwt and alphabetically above. 2016-02-05 01:58:19 -08:00
C. Guy Yarvin
ce8491f5f2 Keyword stems, step 1. 2016-02-05 01:25:58 -08:00
Galen Wolfe-Pauly
37a566021e Odds and ends: login / out, dojo details.
tree@ced2501277
2016-02-04 19:56:11 -08:00
Anton Dyudin
c05e96c62f fix hoon location header information 2016-02-04 19:05:37 -08:00
Anton Dyudin
bf11734b85 ape -> app 2016-02-04 16:38:18 -08:00
Galen Wolfe-Pauly
087911e581 sweeping with anton 2016-02-04 11:52:00 -08:00
C. Guy Yarvin
24b1e1c5d2 Convert $+ to $-. 2016-02-03 23:12:23 -08:00
C. Guy Yarvin
76ab967ef6 About to change over to $-. 2016-02-03 22:59:22 -08:00
C. Guy Yarvin
4267697f9e Fully shifted over to modern typed namespace. 2016-02-03 20:51:01 -08:00
C. Guy Yarvin
779f70559b Ford uses new load model. 2016-02-03 19:32:14 -08:00
C. Guy Yarvin
e3e4b50b08 Stable. 2016-02-03 16:14:35 -08:00
Raymond Pasco
06903d894d Merge branch 'crub'
This merge only takes the completed cryptosuite B implementation.
Curve will be enabled later.
2016-02-03 17:53:50 -05:00
C. Guy Yarvin
0657bdee82 More typed .^. 2016-02-03 13:33:43 -08:00
Raymond Pasco
c3f4be83e5 Disallow leading 'zeroes' in @p
As a consequence, also removed ~doznec special case in dill
2016-02-03 16:22:06 -05:00
C. Guy Yarvin
631d4b9c04 Fully transitioned to correct %face. 2016-02-02 18:45:11 -08:00
C. Guy Yarvin
c406a58d08 Ready to remove temporary %fuss. 2016-02-02 18:26:22 -08:00
Anton Dyudin
5316ca03d8 exposed urb.waspElem, urb.waspURL
https://github.com/urbit/tree@3b360ff
2016-02-02 18:08:32 -08:00
C. Guy Yarvin
af35cff1d6 %face to %fuss. Next change back. 2016-02-02 17:50:34 -08:00
C. Guy Yarvin
1832c14cca Merge remote-tracking branch 'cgyarvin/newdeal' into newdeal 2016-02-02 14:13:21 -08:00
C. Guy Yarvin
84e7c319ae Making typed .^ a little less fake. 2016-02-02 11:52:10 -08:00
Anton Dyudin
a2081a7482 transfered /@ to "include by date", /& now "cast to mark" 2016-02-01 15:58:48 -08:00
Anton Dyudin
a86b7ccc43 preliminary refactoring: horns producing cages instead of vases 2016-02-01 15:15:10 -08:00
C. Guy Yarvin
049f1defb2 151 merge is double solid. 2016-01-31 22:16:26 -08:00
C. Guy Yarvin
25d791e2a4 Merge remote-tracking branch 'upstream/master' into newdeal 2016-01-31 20:37:49 -08:00
C. Guy Yarvin
761f588cc6 Fix various marks, etc. 2016-01-30 19:37:03 -08:00
C. Guy Yarvin
e987337bfb In the middle of internal merge. 2016-01-29 18:25:52 -08:00
Anton Dyudin
011f7c0b48 Merge branch 'factor' into ford-ren - XX unresolved js 2016-01-29 17:35:38 -08:00
Anton Dyudin
d1e6db156d Merge branch 'eyre-root-beam' into ford-ren - requested for glen/factor merge 2016-01-29 14:41:19 -08:00
Anton Dyudin
92a308d474 ford alts 2016-01-29 11:02:10 -08:00
Jeremy Wall
ff351c405e Add quy to ford-boil's sample. 2016-01-28 20:02:10 -06:00
Anton Dyudin
49f8110b2d organize ++vi core 2016-01-28 15:50:11 -08:00
Anton Dyudin
f18227a697 moved auth url structure to ~/ac/domain/~.usr/in
from ~/ac/domain/~.usr, which recognized the usr as an extension.
2016-01-28 14:33:03 -08:00
Anton Dyudin
a1a6fb80c9 forgive non-building drivers for null-authenticated requests 2016-01-28 14:26:13 -08:00
Jeremy Wall
9f6946aff3 Add urlencoded %post support to %eyre hooks
This only supports urleencoded data as the payload for now.
2016-01-27 21:22:55 -06:00
Anton Dyudin
a8f78941c9 added ++upd new-state mechanism; reified iden 2016-01-27 16:25:05 -08:00
Galen Wolfe-Pauly
02b069d94a update compiled code, login look and feel 2016-01-27 15:01:05 -08:00
Anton Dyudin
e02c79ca6c add dojo support for multi-login 2016-01-27 14:04:51 -08:00
Anton Dyudin
db981d4db3 default to identity in url path, extend facebook tokens 2016-01-26 12:32:52 -08:00
C. Guy Yarvin
4bcb6fde01 Merge remote-tracking branch 'cgyarvin/newdeal' into newdeal 2016-01-26 11:06:13 -08:00
C. Guy Yarvin
d8440e73b3 Some zpgr rationalization. 2016-01-26 11:03:05 -08:00
Anton Dyudin
d8c909f80c allow all sec/ interface arms to be stateful or stateless 2016-01-25 17:41:01 -08:00
C. Guy Yarvin
fc1068dfae Revert "Stripdown part 2."
This reverts commit afcc1cb9a80db3a687d7a2a1dc3bf1be38df5b68.
2016-01-25 16:52:58 -08:00
C. Guy Yarvin
0231d41cb6 .^ fully transitioned. 2016-01-25 16:47:58 -08:00
C. Guy Yarvin
821a7eaac4 Double solid with .# support, still a bit flaky. 2016-01-25 13:29:30 -08:00
C. Guy Yarvin
a1362cf407 Add =;, fix =^, add leading ,. 2016-01-24 20:32:24 -08:00
C. Guy Yarvin
fdc328e71a Enforce type sanity on .=. 2016-01-24 19:37:41 -08:00
C. Guy Yarvin
ce4144c42b Make ++fork actually build set-shaped things. 2016-01-24 14:05:55 -08:00
C. Guy Yarvin
6f97000bdd Double solid with new find. 2016-01-23 19:23:14 -08:00
C. Guy Yarvin
4cb1b566f3 Clean up more leak. 2016-01-23 17:37:49 -08:00
C. Guy Yarvin
6231da3cb0 Fixed some uni bugs. ++fond jet still overflows when on. 2016-01-22 20:59:49 -08:00
Anton Dyudin
4a31ec56d0 per-user auth v2: ac/.../_state looks for state in quay 2016-01-22 17:20:39 -08:00
C. Guy Yarvin
45cbf5131f ut_find *almost* works, but can't self-compile... 2016-01-22 15:43:56 -08:00
Anton Dyudin
1b0cced83c per-user auth v1 2016-01-22 12:45:38 -08:00
Anton Dyudin
06fad74dac refresh google access tokens 2016-01-21 18:06:23 -08:00
Anton Dyudin
8a6b9b4b1a Merge remote-tracking branch 'phil/github-api' into eyre-sec
Pulled in %cy disenhashing, breach, github api binding
2016-01-21 12:23:23 -08:00
Anton Dyudin
dd7c277200 move keys to clay, update fb driver 2016-01-21 11:53:57 -08:00
Anton Dyudin
2670fde242 added ++bale, ++sec-move formal zuse types 2016-01-21 11:13:43 -08:00
C. Guy Yarvin
fb685aa59f Better wiring for find testing. 2016-01-21 11:13:27 -08:00
Anton Dyudin
bd73d31dd0 pump requests, wire consistency 2016-01-21 10:54:48 -08:00
Anton Dyudin
d542a953f4 save token to core sample, refresh 2016-01-21 10:54:48 -08:00
Anton Dyudin
10c2e04e3f save state on reload 2016-01-21 10:54:48 -08:00
Anton Dyudin
d0c74442ea handle login flow redirect by exchanging code for tokens 2016-01-21 10:54:48 -08:00
Anton Dyudin
32ccca1d2b parse ~/ac oauth url 2016-01-21 10:54:48 -08:00
Anton Dyudin
3c755f384e prompt with url 2016-01-21 10:54:48 -08:00
Anton Dyudin
a62bbc9489 first stateful sec interface: intercept all %hiss, hardcoded keys 2016-01-21 10:54:48 -08:00
C. Guy Yarvin
f40c7addb0 Some cleanups; still debugging ++find. 2016-01-21 09:39:50 -08:00
C. Guy Yarvin
abbc500200 ut_find.c compiles, not yet activated. 2016-01-20 17:35:11 -08:00
Philip C Monk
b43f88e18c first part of webhook handling in gh 2016-01-20 19:49:13 -05:00
Philip C Monk
9b1c3a8dd7 first pass at blocking gall scry 2016-01-20 18:06:50 -05:00
C. Guy Yarvin
e462c0b021 Moar cleanup. 2016-01-20 11:34:35 -08:00
C. Guy Yarvin
61513f3f65 Correct void pony. 2016-01-19 17:23:01 -08:00
C. Guy Yarvin
4af8543d2c ++find now produces a ++port. 2016-01-19 15:31:40 -08:00
C. Guy Yarvin
ee6a49d930 Remove some old cruft. 2016-01-19 15:01:36 -08:00
C. Guy Yarvin
ecbc0054d4 Some cleanups. 2016-01-19 14:36:57 -08:00
C. Guy Yarvin
fd0239a332 Checked. 2016-01-19 13:23:53 -08:00
Philip C Monk
e25130f015 add ++peek 2016-01-19 14:28:24 -05:00
C. Guy Yarvin
17de390bb5 ++ad actually works. 2016-01-19 09:34:43 -08:00
C. Guy Yarvin
c644c4d80d About to test final pyramid structure. 2016-01-18 20:50:49 -08:00
C. Guy Yarvin
ec0c7e628f Ecco is here but doesn't compile. 2016-01-18 20:11:17 -08:00
C. Guy Yarvin
8c637e4087 Cleaned-up ++ad. 2016-01-18 14:31:02 -08:00
C. Guy Yarvin
2bcd15ae1f Looking a little smoother. 2016-01-17 23:41:59 -08:00
C. Guy Yarvin
b445cf3c88 Some change. 2016-01-17 20:55:11 -08:00
C. Guy Yarvin
d96d50199e Ecto being ripped up.A 2016-01-17 18:32:24 -08:00
C. Guy Yarvin
63991c49c3 All ++et arms now de-seeked. 2016-01-17 15:10:27 -08:00
C. Guy Yarvin
63697f87f3 Stash commit. 2016-01-17 14:07:38 -08:00
C. Guy Yarvin
d3f4340be3 Removed seek/poll from everything but ++mull. 2016-01-17 13:50:11 -08:00
C. Guy Yarvin
6b613ff81b %fuss entirely shifted to %face. 2016-01-16 16:47:36 -08:00
C. Guy Yarvin
dacc5eadc1 With both face and fuss. 2016-01-16 16:30:07 -08:00
C. Guy Yarvin
c24f9d5ff9 %face entirely replaced with %fuss. 2016-01-16 16:20:54 -08:00
C. Guy Yarvin
8669bd2023 About to move tshx to tstr. 2016-01-16 00:30:22 -08:00
C. Guy Yarvin
244ef50e1b Testing =#. 2016-01-15 17:42:50 -08:00
C. Guy Yarvin
6ee27783dc ++buss exists. 2016-01-15 11:02:54 -08:00
C. Guy Yarvin
1f5faa5894 Not compiling, but finished first stage of adding fuss. 2016-01-14 20:37:58 -08:00
C. Guy Yarvin
75bfad2431 Frog now purged from hoon.hoon. 2016-01-14 01:38:26 -08:00
C. Guy Yarvin
b9c816dfb4 Slightly more cleansed. 2016-01-14 01:13:01 -08:00
C. Guy Yarvin
b524cf3e98 We appear to be beyond frog; must double check. 2016-01-14 00:55:12 -08:00
C. Guy Yarvin
e872e068af Stash commit; in middle of debugging nest bug. 2016-01-13 17:46:01 -08:00
Philip C Monk
5f0824376d bump protocol to 0 2016-01-13 16:27:58 -05:00
Philip C Monk
b793d72121 Merge remote-tracking branches 'ray/fixlore', 'my/loremark', 'my/fancy-autoreload' and 'my/fixmerge' 2016-01-13 16:22:51 -05:00
Philip C Monk
0f0d08356c fix marks for new lore/role 2016-01-13 16:19:09 -05:00
C. Guy Yarvin
367adbadd7 Burn stuff builds, doesn't work... 2016-01-13 10:06:42 -08:00
C. Guy Yarvin
fc0f4e471f About to remove last traces of %frog. 2016-01-12 15:47:04 -08:00
Raymond Pasco
cde64c834d Merge remote-tracking branch 'philipcmonk/cy-without-hash'
Conflicts:
	urb/urbit.pill

Clay arcana (%cy to faster %cz)
2016-01-11 10:57:30 -05:00
Raymond Pasco
649caaf580 Merge branch 'rsaarelm-doc-tweak', remote-tracking branches 'philipcmonk/serialized-sync' and 'philipcmonk/virtualize-reload'
Tweaks to docs
Add tracking (syncing of each revision in order) to clay
Harden reloading process

Pseudo-conflicts: urb/urbit.pill
2016-01-11 10:31:39 -05:00
C. Guy Yarvin
65a4f70214 Jets are still using frogs; h.h is double-solid %fork. 2016-01-11 01:48:41 -08:00
C. Guy Yarvin
e2cd7f3629 Handling forks trivially; about to make them. 2016-01-11 01:16:38 -08:00
C. Guy Yarvin
735e31ab30 New %hold now firmly in place. 2016-01-10 23:04:34 -08:00
C. Guy Yarvin
56fe353539 Old %hold now eradicated (as %holt). 2016-01-10 22:37:59 -08:00
C. Guy Yarvin
03b97c94de Now completely free of %fork. About to change over %hold. 2016-01-10 21:39:32 -08:00
C. Guy Yarvin
801948894d Fully onto frog. Next, delete old %fork. 2016-01-10 21:08:03 -08:00
C. Guy Yarvin
9c4c196f48 All forks now generated as frog. 2016-01-10 20:43:13 -08:00
C. Guy Yarvin
2326fa1ade Jets use grof. Now ready to apply froqs piecemeal. 2016-01-10 19:56:53 -08:00
C. Guy Yarvin
7c68b60dac Double solid; about to incrementally refrog. 2016-01-10 19:10:47 -08:00
C. Guy Yarvin
ead8bd63e9 Recursion control in ++take now hold-based. 2016-01-10 17:01:31 -08:00
C. Guy Yarvin
a2eb6a9979 Frog jets installed; still not generating frogs. 2016-01-10 16:27:36 -08:00
C. Guy Yarvin
9e5cb0c7d6 Introduced %frog, but not using it or jetted yet. 2016-01-10 13:48:22 -08:00
C. Guy Yarvin
effe5f08b1 Fake wings complete in theory, though %wtts in mint.c still needs work. 2016-01-10 12:27:06 -08:00
C. Guy Yarvin
cc8bbecaef Back out most of previous change, which was right in spirit. 2016-01-09 22:01:24 -08:00
C. Guy Yarvin
d743f357fa Add %wttx support. 2016-01-09 21:32:20 -08:00
C. Guy Yarvin
1892f28c61 Old seek system eradicated. 2016-01-09 16:22:25 -08:00
Philip C Monk
47563de502 makes reload, reset crash resistant through mule
nb:  needs pill
2016-01-09 17:19:50 -05:00
C. Guy Yarvin
8bb0c19d34 Stash commit. 2016-01-09 13:20:41 -08:00
C. Guy Yarvin
6681655de6 Run soft code for %cnts in mint, mull, play. 2016-01-08 16:27:41 -08:00
C. Guy Yarvin
56ddd934c6 Merge remote-tracking branch 'cgyarvin/newdeal' into newdeal 2016-01-08 12:47:13 -08:00
C. Guy Yarvin
f30e070043 Factor out %cnts for some adjustments. 2016-01-08 12:22:42 -08:00
C. Guy Yarvin
cd9a958dab Switched ++seek and ++sick. 2016-01-07 17:14:41 -08:00
C. Guy Yarvin
aceef3d681 Change ++seek to ++sick. 2016-01-07 16:38:11 -08:00
Philip C Monk
0bbae7e679 split %cy hash out into %cz 2016-01-07 18:54:42 -05:00
C. Guy Yarvin
d538089239 Retreated from ++hail:ap. 2016-01-06 23:08:09 -08:00
C. Guy Yarvin
6101ab9a17 Still bedeviled by some devulc bugs. 2016-01-06 17:47:03 -08:00
Anton Dyudin
665d4122a6 remove translation search fixing #626, %lilt cache type 2016-01-06 16:46:23 -08:00
Anton Dyudin
cf3e0f826a remove .hook processing 2016-01-06 14:40:40 -08:00
Philip C Monk
368d07de77 add |track and case option for |merge 2016-01-06 17:16:26 -05:00
Anton Dyudin
ca1502ed77 no more hook files!
- index factored into index ren
- paste json assigned new %paste-new mark
- /!mark/ horn added to execute hoon as generating said mark
  + app front pages moved accordingly
- 404 moved to md
2016-01-05 19:15:43 -08:00
Anton Dyudin
e94312333a Move /| to be "alt" horn, use it to re-enable 404 behavior 2016-01-05 11:42:27 -08:00
C. Guy Yarvin
1b721c5f25 Make &+, |+, 0+ work; change |~ rune to |+. 2016-01-05 07:02:09 -08:00
C. Guy Yarvin
eb9b250745 Hoon 151. 2016-01-04 17:29:30 -08:00
Anton Dyudin
2cf4efcebe remove %boil ancestry search, transfer "virtual path" arg to be a coin 2016-01-04 17:16:35 -08:00
Anton Dyudin
4e761e00cd handle ._~~__ many/~[`n/0] compilation properly
Type was atom/%n, whould be cube/[0 atom/%n]
2016-01-04 17:07:11 -08:00
Anton Dyudin
c0b5d12c59 clean jet vortex mountings, remove defunct lads logic 2016-01-04 16:18:46 -08:00
C. Guy Yarvin
526548ceec Devulcanized, double solid, twigs not yet cleaned up. 2016-01-04 16:01:37 -08:00
C. Guy Yarvin
b9cd49600c Ready for complex boot sequence. 2016-01-04 06:27:35 -08:00
C. Guy Yarvin
1b81b5a3f3 About to try switching over. Double solid. 2016-01-03 21:41:35 -08:00
C. Guy Yarvin
0b7655b8a2 Closer to %cnsq. 2016-01-03 20:02:02 -08:00
C. Guy Yarvin
cdba478436 Double solid. 2016-01-03 16:59:09 -08:00
C. Guy Yarvin
84a0846379 Double-solid before devulcanization transition attempt. 2016-01-03 16:23:19 -08:00
C. Guy Yarvin
ddae003feb Devulcanization artifacts out of vanes. 2016-01-03 01:22:57 -08:00
C. Guy Yarvin
fc4f6d9494 Much cleanup. 2016-01-02 22:20:24 -08:00
C. Guy Yarvin
6c4bbf866d About to switch over to devulcanized mode. 2016-01-02 12:45:26 -08:00
C. Guy Yarvin
836bda4995 Now satisfied with casual containers. 2016-01-01 16:19:06 -08:00
C. Guy Yarvin
56d30bd9fc ++nest fully repaired. 2016-01-01 14:47:07 -08:00
C. Guy Yarvin
533b8c8627 Now fully using new, non-degenerate ++nest. 2016-01-01 14:15:50 -08:00