urbit/pkg/interface/chat
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
..
src chat: strictly match URLs in outgoing strings 2020-04-27 21:16:10 -04:00
tile chat: add dark mode style to tile 2020-02-21 21:57:27 -05:00
gulpfile.js chat-js: render markdown in messages 2020-04-16 20:21:29 +10:00
package-lock.json release: urbit-os-v1.0.14.rc1 2020-04-24 12:15:39 +04:00
package.json chat-js: disabled block level elements in messages 2020-04-17 21:13:58 +10:00