Elliot Glaysher
22dca3032f
Remove 'transform' and use 'map'.
2017-10-13 23:13:15 -07:00
Elliot Glaysher
5e2f544a13
Change the name of ++map to ++dict so 'map' can be used for 'transform'.
2017-10-13 23:09:01 -07:00
Elliot Glaysher
ccfb11bda9
Complete prototype for a unicode aware ++to-{upper,lower}.
...
This uses a mark to parse UnicodeData.txt, and some ford runes to change this
into a binary search tree data structure for quick lookups, along with the
optimizations found in golang's unicode table to record ranges instead of
individual characters.
2017-10-12 22:55:45 -07:00
Elliot Glaysher
25accb9eba
Add real unicode uppercasing.
...
Place UnicodeData.txt in %/lib/unicode-data/txt. The +capitalize generator
should then capitalize any unicode tape, including characters outside lower
ASCII.
2017-10-12 22:53:52 -07:00
C. Guy Yarvin
81c967e8bd
Merge remote-tracking branch 'origin/master' into remaint-merge
2017-10-05 22:22:16 -07:00
Joseph Bryan
ad2acaf291
removes unnecessary parentheses from ++tap:by in +glass and +brass
2017-10-03 22:54:06 -04:00
C. Guy Yarvin
5a74064080
Merge branch 'remaint' into remaint-merge
2017-10-01 18:50:19 -07:00
Elliot Glaysher
7d46bccdfc
Change the interface for random numbers.
2017-09-29 21:26:50 -07:00
Elliot Glaysher
08962cfd63
First quickcheck test.
...
Test that the ++alter:mp family is a ++valid treap after a large number of
random actions.
2017-09-28 23:05:23 -07:00
Elliot Glaysher
1157710c74
Fix the semantics and runtime of ++filter.
2017-09-27 23:10:45 -07:00
Elliot Glaysher
3b007e389c
Fix the runtime of ++alter and family.
...
Previous runtime was pretty nutty and walked the tree multiple times.
2017-09-27 21:20:32 -07:00
Elliot Glaysher
0d2b14f4b7
Weld should work on differently typed lists.
2017-09-27 21:18:02 -07:00
C. Guy Yarvin
62f8265c22
Fix dual boot.
2017-09-27 17:56:02 -07:00
C. Guy Yarvin
0b5a831551
Dual-boots on maintenance and master vere.
2017-09-27 17:27:08 -07:00
Elliot Glaysher
21926968ae
Clean out lots of todos.
2017-09-25 15:54:41 -07:00
Elliot Glaysher
326b602aae
Port new-hoon.hoon and tests to master.
2017-09-25 10:31:22 -07:00
C. Guy Yarvin
dc25979f59
Merge remote-tracking branch 'origin/master' into piaf-runes
2017-09-21 18:45:27 -07:00
C. Guy Yarvin
1b96fa43f6
Fix for 143.
2017-09-21 17:41:13 -07:00
C. Guy Yarvin
60a1104891
Translate ^ runes.
2017-09-19 16:24:30 -07:00
C. Guy Yarvin
81046c7587
143: | runes.
2017-09-17 18:32:20 -07:00
C. Guy Yarvin
82d1e63e30
$ runes converted.
2017-09-17 16:31:49 -07:00
C. Guy Yarvin
f9e51ca2fc
%claw to %bcpt.
2017-09-17 15:10:40 -07:00
C. Guy Yarvin
08af897d69
Changed one stem: %gate to %brts.
2017-09-17 11:14:12 -07:00
C. Guy Yarvin
2575255c9e
Merge remote-tracking branch 'eglaysher/new-dojo-unified' into piaf
...
Non-compiling branch which uses the features it adds.
2017-09-12 18:19:23 -07:00
Fang
f3c61df97a
Move ++cram to ++vast
2017-08-02 16:25:32 -07:00
Fang
956867e394
last-minute refactoring for inclusion in hoon.hoon
2017-08-02 15:53:05 -07:00
Fang
9c6ed180d3
move ++freeze to ++shut:ap, produce marl
2017-08-02 15:40:13 -07:00
Fang
794ad9ae1d
move updated ++sail to hoon.hoon, ++steam to ++open:ap
2017-08-02 14:46:19 -07:00
Fang
86d9b022e3
Tighten namespace in sail
2017-08-02 13:22:11 -07:00
Fang
6985398293
End parsing cram on outdent
2017-08-02 11:42:19 -07:00
Fang
108f8079af
Start markdown with ---
2017-08-01 16:38:06 -07:00
Fang
be584f89b3
Detect code blocks immediately inside containers
2017-08-01 15:54:26 -07:00
Fang
3c2cbdaea2
use col
to track code/poem indents properly
...
(this was previously causing a bug, but can't be reproduced)
2017-08-01 15:22:24 -07:00
Fang
47e65df18a
parse first line in container
2017-08-01 15:06:13 -07:00
Fang
25f04ac5e5
Allow nested containers by parsing their delimiters immediately
2017-08-01 12:52:10 -07:00
Fang
1b4fd3440c
Parse indent in ++snap directly instead of feeding spaces to span-level parsers
2017-08-01 12:22:45 -07:00
Fang
4cb1d46618
correctly check for outdents without intervening blank lines
2017-07-31 18:06:08 -07:00
Fang
417c63e83e
fix bad assumption in conversion code, extract style->indent map
2017-07-31 18:05:46 -07:00
Fang
0fac5b29b6
don't require blank lines between list items, quotes
2017-07-31 17:26:18 -07:00
Fang
1c34ce1f96
extract ++new-container logic
2017-07-31 17:20:19 -07:00
Fang
1076a1ee31
Add ---
<hr> parsing
2017-07-31 15:55:35 -07:00
Fang
827d091a60
Require space before hoon literals
2017-07-31 15:04:44 -07:00
Fang
be4f22d20c
Fix header parsing
2017-07-31 14:30:01 -07:00
Fang
5fbff69e37
Change blackquote syntax to '> ', embed syntax to '! '
2017-07-28 15:00:14 -07:00
Fang
71eca553eb
Comment consistency & cleanup. Removed unused code.
2017-07-28 13:45:17 -07:00
Fang
2d0a5d1aa3
Fixed issues with codeblocks where they prevented subsequent items from being processed properly.
...
Codeblocks can now contain newlines.
2017-07-27 18:06:43 -07:00
Fang
63d6ff5d76
Codeblocks no longer repeat themselves.
2017-07-27 15:36:47 -07:00
Fang
4f339023e4
minor reorg
2017-07-27 13:25:03 -07:00
Fang
07fccb7890
Cleanup of superfluous arms, simplifying.
2017-07-26 18:22:19 -07:00
Fang
b047c1a5d3
Moved parsers into their own core.
2017-07-26 18:19:33 -07:00
Fang
db2ee73e6c
Use parser in ++look
2017-07-26 17:04:19 -07:00
Fang
c46092e4d5
Make ++cash but an echo
2017-07-26 15:24:24 -07:00
Fang
6713af6169
refactor ++flow to be a list, allow interpolations
2017-07-26 12:34:05 -07:00
Fang
b5ba807baf
Perf
2017-07-26 12:20:58 -07:00
Fang
3277f99927
Revert to canonical hoon/hoon concatenator
2017-07-26 12:07:59 -07:00
Fang
f2756f3221
Slightly neater literal quote handling
2017-07-26 12:03:03 -07:00
Fang
84eab5b3b7
Remove double-escaping
2017-07-26 12:01:46 -07:00
Fang
0ad29f19ce
Implemented interpolated sail parsing.
...
Added test case for interpolated sail parsing.
2017-07-26 11:28:57 -07:00
Fang
b6cfb010d4
Simplified ++word parsing, no longer produces (list graf), now just graf.
2017-07-26 11:27:21 -07:00
Fang
2d88f97159
Markdown parser now parses sail expressions.
2017-07-25 17:58:33 -07:00
Fang
ffe3b9cb6e
Dynamic types into the markdown parser.
2017-07-25 17:23:08 -07:00
Fang
32f101c2fe
Enabled sail interpolation emitting dynamic manx.
2017-07-25 16:41:17 -07:00
Fang
bfa305c040
Made static sail (without interpolation) function.
2017-07-25 15:58:25 -07:00
Fang
4752e6aee0
Started changing ++sail to produce appropriate types.
2017-07-24 18:15:51 -07:00
Fang
474be42749
Renamed arms in ++sail to be more verbose, and lightly restructured some.
2017-07-24 17:50:46 -07:00
Fang
ed058c3cfe
Shuffled !. around. Now properly produces output.
2017-07-24 17:49:12 -07:00
Fang
5028bc752d
Copied in ++sail and relevant types (++beet, ++tuna).
2017-07-24 16:13:21 -07:00
Fang
2aa06e0910
Merge branch 'unmark' of https://github.com/cgyarvin/arvo into unmark
...
# Conflicts:
# gen/cram.hoon
2017-07-24 16:01:50 -07:00
Fang
47326491c5
Whitespace & indentation cleanup.
2017-07-24 16:00:44 -07:00
Fang
7c6dd0e88c
Added in dynamic XML types.
2017-07-24 15:55:57 -07:00
Fang
465de0cc8a
Miscellaneous tiny stylistic changes and comments.
2017-07-24 15:55:18 -07:00
Fang
1a5ade039c
Restructured ++head to be slightly prettier.
2017-07-24 15:54:06 -07:00
Fang
97641ba5d0
Restructured ++down to be slightly prettier.
2017-07-24 15:52:59 -07:00
Fang
f10cfee245
Renamed $none and $done to $fini and $none respectively.
2017-07-24 15:51:48 -07:00
Fang
b5c9b7ac36
Less verbose generator head.
2017-07-24 15:50:39 -07:00
Fang
95df3b98b4
Whitespace cleanup & comment spacing.
2017-07-24 15:49:59 -07:00
C. Guy Yarvin
6e4799d4d4
Debugging disabled for perf testing.
2017-07-24 14:34:09 -07:00
C. Guy Yarvin
719db54c3b
More comments.
2017-07-24 12:21:53 -07:00
C. Guy Yarvin
19f0746ef0
Appears functional.
2017-07-23 23:19:53 -07:00
C. Guy Yarvin
84a23d75c4
Rename.
2017-07-23 16:01:13 -07:00
C. Guy Yarvin
a18329c3a9
Smoke test.
2017-07-23 16:00:45 -07:00
C. Guy Yarvin
9ef97eea62
This compiles so it probably works.
2017-07-21 23:56:21 -07:00
C. Guy Yarvin
ce042ca3a5
Stash.
2017-07-20 20:19:22 -07:00
C. Guy Yarvin
1f57c7c94e
Stash.
2017-07-19 21:48:00 -07:00
C. Guy Yarvin
c43aee661e
Stubs compile.
2017-07-19 09:53:34 -07:00
C. Guy Yarvin
c32ef345a2
Stash.
2017-07-18 20:19:27 -07:00
C. Guy Yarvin
8d4a9197e0
Parses with some stubs.
2017-07-17 18:07:47 -07:00
C. Guy Yarvin
1f6e0b25f6
Pieces of unmark parser.
2017-07-15 17:59:57 -07:00
Joseph Bryan
e479fd23bc
adds error message to +ticket
2017-06-28 10:33:54 -04:00
Raymond Pasco
64b3d882e5
Merge remote-tracking branches 'joemfb/warn-moon' and 'joemfb/ticket-check' into maint-20170614
2017-06-28 09:48:17 -04:00
Joseph Bryan
2542a3ee80
adds error message to +ticket
2017-06-20 11:59:50 -04:00
Joseph Bryan
f9fe3b644e
adds warnings and a confirmation prompt to %/gen/moon
2017-06-18 16:29:43 -04:00
production server
9472770e7c
fix |bonus
2017-06-14 21:57:10 +00:00
C. Guy Yarvin
cda7cf2053
Basic networking; large messages have assembly bug
2017-06-06 17:29:37 -07:00
C. Guy Yarvin
55e06af4d3
New brass pill can do more than fake zods.
2017-06-02 17:15:43 -07:00
C. Guy Yarvin
cc2356fa22
New pill builder.
2017-06-01 15:47:24 -07:00
Anton Dyudin
a216565a14
add |wipe-ford cache clear button
2017-05-24 16:04:27 -07:00
Elliot Glaysher
d5f32f972a
Change title specifier from ||
to #
.
2017-05-20 23:06:33 -07:00
Raymond Pasco
7dc270f89f
Merge remote-tracking branch 'joemfb/detap'
2017-05-17 05:38:26 -04:00
C. Guy Yarvin
bd4f650f5e
|nuke bounces all packets from a ship.
2017-05-16 13:56:54 -07:00
C. Guy Yarvin
40e0575d05
For make compile faster.
2017-05-07 22:20:53 -07:00
C. Guy Yarvin
484a7e9e5d
Placeholder for app skeleton.
2017-05-07 22:20:38 -07:00
C. Guy Yarvin
b1b0ffb176
Decorations.
2017-05-07 22:04:14 -07:00
C. Guy Yarvin
7e83588e83
To experiment with ++walk and its slowness.
2017-04-30 20:19:07 -07:00
C. Guy Yarvin
935056be37
Struggling with memory.
2017-04-20 14:19:53 -07:00
C. Guy Yarvin
f847cf4c12
Almost building vanes.
2017-04-19 07:48:10 -07:00
C. Guy Yarvin
904a072ffe
Small amount of smoke emerging.
2017-04-17 20:16:07 -07:00
C. Guy Yarvin
98e4822ceb
Initial commit of new subtree.
2017-04-17 20:07:14 -07:00
C. Guy Yarvin
cb1d650580
Early processing working.
2017-04-17 18:52:05 -07:00
C. Guy Yarvin
84a0e9ac6c
Now in new arvo testing.
2017-04-17 09:37:17 -07:00
C. Guy Yarvin
ebc4783cd1
Almost ready to move over.
2017-04-17 09:25:57 -07:00
C. Guy Yarvin
64e98d61c7
Merge branch 'revere-ivory' into piaf
2017-04-16 18:55:22 -07:00
C. Guy Yarvin
96e308a824
About to merge revere-ivory.
2017-04-16 18:52:41 -07:00
C. Guy Yarvin
a076ed695d
Revised initial commit on piaf.
2017-04-16 17:12:12 -07:00
C. Guy Yarvin
4487ec4276
Complete decoration system.
2017-04-16 15:37:47 -07:00
C. Guy Yarvin
c8e262df75
Fully booting with new chapter structures.
2017-04-16 15:37:47 -07:00
C. Guy Yarvin
c0d3f0fa33
Terminating coherent-cords-e.
2017-04-16 15:37:45 -07:00
C. Guy Yarvin
11c63fe78a
coherent-cords-d, chapters, initial commit.
2017-04-16 15:33:08 -07:00
C. Guy Yarvin
c65cd5e1fe
Add user files to boot sequence.
2017-04-16 15:32:12 -07:00
C. Guy Yarvin
159e9a2234
Complete decoration system.
2017-04-15 15:49:53 -07:00
C. Guy Yarvin
ae8df45f12
Fully booting with new chapter structures.
2017-04-15 15:49:41 -07:00
C. Guy Yarvin
cc7b768f6a
Terminating coherent-cords-e.
2017-04-15 15:45:47 -07:00
C. Guy Yarvin
4c381b6387
coherent-cords-d, chapters, initial commit.
2017-04-15 15:41:48 -07:00
C. Guy Yarvin
e1c7a311e9
Implement doccords in hoon.
...
This adds syntax to the language to embed documentation. You can either
the new ^: rune, or the irregular ''':doccord.''': syntax.
This patch adds the language feature, but does not use it.
2017-04-15 15:40:50 -07:00
Max G
b0a4578260
Fix gen/cat.hoon
2017-03-28 17:18:59 -04:00
Raymond Pasco
e10dc26bea
Merge remote-tracking branches 'Fang/urbjs-isurl', 'ohaitch/stray-marks', 'eglaysher/fix-help', 'joemfb/prompt-sticky-master', 'joemfb/cork-safe' and 'joemfb/fry-nest'
2017-03-28 07:35:46 -04:00
Joseph Bryan
af767350a8
removes +-tap:by accumulator arg and changes calling convention
2017-03-20 18:56:00 -04:00
Raymond Pasco
a4632044f3
dirk card
2017-03-08 07:20:29 -05:00
Elliot Glaysher
36300e8a1e
Fix +help by specifying namespaces.
2017-02-20 13:41:53 -08:00
Raymond Pasco
bab93e7ac2
Merge remote-tracking branch 'ohAitch/zuseflat-pretty'
...
Complete the restructuring of zuse. Add old-zuse compatibility layer.
2017-02-13 22:19:03 -05:00
C. Guy Yarvin
58df991615
Cosmetic changes.
2017-01-22 14:28:34 -08:00
C. Guy Yarvin
9cd2132230
Ivory light-pill builder.
2017-01-10 19:51:26 -08:00
Raymond Pasco
bbc4d2c0ee
Repository cleanup
...
mostly trailing whitespace removal
no new kernel because only changes there are whitespace removal
2016-12-15 22:36:45 -08:00
Anton Dyudin
a0301eb0f4
remove non-working gen/plastic
2016-12-08 14:15:21 -08:00
Anton Dyudin
e7d08ac15f
canonize pojo,poja as en-json,de-json :html
2016-12-08 13:50:31 -08:00
Anton Dyudin
5fbb2dff28
port forward lore, role, and rolt usage
2016-12-08 13:50:31 -08:00
Anton Dyudin
5bcb356709
add =try flag to +metal
2016-12-08 13:50:31 -08:00
C. Guy Yarvin
5e83d23720
Remove %sick; import xmas (does not compile).
2016-12-02 17:03:14 -08:00
C. Guy Yarvin
c81681f19a
Merge remote-tracking branch 'ohAitch/zuseflat-users' into plastic-boot
2016-12-02 11:32:34 -08:00
C. Guy Yarvin
5f3ee116eb
%velo reset works.
2016-12-01 17:17:02 -08:00
Anton Dyudin
75b2840b97
canonize references into space:clay
2016-12-01 16:02:06 -08:00
C. Guy Yarvin
6f2007deb7
Merge remote-tracking branch 'oHaitch/zuseflat' into plastic-boot
2016-11-30 11:28:19 -08:00
C. Guy Yarvin
4a13bdcf89
Merge remote-tracking branch 'oHaitch/cc-mergeful' into plastic-boot
2016-11-30 11:21:09 -08:00
C. Guy Yarvin
43c44ff0b6
Tweaks.
2016-11-29 11:48:10 -08:00
C. Guy Yarvin
667284ced3
Better doc.
2016-11-27 16:33:23 -08:00
C. Guy Yarvin
f91a3f20d5
Working test boot sequence.
2016-11-25 11:32:48 -08:00
C. Guy Yarvin
092dc318de
New metal boot system.
2016-11-23 20:25:07 -08:00
Anton Dyudin
3f904b4f90
remove ++epur:url:eyre convenience interface
2016-11-23 16:34:10 -08:00
C. Guy Yarvin
457b639203
Core sequence compiles.
2016-11-22 17:12:24 -08:00
C. Guy Yarvin
f42384756c
Event sequence.
2016-11-19 19:53:20 -08:00
Anton Dyudin
a373a6ef11
!: in ford files is redundant
2016-11-16 17:42:58 -08:00
Anton Dyudin
971c378ce8
reformat =+ to =, in ford files
2016-11-16 17:37:39 -08:00
Anton Dyudin
fe31213d13
Revert "hacks: init jael on boot"
...
This reverts commit 12fc5e6cf3
.
2016-11-15 10:55:29 -08:00
Anton Dyudin
530beef96b
Merge branch 'cc-release' into cc-merge
...
Conflicts:
arvo/eyre.hoon
2016-11-14 14:04:46 -08:00
Anton Dyudin
13bc8ea59f
Merge branch 'jaelwomb' into cc-release
2016-11-14 12:49:19 -08:00
C. Guy Yarvin
ab2deb568e
Merge commit '75c726' into cc-merge
2016-11-13 19:39:58 -08:00
C. Guy Yarvin
e4048f9829
Merge commit 'f926c' into cc-merge
2016-11-13 18:52:59 -08:00
C. Guy Yarvin
387fc7d63f
Merge commit 'e993076' into cc-merge
2016-11-13 18:52:36 -08:00
C. Guy Yarvin
c242292e91
Merge commit 'b67f5b' into cc-merge
2016-11-13 18:52:28 -08:00
C. Guy Yarvin
fed0d3e6b3
Merge commit 'f66a802' into cc-merge
2016-11-13 18:52:19 -08:00
C. Guy Yarvin
1456c0eaac
Merge commit '0ec2dd' into cc-merge
2016-11-13 18:52:05 -08:00
C. Guy Yarvin
2583cd6438
%zuse and all vanes compile.
2016-11-06 16:11:05 -08:00
Anton Dyudin
75c726bacb
remove [press enter to compute] +pope prompt
...
Curve key generation is fast enough that computing all the partial-passphrase keys is not prohibitively expensive.
2016-10-31 13:34:22 -07:00
Anton Dyudin
f926cf33bf
Tweak gen/help to suggest +help %hood
2016-10-24 11:52:54 -07:00
Anton Dyudin
e993076eed
+help %solid
2016-10-21 17:59:51 -07:00
Anton Dyudin
b67f5b46a0
+help %hood
2016-10-21 17:56:24 -07:00
Anton Dyudin
f66a802f84
added +help command summary lister
2016-10-21 17:46:51 -07:00
Anton Dyudin
0ec2dd6082
added one-line info to all generators
2016-10-21 16:44:39 -07:00
Anton Dyudin
10533be44b
Merge branch 'cc-release' of https://github.com/urbit/arvo into jaelwomb
2016-10-20 19:07:18 -07:00
Anton Dyudin
12fc5e6cf3
hacks: init jael on boot
2016-10-20 18:58:45 -07:00
C. Guy Yarvin
3cf83017ef
var fixen und imporven
2016-10-14 16:59:12 -07:00
Anton Dyudin
817a4023fb
remove referral tracking
2016-10-12 15:19:42 -07:00
C. Guy Yarvin
195959013b
Revert scratchpad.
2016-10-10 16:56:22 -07:00
C. Guy Yarvin
f2b39e490d
Stash commit.
2016-10-10 10:25:20 -07:00
C. Guy Yarvin
094696da5d
=, apparently working.
2016-10-09 13:49:28 -07:00
Anton Dyudin
453baf1c97
better |reinvite handling
2016-10-07 18:34:32 +00:00
C. Guy Yarvin
d20707365d
Merge commit '4c8e014' into relearning
2016-09-03 14:46:54 -07:00
C. Guy Yarvin
aa30531212
Merge commit '904cc3' into relearning
2016-09-03 14:18:00 -07:00
Raymond Pasco
50c75229fe
Merge remote-tracking branches 'ohaitch/fix-womb-bonus', 'ohaitch/womb-ticket-recycle' and 'ohaitch/better-ask'
...
Generalize |bonus ship-granter
Re-enable womb ticketing and recycling
Update :ask to work with womb
2016-08-19 20:30:36 -04:00
Anton Dyudin
b26ee30990
add :ask|admins dynamic permissions
2016-08-19 17:00:24 -07:00
Anton Dyudin
7fe9360a31
remove hard-coded [planets=1 stars=0] from gen/hood/bonus
2016-08-16 14:37:11 -07:00
Anton Dyudin
af9ae12a32
more missed s/uvI/uvJ/g
2016-08-12 12:25:10 -07:00
Philip C Monk
500c6c5c41
add federate talk generator
2016-08-12 14:02:11 -04:00
production server
c105a7c9db
remove ~doznec special case in |begin
2016-08-12 10:35:28 +00:00
Raymond Pasco
b17d033e84
Bump entropy size in womb gens
2016-08-12 00:27:45 -07:00
Raymond Pasco
786bce0a79
Merge branches 'breaching-inception' and 'womb' into staging
2016-08-11 19:40:06 -07:00
Raymond Pasco
904cc31891
Double system entropy size
2016-08-11 19:39:37 -07:00
Anton Dyudin
c0418a80d1
add |bonus womb balance expander
2016-08-11 17:07:55 -07:00
Anton Dyudin
f296388df4
add |release-ships for manual control
2016-08-11 17:07:55 -07:00
Anton Dyudin
4b4d09f15b
show invite in |invite email
2016-08-11 17:07:55 -07:00
Raymond Pasco
7cd3d476d3
Switch over crypto to crypto B
2016-08-11 10:57:30 -07:00
C. Guy Yarvin
8a261f271c
Established our
field above vanes in subject.
2016-08-06 15:50:56 -07:00
Joseph Bryan
07358c86c2
refactors kiln/|cp/|mv to use (unit toro) instead of a bogus one
2016-07-19 18:21:21 -04:00
Joseph Bryan
20666d1898
updates |cp and |mv to print errors without stacktraces
2016-07-19 00:09:27 -04:00
Joseph Bryan
c800b7f489
moves |cp and |mv implementations back into the generators
2016-07-16 00:19:49 -04:00
Joseph Bryan
97a8aac322
adds error message for file-not-found on |cp, |mv, and |rm
...
also adds an error message for mark changes
2016-07-15 22:31:01 -04:00
Joseph Bryan
e6e9195d9c
adds |syncs hood generator to print all active syncs
2016-07-08 14:15:19 -04:00
Anton Dyudin
d82c30e7eb
add marks to %womb scry helpers
2016-07-06 14:48:45 -07:00
Galen Wolfe-Pauly
04b1b85511
bumped to 7
2016-07-05 23:44:38 -07:00
Anton Dyudin
4a313ad578
bump /+womb passcodes to 128 bits, @uvG -> @uvH
...
urbit/womb@d4ada85
2016-07-05 15:06:11 -07:00
Anton Dyudin
8c963c06f1
switch over passcode to be @uv and not @p
...
urbit/womb@086a41
2016-07-05 13:17:03 -07:00
Anton Dyudin
4f26894cfe
encrypted jammed womb back-up
2016-07-01 10:44:35 -07:00
Philip C Monk
7caa16e318
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
web/tree/main.js
2016-06-30 14:39:47 -04:00
Joseph Bryan
45b26586c1
updates +moon to produce an error message instead of a stack trace
...
...when run from a moon or comet
also replaces binary math with `++clan`,
allows ~zod to ticket,
and uses %tang/%leaf instead of %noun
2016-06-18 21:30:28 -04:00
production server
2c6fbb7628
fix overload
2016-06-15 15:15:07 -07:00
Anton Dyudin
71f29242e0
fix #125
2016-05-06 16:21:29 -07:00
Anton Dyudin
12dbb4bc15
added transaction id to %womb-invite
2016-05-06 15:11:58 -07:00
Anton Dyudin
6f91c91236
store old private keys for checking tickets
2016-05-04 11:48:43 -07:00
Anton Dyudin
fa28a0fbfb
save (most) womb pokes via .urb/put
2016-04-29 16:18:59 -07:00
Anton Dyudin
dd0abaeb45
add |exit using ++se-blit-all, sending a blit to all console sessions
...
CC @cgyarvin there's gotta be a better way to do this
2016-04-29 14:41:55 -07:00
Anton Dyudin
daa1cb06a5
womb scry generators
2016-04-29 14:40:44 -07:00
Anton Dyudin
573d3c3b37
Merge branch 'wombjael' into web-womb
...
Womb backend
2016-04-26 16:42:45 -07:00
Anton Dyudin
097f74f762
Revert "remove gmail and some other bs"
...
Pre-merge: gmail is modified/used by %womb to email tickets
This reverts commit 8239c777ab
.
2016-04-26 16:42:15 -07:00
Anton Dyudin
dbeed2d723
hood save/load mechanism
2016-04-18 15:15:35 -07:00
Anton Dyudin
79558a8466
fix ++neis off-by-one, generators, actually use app/gmail
2016-04-14 18:39:05 -07:00
Anton Dyudin
0c4846c7c5
abstract and fix email sending
2016-04-14 18:37:41 -07:00
Anton Dyudin
d0418c1f20
poke-manage save ship in office
2016-04-14 16:52:37 -07:00
Raymond Pasco
d3711b53d9
Merge branch 'web-stream'
...
Conflicts:
gen/twit/twitter-feed.hoon
lib/oauth1.hoon
lib/twitter.hoon
mar/twit/post.hoon
Extensive nonbreaching web API changes from Anton and Philip's trees.
Retroactive commit message for d030cde553
:
Grab fixes for busted ford caused by no-longer-busted ++lore
2016-04-14 14:10:56 -04:00
Anton Dyudin
582f1d156c
generators and routing for womb pokes
2016-04-12 17:48:55 -07:00
Anton Dyudin
fbec9c0c7f
mass header-comment fixup
2016-04-07 19:16:04 -07:00
Raymond Pasco
5f1941d58b
Merge remote-tracking branches 'ohaitch/no-talk-stack-traces', 'galenwp/rage-factor', 'galenwp/sur', 'galenwp/hello', 'galenwp/talk-exo' and 'ohaitch/say-code'
...
Simple ~& of stack traces, not talk routing
Remove code to other repositories
Rename dojo 'arc' to 'sur'
+hello 'world' now forwards
Talk frontend bugfixes
+code as a %say
2016-04-05 15:15:01 -04:00
Anton Dyudin
087cb6aaf1
convert code to %say, fixing #101
2016-04-04 11:35:21 -07:00
Anton Dyudin
492718f5db
Merge branch 'pipe' into web-stream
...
pull :pipe event->talk multiplexer
2016-03-31 15:02:35 -07:00
Anton Dyudin
a3781a4777
Merge branch 'twit-app' into dot-plan
...
Pull in working :twit and various fixes it depends on, to add write-plan-account logic to it
2016-03-29 17:32:42 -07:00
Philip C Monk
402361d9c5
refactor into generators
2016-03-24 19:55:10 -04:00
Anton Dyudin
aed9e4b058
working +twit-feed
2016-03-22 16:52:47 -07:00
Anton Dyudin
74b7acdc71
clean twitter generators
2016-03-22 16:51:19 -07:00
Galen Wolfe-Pauly
b9d5a3c7ff
tired
2016-03-21 22:57:03 -07:00
Galen Wolfe-Pauly
dace85521b
forwards
2016-03-21 22:41:50 -07:00
Galen Wolfe-Pauly
c32a84f576
that too
2016-03-21 16:43:18 -07:00
Galen Wolfe-Pauly
8239c777ab
remove gmail and some other bs
2016-03-21 16:01:54 -07:00
Anton Dyudin
903312d94e
:twit|as 'usr' 'msg' resurrected
2016-03-15 16:28:43 -07:00
Anton Dyudin
47eac6dbc7
better handling of identity in web scrapers
2016-03-15 15:10:37 -07:00
Raymond Pasco
a1df9b2a59
Merge branch 'passcode-code', remote-tracking branches 'galenwp/clean', 'ohaitch/mo-not-running' and 'ohaitch/mar-twitter-request'
...
Move eyre auth code to +code
Remove nonexistent vane stubs
Add a printf somewhere
Twitter auth and requests
2016-03-14 19:43:32 -04:00
Raymond Pasco
e9ec3b2ded
Move eyre passcode printing into +code generator
2016-03-14 19:41:25 -04:00
Anton Dyudin
2bedfb04e1
added |init-auth-basic, moved subdomain snip to /+write
2016-03-11 11:17:35 -08:00
Anton Dyudin
f9b1581a28
moved core type, token to lib/oauth1 sample
2016-03-09 20:03:22 -08:00
Anton Dyudin
be51072ade
fork off |init-oauth1 from |init-oauth2
...
and discard subdomains in both
2016-03-09 15:56:05 -08:00
Anton Dyudin
738bd1946c
Merge branch 'eyre-sec-fixes' into sec-com-twitter
...
2-layer domain change required to write a proper driver
2016-03-09 14:50:10 -08:00
Anton Dyudin
956e988581
added +curl-hiss for twitter testing
2016-03-08 18:00:07 -08:00
chc4
cd31218a04
Fix cat
...
Someone's merge got messed up, looks like.
2016-03-07 17:37:54 -05:00
Anton Dyudin
4cd86f5b36
fix +cat %g under151ification
2016-03-07 12:47:51 -08:00
Anton Dyudin
5f44ec53b3
partial(twitter) revert of bfd52f9e
'sweeping'
2016-03-07 10:42:05 -08:00
Anton Dyudin
ca35ef83b8
fix up location headers
2016-03-04 16:24:23 -08:00
Anton Dyudin
cb2ccad17c
add google credential json parser |init-oauth2-google
2016-03-04 15:16:31 -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
Henry Ault
5396665edf
+gmail-list number parameter
2016-02-23 20:59:38 -08:00
Henry Ault
4a863ced76
re-enable message send
2016-02-23 20:54:14 -08:00
Henry Ault
c71aa2d7c4
add +gmail-list, :gmail|send
2016-02-23 20:09:37 -08:00
Henry Ault
c16488d6af
151 up and running baby
2016-02-22 17:50:21 -08:00