Fang
4acc7b372b
No longer automatically send invite messages when changing permissions.
2018-02-14 17:20:52 +01:00
Fang
e807db9055
Add usage tags to circle configs, allowing clients to store arbitrary meta usage info.
2018-02-14 17:02:47 +01:00
cgyarvin
3dd24508b1
Merge pull request #618 from jfranklin9000/gate
...
Replace $-(* *) with gate.
2018-02-12 09:44:18 -08:00
John Franklin
3d791048e8
Replace $-(* *) with gate.
2018-02-12 06:45:11 -06:00
Keaton Dunsford
c8337088cb
Fix indented code blocks to fenced in new /web/testing/umd doc file
...
This was causing syntax errors upon loading the web interface and sending the initial build request to Ford. This commit appears to fix that.
For future `.umd` authors, see the `/web/unmark/doc/umd` file for Urbit-flavored markdown syntax.
2018-02-01 12:23:35 -08:00
cgyarvin
1e8e3fdd84
Merge pull request #586 from eglaysher/unicode-string-gates
...
Unicode string gates
2018-01-29 11:09:08 -08:00
cgyarvin
cadc61929f
Merge pull request #539 from eglaysher/new-stdlib
...
Unit Testing / Partial New Library Work
2018-01-29 10:55:47 -08:00
Fang
0c0fa0198b
Merge pull request #604 from Fang-/hall-more-debug
...
Hall debug pokes for checking subs & re-doing upward federation
2018-01-26 22:50:25 +01:00
Fang
4c846c95a6
More debug pokes, for checking incoming subs and resubscribing to federating children.
2018-01-26 22:47:49 +01:00
Fang
6ca8e039b2
Merge pull request #603 from Fang-/hall-talk-0-bone
...
Hall and talk no longer use bone 0
2018-01-25 19:09:49 +01:00
Fang
2b08d7fbd9
Make hall and talk always use ost.bol instead of bone 0, which gall now disallows.
2018-01-25 19:03:22 +01:00
Ted Blackman
af4fe5d885
Merge pull request #597 from Fang-/clay-multisub
...
Clay %mult multiple cares
2018-01-23 14:48:31 -08:00
Fang
8a1da39aac
Remove ++gift copy from internal clay structures.
2018-01-23 17:38:13 +01:00
Fang
7a0e2f216b
Change %mult interface to allow different/multiple cares per path.
2018-01-23 17:35:12 +01:00
cgyarvin
c0e7a71633
Merge pull request #534 from mrdomino/master
...
New key for ~tyr
2018-01-22 16:22:48 -08:00
Ted Blackman
a8354821b0
Merge pull request #575 from Fang-/clay-multisub
...
Clay multi-%next: %mult (and fix for %next)
2018-01-22 11:16:13 -08:00
Fang
d9409e8dff
Clean up ++cach.
2018-01-22 16:01:00 +01:00
Fang
635d235cd7
Made %mult requests produce only a case and set of paths.
...
It now works the way %next should.
2018-01-22 15:54:37 +01:00
cgyarvin
2ed59181de
Merge pull request #589 from urbit/ohAitch-mold-cabtar
...
++mold $-(* *) -> ++mold |=(* +<)
2018-01-19 14:28:48 -08:00
Anton Dyudin
ebc95233a8
Update hoon.hoon
...
Fix #95 per request to just patch it on master
2018-01-19 13:42:50 -08:00
Elliot Glaysher
58900d30f7
Further %143-ization and general cleanup.
2018-01-18 22:40:24 -08:00
Elliot Glaysher
d0b34fdae8
Merge remote-tracking branch 'ohaitch/unicode-string-gates-lint' into unicode-string-gates
2018-01-18 22:24:03 -08:00
Elliot Glaysher
b285b324cd
%143-ize the capitalization code.
2018-01-18 22:19:48 -08:00
Elliot Glaysher
4edb2aa9c0
Merge branch 'new-stdlib' into unicode-string-gates
2018-01-18 21:26:20 -08:00
Elliot Glaysher
2b35142c79
Add documentation for testing.
2018-01-18 21:19:53 -08:00
Fang
e3cbbd31a2
Consolidates the logic for %next and %mult.
...
Not thoroughly tested yet.
2018-01-19 01:54:41 +01:00
Ted Blackman
eda36249c2
Merge pull request #521 from Fang-/jael-burn
...
Reverted accidentally renamed jael tag.
2018-01-18 12:19:13 -08:00
cgyarvin
015972a51e
Merge pull request #538 from Fang-/gall-nocrash
...
Prevent gall from breaking things over bone 0
2018-01-18 11:30:52 -08:00
Fang
7044ee543b
Fix erroneous indentation.
2018-01-18 19:07:57 +01:00
Fang
81dd710368
Merge pull request #581 from Fang-/webtalk-update
...
Updates webtalk
2018-01-18 15:50:36 +01:00
Fang
6f2160589d
Updates webtalk. See urbit/talk#47 .
2018-01-18 15:37:18 +01:00
Fang
5bb364636d
Fix an oopsie that was part of a change "lightly refactor ++wake %next" that accidentally made it into 4671526a
.
2018-01-18 01:54:24 +01:00
Fang
e2b056eff9
Rewrite ++dedupe to roll instead of skim, and fix issue where it wasn't accounting for different cases correctly.
...
ie, it wasn't making sure that the found case was *actually* before the new request's case.
2018-01-18 01:25:58 +01:00
Fang
4671526a3e
Make use of alias types more consistent.
2018-01-18 01:23:31 +01:00
Fang
70ad73e8ba
Modified %mult to support past revisions, but with only a single case for all files.
2018-01-17 23:55:54 +01:00
Fang
34edaee927
Merge pull request #578 from urbit/hall-circles-fix
...
Fixed weird code for updating /circles subscriptions.
2018-01-17 21:47:42 +01:00
Fang
5840c496c7
Fixed the ++start-request for next to properly take non-existing files into account when checking through older versions.
2018-01-17 16:49:16 +01:00
Fang
0d1b98852e
Comments and cleanup based on feedback.
2018-01-17 16:43:20 +01:00
Fang
9f2d841b24
Always show all circles to their owner.
...
Even if they banned themselves.
2018-01-17 14:30:50 +01:00
Fang
d2cc5a5658
Fixed weird code for updating /circles subscriptions.
...
No longer incorrectly uses the subscriber's ship name when getting the affected story.
2018-01-17 00:20:34 +01:00
Fang
d4b0b408cf
Fix %next to not cancel the subscription if the watched file doesn't yet exist.
...
Instead, register file creation as a change.
2018-01-15 23:45:33 +01:00
Fang
307b86bb3b
Clay state adapter.
2018-01-15 20:24:11 +01:00
Fang
b2669ed2ed
Add a %mult rave to the clay interface. Add a %wris gift to support its output.
...
%mult acts like %next, except it watches multiple paths. If any of them change, it sends all changes to the watched files in a %wris.
2018-01-15 20:23:37 +01:00
Ted Blackman
0ba27a4e32
Merge pull request #540 from ohAitch/fix-clay-next
...
Fix clay %next to provide current data
2018-01-12 15:00:00 -08:00
Anton Dyudin
3f9223094a
add state adapter for %many refactoring
2018-01-10 17:59:15 -08:00
Fang
62b5310695
Consider passing bone 0 in cards invalid.
2018-01-08 23:05:10 +01:00
Elliot Glaysher
b772818ef3
Minor cleanups.
2018-01-07 15:55:44 -08:00
Fang
6f9e0e1c4c
Merge pull request #536 from Fang-/federation-hotfix
...
Federation performance hotfix
2018-01-07 16:36:45 +01:00
Fang
b0876bd4e6
Burden prize may contains no more than 2k messages, for performance reasons.
2018-01-07 16:28:22 +01:00
Elliot Glaysher
48585d2b2f
+test now deals with recursive directory structures.
...
+test now offloads creation of the test tree into a renderer. this should help
with caching. using a renderer also lets us deal with hierarchical directory
structures, leading to better organization.
2018-01-06 22:51:52 -08:00