Robbie Trencheny
|
60d272bb50
|
Allow any Origin by default. Closes #23
|
8 years ago |
Ola Holmström
|
3e26c38d4c
|
Update changelog.
|
8 years ago |
Ola Holmström
|
260e857d57
|
Merge branch 'session-isclosed' of https://github.com/robbiet480/melody into robbiet480-session-isclosed
|
8 years ago |
Ola Holmström
|
5eec824519
|
Update changelog.
|
8 years ago |
Ola Holmström
|
5fe1bff6a7
|
Fix typo error message.
|
8 years ago |
Robbie Trencheny
|
b2ece16412
|
Add IsClosed method to Session
|
8 years ago |
Robbie Trencheny
|
b5a06028d4
|
Golint fixes
|
8 years ago |
Robbie Trencheny
|
9a70fe93ac
|
Add closeHandler support
|
8 years ago |
Robbie Trencheny
|
c773bc2f72
|
Allow sending custom close messages
|
8 years ago |
Ola Holmström
|
e5f177a9d7
|
fix messageSentHandlerBinary initilization
|
8 years ago |
Ola Holmström
|
aea0b4aedf
|
split HandleSentMessage into text and binary methods
|
8 years ago |
Ola Holmström
|
6877034698
|
Add `HandleRequestWithKeys` so that `session.Keys` can be populated. Close #18.
|
8 years ago |
Ola Holmström
|
3321ec3da7
|
Return error messages for some exposed methods, fix panic when connection is closed. Close #21.
|
8 years ago |
Robbie Trencheny
|
7ba6d478f0
|
Add a handler for message successfully sent
|
8 years ago |
Ola Holmström
|
e39e1207dd
|
Add 1.7 to travis and reduce number of connections in `TestLen`.
|
8 years ago |
Ola Holmström
|
31f0503a61
|
Add `Len()` to fetch number of connected sessions. Close #16.
|
8 years ago |
Ola Holmström
|
c21605cc86
|
remove coverage
|
8 years ago |
Ola Holmström
|
fe23f4936d
|
fix travis
|
8 years ago |
Ola Holmström
|
8f11201a19
|
Store data on a per sessions basis, based on the Gin interface.
|
8 years ago |
Ola Holmström
|
ca5ae7e3c4
|
Merge branch 'master' of https://github.com/ReforgedStudios/melody into ReforgedStudios-master
|
8 years ago |
Heikki Uljas
|
150502cfd6
|
Merge pull request #2 from huljas/generic_params
Changed session params to be generic type
|
8 years ago |
Heikki Uljas
|
aae1ca83fc
|
Use generic params
|
8 years ago |
Heikki Uljas
|
fad38bc8b3
|
Changed session params to be generic type
|
8 years ago |
Ola Holmström
|
d1854c24f0
|
add echo example
|
9 years ago |
Ola Holmström
|
dfa17ad2ae
|
gophers example
|
9 years ago |
Ola Holmström
|
5a3ec43235
|
golint
|
9 years ago |
Ola Holmström
|
cec89bbbba
|
remove go 1.6 from testin
|
9 years ago |
Ola Holmström
|
5a123d29ef
|
add HandlePong
|
9 years ago |
Matt Caldwell
|
3fb44fab6c
|
Use a mutex to ensure SetPongHandler atomicity
|
9 years ago |
Matt Caldwell
|
aa4fbf9617
|
Add hook for extending PongHandler
|
9 years ago |
Heikki Uljas
|
0d8427cd96
|
Merge pull request #1 from huljas/fix_concurrency
Call the connect handler before any message handler
|
9 years ago |
Heikki Uljas
|
46e5343829
|
Always call the connect handler before any message handler.
|
9 years ago |
Heikki Uljas
|
cf8236b938
|
Added params to session
|
9 years ago |
Ola Holmström
|
241a6879bf
|
use write raw instead of write message in ping, close #8
|
9 years ago |
Ola Holmström
|
2db13c4f7f
|
add @shiwano and update changelog
|
9 years ago |
Shogo Iwano
|
1cc65a8217
|
Add broadcast methods for a binary message
|
9 years ago |
Ola Holmström
|
42b1aafdf8
|
rewrite writeMessage
|
9 years ago |
Ola Holmström
|
ee4453a904
|
ensure order of messages and dispatch error handler when buffer is full
|
9 years ago |
Ola Holmström
|
ff425ac175
|
Issue #3: Add close method
|
9 years ago |
Ola Holmström
|
391be842a9
|
Merge pull request #2 from saulshanabrook/patch-1
Add troubleshooting for 403
|
10 years ago |
Saul Shanabrook
|
cfc5f5b157
|
Add troubleshooting for 403
|
10 years ago |
Ola Holmström
|
b558902a00
|
fix doc.go
|
10 years ago |
Ola Holmström
|
926571faca
|
license
|
10 years ago |
Ola Holmström
|
5c5e059a07
|
better docs
|
10 years ago |
Ola Holmström
|
aa1f858055
|
fix readme
|
10 years ago |
Ola Holmström
|
09950dd86d
|
add coveralls status to readme
|
10 years ago |
Ola Holmström
|
b7e716e523
|
test another goveralls config
|
10 years ago |
Ola Holmström
|
eeb9e0d28f
|
reenable coveralls
|
10 years ago |
Ola Holmström
|
b2be52994b
|
do not use quickcheck for broadcast
|
10 years ago |
Ola Holmström
|
a30f4203b6
|
test on 1.3
|
10 years ago |