Hadi Zolfaghari

Results 7 issues of Hadi Zolfaghari

Three main things here: - `websocket/websocket.go`: Takes the `websocket.Conn` from the [gorilla/websocket](https://github.com/gorilla/websocket) package and wraps it in a struct that implements the `onet.DuplexConn` interface. With this, we can treat a...

Adds a command line client for the outline-ss-server. This should help with easier prototyping of features without having to go through the whole stack. It starts a SOCKS server, accepts...

Include instructions for getting the app to work with - [x] Firefox - [ ] Chrome - [ ] Safari - [ ] Opera

client

Currently we're using third party APIs for converting IP addresses to locations (and also retrieving the client's IP address, I think). We should add these services to our own server...

Not sure if this is feasible but should look into it. Useful links: https://github.com/bookchin/myspeed https://github.com/sindresorhus/speed-test

Shouldn't jobComplete be closing the channel after it is done with it here? ``` func (c *Conn) jobComplete(signal *dbus.Signal) { ... c.jobListener.Lock() out, ok := c.jobListener.jobs[job] if ok { out