Fang
|
c5ea0cc028
|
Expand filter with bowl data.
|
2017-12-12 16:54:33 +01:00 |
|
Fang
|
627c94a9b7
|
Fix #479 for people who are experiencing it.
|
2017-12-12 16:04:51 +01:00 |
|
Fang
|
77d03383b4
|
Hall can now perform customizable filtering on incoming messages.
Uses a `|=(telegram ...)` supplied by /app/hall/filter.hoon
|
2017-12-12 13:58:02 +01:00 |
|
cgyarvin
|
df66fb7a51
|
Merge pull request #491 from ohAitch/keyword-jets
picked up a few more mis-replaced jet hints
|
2017-12-11 19:32:09 -08:00 |
|
Anton Dyudin
|
eaea2b528c
|
picked up a few more mis-replaced jet hints
having been bound they'll stay bound, but these seem less crucial,
being mostly called from already inside the other compiler jets
|
2017-12-11 18:46:43 -08:00 |
|
Anton Dyudin
|
5147d7de48
|
send real &womb-invite's from :ask
"reference" field was missing
|
2017-12-11 18:26:44 -08:00 |
|
Ted Blackman
|
44e9e16916
|
Merge pull request #489 from ohAitch/no-vale-noun
Don't erase types in (lake %noun), which should always suceed
|
2017-12-11 17:00:36 -08:00 |
|
Anton Dyudin
|
b3d5acb48b
|
HT @belisarius222
|
2017-12-11 15:54:42 -08:00 |
|
Anton Dyudin
|
496a9c87aa
|
Don't erase types in (lake %noun), which should always suceed
|
2017-12-11 15:36:55 -08:00 |
|
Anton Dyudin
|
3fd968fbc7
|
HOTFIX 2: the hotfixening
(invalidate old "%tsgl = ++rap" jet hint cached at c layer)
|
2017-12-11 15:14:52 -08:00 |
|
Fang
|
93794ce853
|
Revert talk's ++prep back to normal.
|
2017-12-11 23:18:37 +01:00 |
|
Anton Dyudin
|
f2c04bfcd3
|
HOTFIX fix ++tap ~/ %tsgl jet hint
@cgyarvin pls sed more responsibly. Should fix the various json/html serialization stack overflows that have been happening.
|
2017-12-11 14:02:37 -08:00 |
|
Ted Blackman
|
b8ad859dbf
|
Mention version info warning in CI
urbit: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by urbit)
|
2017-12-11 12:54:47 -08:00 |
|
Ted Blackman
|
8fe58e3261
|
Merge pull request #487 from Fang-/revert-prep
Revert hall's ++prep back to normal.
|
2017-12-11 12:35:45 -08:00 |
|
Ted Blackman
|
22e52b18b9
|
Merge pull request #486 from Fang-/talk-small-fixes
Hall & talk QoL fixes
|
2017-12-11 12:32:23 -08:00 |
|
Fang
|
8b7628fc13
|
Revert ++prep back to normal.
|
2017-12-11 21:25:50 +01:00 |
|
Ted Blackman
|
b40e18bdaa
|
Merge pull request #481 from Fang-/talk-numbering-fix
Rebuild msg number references, fix msg updating, provide debug tools
|
2017-12-11 12:22:05 -08:00 |
|
Fang
|
eb31ab7e0b
|
Cut informational messages off at the configured term-width.
|
2017-12-11 21:00:55 +01:00 |
|
Ted Blackman
|
f46f98081f
|
Merge pull request #485 from Fang-/talk-same-msgs
Fix issues when receiving messages for the second time.
|
2017-12-11 11:37:12 -08:00 |
|
Fang
|
d111a06572
|
Only send presence when performing a simple ;join, not when doing ;source.
|
2017-12-11 20:14:31 +01:00 |
|
Fang
|
0243f1f276
|
When receiving a new circle configuration, print the description and filter rules.
Closes #467.
|
2017-12-11 19:54:22 +01:00 |
|
Fang
|
7ea1a0507a
|
Speeches embedded in speeches are no longer exempt from filtering.
Closes #478.
|
2017-12-11 19:49:45 +01:00 |
|
Fang
|
8c40520164
|
Removed outdated todo.
|
2017-12-11 19:33:37 +01:00 |
|
Fang
|
c5cd8b7721
|
Now properly handle messages we're re-reading from a different source.
|
2017-12-11 18:28:40 +01:00 |
|
Fang
|
da879a141b
|
Merge pull request #482 from eglaysher/hall-doccords
Enabled doccords in hall.
|
2017-12-11 11:09:29 +01:00 |
|
Elliot Glaysher
|
93d822e567
|
Enabled doccords in hall.
|
2017-12-10 19:56:58 -08:00 |
|
Fang
|
f1514c8a21
|
Add poke arm for getting debug info out of hall and talk.
|
2017-12-11 01:00:26 +01:00 |
|
Fang
|
0e04242148
|
Add logic for rebuilding state that refers to messages by numbers.
Because count used to be incorrect, messages are being referred to by incorrect indices. This rebuilds all count-dependent data.
|
2017-12-11 01:00:26 +01:00 |
|
Fang
|
0a24fd09fb
|
Fix incorrect usage of sourced list of indices.
|
2017-12-11 01:00:26 +01:00 |
|
Fang
|
a114dc7e06
|
Fix off-by-one error when updating old messages.
|
2017-12-11 01:00:26 +01:00 |
|
Ted Blackman
|
c663b95bfb
|
Merge pull request #476 from Fang-/talk-web-unbind
Webtalk now drops unused subscriptions.
|
2017-12-09 14:40:22 -08:00 |
|
Ted Blackman
|
7aa8150639
|
Merge pull request #475 from Fang-/talk-fix-present
Fix erroneous presence handling
|
2017-12-09 14:39:01 -08:00 |
|
Fang
|
82307e2842
|
Webtalk now drops unused subscriptions.
Matches urbit/talk#40
|
2017-12-09 22:08:45 +01:00 |
|
Ted Blackman
|
570feee8c5
|
Merge pull request #474 from Fang-/talk-fix-gramless
Fix backlog loading/eyre dig over issue with webtalk
|
2017-12-09 12:30:28 -08:00 |
|
Fang
|
60d9bdd0e0
|
Updated talk/main.js in accordance with updates to urbit/talk#38
|
2017-12-09 21:28:46 +01:00 |
|
Fang
|
b8109d5b95
|
Ignore %status and %config diffs that wouldn't actually change anything.
|
2017-12-09 17:45:43 +01:00 |
|
Fang
|
66f87e1fab
|
Ignore %present commands that wouldn't actually change anything.
|
2017-12-09 17:33:36 +01:00 |
|
Fang
|
3e0a681c2b
|
A %remove status diff now *actually* removes the status.
|
2017-12-09 17:17:57 +01:00 |
|
Fang
|
24720da81b
|
Include main.js for webtalk from urbit/talk#38
|
2017-12-09 15:01:23 +01:00 |
|
Fang
|
100f0cb431
|
Don't put any grams into the prize if they weren't requested.
|
2017-12-09 14:59:29 +01:00 |
|
Anton Dyudin
|
9ca88b9a06
|
move .deb download to .travis so it doesn't get synced in
|
2017-12-08 16:08:29 -08:00 |
|
Anton Dyudin
|
5a412016db
|
use github .deb release instead of pinned CI binary
|
2017-12-08 16:02:30 -08:00 |
|
Ted Blackman
|
211045abdd
|
Merge pull request #471 from Fang-/talk-hotfix-count
[hotfix] Reload message counts that got out of sync
|
2017-12-08 14:53:02 -08:00 |
|
Fang
|
6a162cd5d9
|
Reset stories' count to be equal to (lent grams) in ++prep.
|
2017-12-08 23:05:47 +01:00 |
|
Ted Blackman
|
a5fee17a3a
|
Merge pull request #470 from Fang-/talk-hotfix-2-of-2
[HOTFIX] Talk: clean up transitionary hotfix code
|
2017-12-08 10:21:32 -08:00 |
|
Ted Blackman
|
c5ced61d15
|
Merge pull request #469 from Fang-/talk-hotfix-1-of-2
[HOTFIX] Talk: implement ++quit arms
|
2017-12-08 10:18:00 -08:00 |
|
Fang
|
97a09f4214
|
Clean up transitionary code for the talk ++quit fix.
|
2017-12-08 16:00:40 +01:00 |
|
Fang
|
21f0f55d25
|
Implements ++quit arms for talk, so that it can recover from losing connection to hall.
|
2017-12-08 15:58:58 +01:00 |
|
Anton Dyudin
|
2fb9ce78d5
|
fix |reset trying to pull /===/sys/ovra
|
2017-12-07 17:43:16 -08:00 |
|
Anton Dyudin
|
beaa8ec4c5
|
Merge branch 'newmodel'
|
2017-12-07 13:04:32 -08:00 |
|