Elliot Glaysher
9d8e295094
WIP: trying to move to master branch.
2018-07-19 16:49:11 -07:00
cgyarvin
4f79a8164c
Merge pull request #760 from urbit/rivendell-nspv
...
Transfer ~tep to Rivendell and ~bes to NSPV.
2018-07-06 10:35:02 -07:00
Curtis Yarvin
274030f7ff
Transfer ~tep to Rivendell and ~bes to NSPV.
2018-07-06 10:11:05 -07:00
Fang
d29e84a6e0
Merge pull request #750 from urbit/clay-permissions-fix
...
clay permissions issue #749
2018-06-20 20:16:39 +02:00
Isaac Visintainer
c68025c8b2
moar changes
2018-06-20 10:12:26 -07:00
Isaac Visintainer
dfa915d1ff
stylistic changes
2018-06-19 15:27:16 -07:00
Isaac Visintainer
43b3a84db5
included full group information in scry
2018-06-19 14:43:16 -07:00
ixv
6e53157e0a
Merge pull request #745 from urbit/static-site
...
Static site
2018-06-18 16:24:51 -07:00
Isaac Visintainer
4d11928db6
clay permissions issue #749
2018-06-18 16:10:11 -07:00
Isaac Visintainer
54cdd589c4
fixed outside urls
2018-06-15 11:22:15 -07:00
Isaac Visintainer
5c90d76de4
fixed clay mut problem
2018-06-14 13:30:20 -07:00
Isaac Visintainer
8ebbee73cf
let us not include .html extensions in our urls if we don't want to
2018-06-11 14:26:43 -07:00
Keaton Dunsford
41633f7d76
Merge pull request #747 from urbit/ames-protocol-version-2
...
Bump Ames :protocol-version from 1 to 2
2018-06-08 15:57:40 -07:00
Keaton Dunsford
aad68343ee
Bump Ames :protocol-version from 1 to 2
...
For the ~2018.6.8 continuity breach. See urbit/urbit#997 .
2018-06-08 15:02:08 -07:00
Isaac Visintainer
86d9286f08
made hymn renderer unneccesary
2018-06-04 20:48:06 -07:00
Isaac Visintainer
2c058e147c
variety of bug-fixes
2018-06-04 16:58:40 -07:00
Isaac Visintainer
7484887597
first pass, basic functionality working
2018-06-01 14:24:10 -07:00
Keaton Dunsford
2798eac515
Merge pull request #742 from urbit/ask-ship
...
Transition ~marzod's Ask duties to a dedicated ship
2018-05-25 15:33:18 -07:00
Keaton Dunsford
a113515fba
Transition ~marzod's Ask duties to a dedicated ship
...
This commit allows Ask app responsibility/load to get taken off of
~marzod and assigned to a dedicated Ask ship: currently, ~socden-malzod,
a child of Tlon's ops star, ~dopzod.
2018-05-25 15:18:17 -07:00
Keaton Dunsford
a6fb994099
Merge pull request #741 from keatondunsford/master
...
Bump Ames :protocol-version from 0 to 1
2018-05-24 17:48:25 -07:00
Keaton Dunsford
6503c97037
Bump Ames :protocol-version from 0 to 1
...
For the ~2018.5.24 continuity breach.
2018-05-24 17:23:41 -07:00
Keaton Dunsford
f484969a9f
Merge pull request #733 from urbit/revert-732-revert-729-clay-w-change
...
Change %w care to return both @ud and @da cases
2018-05-23 16:58:27 -07:00
Keaton Dunsford
4a4747981d
Merge pull request #738 from joemfb/spin-state
...
fixes +spin to preserve the type of the head of the product
2018-05-15 16:41:59 -07:00
Joe Bryan
47c315a971
fixes +spin to preserve the type of the head of the product
2018-05-15 17:31:49 -04:00
Fang
79cb59e94a
Merge pull request #731 from joshuareagan/patch-1
...
Fora Posts and Comments with no text ignored
2018-05-10 12:39:53 +02:00
Joshua Reagan
8c13cb0604
simplified the code
2018-05-09 14:30:15 -05:00
Joshua Reagan
c20a9d2140
now covers posts with spaces and no text
2018-05-09 13:52:15 -05:00
Anthony Arroyo
9bd01853e5
Revert "Revert "Change %w care to return both @ud and @da cases""
2018-05-09 11:24:34 -07:00
Anthony Arroyo
7c8e74b358
Merge pull request #732 from urbit/revert-729-clay-w-change
...
Revert "Change %w care to return both @ud and @da cases"
2018-05-09 11:15:57 -07:00
Anthony Arroyo
00b2291ca8
Revert "Change %w care to return both @ud and @da cases"
2018-05-09 10:56:07 -07:00
Anthony Arroyo
c72cf81925
Merge pull request #729 from Fang-/clay-w-change
...
Change %w care to return both @ud and @da cases
Merging on @eglaysher 's approval
2018-05-09 10:47:39 -07:00
Joshua Reagan
3c1abdd3df
Posts and Comments with no text ignored
...
In response to ~ravmel's issue here: https://github.com/urbit/fora/issues/6
With this change if you try to submit a post or comment without text, then the poke is ignored. Yes, this is a really dumb fix, but it works and fora is minimalist anyway. Only downside is there is no explicit feedback to the poster. If someone wants to hold my hand a little I'll try to make a more fancy change.
2018-05-08 23:07:29 -05:00
Fang
fa798292d1
Make clay %w work for requests with number cases as well.
...
Remove dead code.
2018-05-03 00:06:19 +02:00
Fang
d681c5964c
Update existing usage of clay %w to take new result type into account.
2018-05-03 00:06:19 +02:00
Fang
17d7cd4f77
Change clay %w requests to produce both the number and date cases.
2018-05-02 23:37:03 +02:00
cgyarvin
3ec660df95
Merge pull request #725 from joemfb/wrap-safe
...
updates +win:re to wrap lines safely with regards to unicode
2018-05-02 11:03:07 -07:00
Fang
2a49991551
Merge pull request #726 from Fang-/clay-bugfix
...
Make %next behave more like %mult.
2018-05-02 01:34:43 +02:00
Fang
f090916f34
Adapt state.
2018-04-30 22:31:57 +02:00
Fang
7e39bd8a8b
Remove special logic for the "next aeon to check is 0" case.
...
It shouldn't be able to occur anymore, so we're fine with being loud if it does.
2018-04-30 22:31:14 +02:00
Fang
0c1ed91dc6
Stored %next requests now point to the next revision they want to check for changes.
2018-04-30 22:28:57 +02:00
Fang
9f94497e87
When looking for changes at revision zero, look for file creation.
...
This fixes the symptom described in #681 , but not the problem.
2018-04-30 16:23:05 +02:00
Joe Bryan
6371fc19ac
updates +win:re to strip all control characters
...
and renames +gyp:re to +ug:re
2018-04-26 14:40:05 -04:00
Joe Bryan
aa6e215239
updates +win:re to wrap lines safely with regards to unicode
...
(by converting the tapes in +tank to (list @c) before wrapping, then back)
2018-04-26 01:16:27 -04:00
Keaton Dunsford
f0fedf4315
Merge pull request #724 from keatondunsford/silence-eyre-auth
...
Comment out annoying Eyre auth printf's
2018-04-25 15:47:36 -07:00
Keaton Dunsford
b3f10d73cb
Comment out annoying Eyre auth printf's
2018-04-25 15:02:10 -07:00
Fang
893ac70b01
Merge pull request #722 from Fang-/hall-federation-undelta
...
Hall: federation performance fixes & path parsing bug
2018-04-25 23:44:22 +02:00
Fang
bc254031c1
No longer send local peers out with federation updates.
2018-04-25 21:02:34 +02:00
Fang
856196c877
Fix subscription path range parsing.
2018-04-25 20:54:36 +02:00
Fang
aaeb7520b6
Make sure that, in the federation case, changes are only recorded if there's actual changes.
...
Also remove commented code.
2018-04-25 15:50:04 +02:00
Keaton Dunsford
62c71fc6ed
Merge pull request #718 from ohAitch/test-pretty
...
Use ++tang instead of ++wall test output
2018-04-19 14:40:19 -07:00