12 Commits

Author SHA1 Message Date
Dan Seripap
4a5db9e2ad Adds rel=noreferrer and rel=noopener to autolinks (Fixes #46) 2016-11-28 12:51:27 -05:00
Dan Seripap
57cef2f44f Better sanitation of chat messages, support for multiline messages, updated username change method 2016-02-24 22:21:46 -05:00
Alan Friedman
55feed3257 Remove all external dependencies (scripts, fonts, img, etc) 2016-01-26 11:12:58 -05:00
Alan Friedman
0dad45ed91 Use HMAC symmetric key to sign/verify and add webkit shim
For webkit support, I removed the public/private signing keys and
replaced them with a symmetric HMAC signing key. It achieves the same
thing and besides adding webkit support, is also a bit cleaner.

Webkit handles key export is a non-standard way, so with this shim we
have to export and import public keys in “spki” format. Webkit also
requires slightly different options to be passed in for some operations.
2016-01-25 15:50:33 -05:00
Dan Seripap
e571cefefa Added UUID lib 2016-01-19 16:43:19 -05:00
Alan Friedman
83df79de29 Add switch toggle for sound notifications 2016-01-16 11:07:43 -05:00
Alan Friedman
b42f459cee Use textarea for copyable text and autosize it 2016-01-15 22:05:53 -05:00
Alan Friedman
a5aa18b9ba Change to darkwire.io and dark theme 2016-01-15 17:00:18 -05:00
Alan Friedman
fc8dae8217 Add Modernizr to show send icon on touch devices only 2016-01-12 22:59:42 -05:00
Alan Friedman
9b146220a8 Add current users list modal 2016-01-12 16:45:35 -05:00
Alan Friedman
c63944aad2 Format URLs 2016-01-11 19:48:22 -05:00
Alan Friedman
4d36f0d83e Enable encryption by default and show warning when it's disabled 2016-01-11 12:51:47 -05:00