urbit/pkg/interface
Matilde Park 5b45ad986d chat: strictly match URLs in outgoing strings
Our regex processes true, and sends a message as a URL, if any part of
the string is a URL starting with a URI schema.
We pass this function strings cut up by spaces. If a link was enclosed
in quotes, or in brackets, this would still process as true.

This adds ^ to the regex to only process strings that START with
a schema.
2020-04-27 21:16:10 -04:00
..
chat chat: strictly match URLs in outgoing strings 2020-04-27 21:16:10 -04:00
clock release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
groups release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
launch release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
link release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
link-webext link: add minimal link-server-hook and link-webext 2019-12-11 20:49:50 +01:00
publish release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
soto release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
timer various: remove trailing whitespace 2020-01-03 22:06:42 +01:00
weather release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
.eslintrc.json interface: add eslint and update contrib docs 2020-04-09 12:08:23 +02:00
.gitignore Add 'pkg/interface/' from commit 'ae564f567fccff9413b63158ee821b36652d6b53' 2019-07-23 12:49:05 -07:00
CONTRIBUTING.md Merge branch 'ed/chore-update-contributing' (#2380) 2020-04-20 13:17:27 +04:00
package-lock.json interface: add eslint and update contrib docs 2020-04-09 12:08:23 +02:00
package.json interface: add eslint and update contrib docs 2020-04-09 12:08:23 +02:00
urbitrc-sample moved subapps up one directory 2019-07-23 12:59:01 -07:00