Fang
|
a6a6081b0b
|
Update state structures and related code.
|
2018-01-25 16:15:01 +01:00 |
|
Fang
|
c1dda042a8
|
Finalizing interface.
|
2018-01-25 00:09:46 +01:00 |
|
Fang
|
39f11b7ccd
|
Updates interface to include support for write permissions.
|
2018-01-24 16:33:41 +01:00 |
|
Fang
|
a4f552cb8f
|
Update clay permissions interface to always supply the source of a node's rule.
|
2018-01-24 14:30:58 +01:00 |
|
Fang
|
36d40e00de
|
Merge commit 'af4fe5d88597a877135931aeedcc9d460262cf45' into clay-permissions
|
2018-01-24 14:29:54 +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
|
2e364287d7
|
Clay permissions interface proposal.
|
2018-01-23 22:52:31 +01: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 |
|
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 |
|
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 |
|
Keaton Dunsford
|
2370efc727
|
Merge pull request #535 from Fang-/tlon-ops-split
Split Tlon ops generators
|
2018-01-05 11:27:57 -08:00 |
|
Fang
|
f5628c1dad
|
Separate the Tlon ops generators to allow more granular control over stream & fora sources.
|
2018-01-05 20:19:34 +01:00 |
|
Steven Dee
|
942956c8c0
|
New key for ~tyr
Also put on an n in compliance with current Steven Dee naming
conventions (and various government IDs.)
|
2018-01-05 09:17:21 -05:00 |
|
Fang
|
6b11489c54
|
Merge pull request #513 from Fang-/hall-talk-smallfix
Hall & talk small changes
|
2018-01-04 12:34:33 +01:00 |
|
Ted Blackman
|
845696a3a6
|
Fix Clay %next revision
adapted from commit 852997ac16a751c69775489c61ae8e5b650c9a50
|
2018-01-03 16:37:44 -08:00 |
|
Ted Blackman
|
6169a6311a
|
adapt changes to ++rove
from commit 180751aa8223cdd66648ccc4e685fde784328585
|
2018-01-03 16:29:59 -08:00 |
|
cgyarvin
|
b4278602d1
|
Merge pull request #522 from ohAitch/gall-scry
Fix gall scry
|
2018-01-03 13:50:52 -08:00 |
|
Fang
|
bd712a8547
|
Clarified TODO.
|
2018-01-03 21:10:47 +01:00 |
|
Fang
|
4e33264230
|
Can now query hall for own circles.
Talk code depends on #522.
Closes #503.
|
2018-01-03 18:34:13 +01:00 |
|
Fang
|
c61ada5f3e
|
Fix off-by-one error in message selection.
Closes #516.
|
2017-12-23 17:07:56 +01:00 |
|
Fang
|
90608339cc
|
Only send presence when sourcing from targets for an indefinite amount of time.
|
2017-12-22 01:14:07 +01:00 |
|
Anton Dyudin
|
b2030e47f3
|
Fix gall scry
cf. aaa9267 , fixes #512
|
2017-12-21 15:57:35 -08:00 |
|