Anthony Cameron

Results 43 comments of Anthony Cameron

Good idea :) > Big upcoming events in June: E3 and FIFA World Cup Do you plan to use echoplexus for this? :O

It'd be nice to be able to run a stress test programmatically vs. opening up a bajillion tabs, too

https://github.com/dchest/tweetnacl-js this looks quite promising too, and most importantly, seems to be quite fast

Definitely something I'd love to do, right now I'm working on a cleaner UI :)

[10:27:25.139] Use of getPreventDefault() is deprecated. Use defaultPrevented instead. @ https://chat.echoplex.us/client/app.min.js:29 [13:40:21.600] calling createOffer without failureCallback is deprecated!

maybe client messages should use a Math.max(latestmessageTimestamp, new Date())

Early on, I toyed with the idea of `/foo` aggregating `/foo/bar`, `/foo/blah`, `/foo/etc`, but decided against it. `/` is a maybe a good candidate, but it'd complicate the logic if...

Might be able to utilize the same mechanism that the spam rate limiter uses

- `/password` a rate of 3 attempts per 5 minutes sounds reasonable - `/identify` a rate of 10 attempts per 5 minutes sounds reasonable make the rate configurable in config.js

Great catch :+1: Definitely just naively taking `msg.body` instead of looking for the msg property that represents the encrypted payload