summaryrefslogtreecommitdiffstats
path: root/app/web_conn.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-011-2/+13
| | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events
* Fix policy application in team edition. (#5771)George Goldberg2017-03-151-1/+1
|
* Optimizing weh_hub.Start() for master (#5576)Corey Hulen2017-03-011-9/+19
| | | | | | | | | | | | * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Adding to IsAuthenticated * Fixing problem with IsAuthenticated
* Optimzing the user typing event in ShouldSendEvent() (#5560)Corey Hulen2017-02-281-13/+6
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+254
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge