Commit Graph

  • 1333d0784c melody instance channels tooooommy 2020-03-13 01:59:38 +0800
  • cd9da9eeaf update readme tooooommy 2020-03-07 00:02:52 +0800
  • 70308be63d update 黄梓健 2020-03-06 20:31:29 +0800
  • 1223dc084d update 黄梓健 2020-03-06 20:30:15 +0800
  • 95895044a2 add sub pub 黄梓健 2020-03-06 19:40:40 +0800
  • 7bd65910e5
    Merge pull request #36 from yoki123/patch-1 Ola Holmström 2018-02-27 14:42:53 +0100
  • dfc3455206
    Support for the subprotocol Yoki 2018-02-05 10:37:42 +0800
  • d521390733 Fix HandleSentMessageBinary, close #32. Ola Holmström 2017-05-18 12:55:55 +0200
  • 339bebc930 Merge branch 'patch-2' of https://github.com/robbiet480/melody Ola Holmström 2017-04-13 17:19:41 +0200
  • a9e9ebdfdc
    Remove default close handler which caused abnormal closes Robbie Trencheny 2017-04-12 14:41:55 -0700
  • 8a4d4f8294 Add IsClosed method to Melody Robbie Trencheny 2017-04-11 20:54:15 -0700
  • 647ca280c6 Update README and examples to use gopkg.in import. Ola Holmström 2017-04-11 22:35:19 +0200
  • ad282d4baf Update changelog with `BroadcastMultiple` and allowing any origin by default. Ola Holmström 2017-04-11 22:19:36 +0200
  • 041107a9df Merge branch 'patch-1' of https://github.com/robbiet480/melody Ola Holmström 2017-04-11 22:18:42 +0200
  • 9d6a0c9a53 Merge branch 'allow-all-origins-by-default' of https://github.com/robbiet480/melody Ola Holmström 2017-04-11 22:18:19 +0200
  • 8758889bd0 Update .travis.yml Robbie Trencheny 2017-04-10 15:51:42 -0700
  • 60d272bb50
    Allow any Origin by default. Closes #23 Robbie Trencheny 2017-04-10 14:32:50 -0700
  • 8617780ed8
    Instead of using BroadcastFilter just loop over the slice of sessions and broadcast to each one Robbie Trencheny 2017-04-10 14:29:46 -0700
  • 0ded2b7599
    Add convenience function to broadcast to multiple sessions Robbie Trencheny 2017-03-28 14:17:41 -0700
  • 3e26c38d4c Update changelog. Ola Holmström 2017-04-09 18:15:11 +0200
  • 260e857d57 Merge branch 'session-isclosed' of https://github.com/robbiet480/melody into robbiet480-session-isclosed Ola Holmström 2017-04-09 18:14:26 +0200
  • 5eec824519 Update changelog. Ola Holmström 2017-04-09 18:04:56 +0200
  • 5fe1bff6a7 Fix typo error message. Ola Holmström 2017-04-09 18:03:14 +0200
  • b2ece16412 Add IsClosed method to Session Robbie Trencheny 2017-04-07 14:16:23 -0700
  • b5a06028d4 Golint fixes Robbie Trencheny 2017-03-28 14:04:34 -0700
  • 9a70fe93ac Add closeHandler support Robbie Trencheny 2017-03-28 14:00:51 -0700
  • c773bc2f72 Allow sending custom close messages Robbie Trencheny 2017-03-28 13:48:20 -0700
  • e5f177a9d7 fix messageSentHandlerBinary initilization Ola Holmström 2017-02-11 00:01:59 +0100
  • aea0b4aedf split HandleSentMessage into text and binary methods Ola Holmström 2017-02-10 23:53:55 +0100
  • 6877034698 Add `HandleRequestWithKeys` so that `session.Keys` can be populated. Close #18. Ola Holmström 2017-02-10 23:22:49 +0100
  • 3321ec3da7 Return error messages for some exposed methods, fix panic when connection is closed. Close #21. Ola Holmström 2017-02-10 23:12:27 +0100
  • 7ba6d478f0 Add a handler for message successfully sent Robbie Trencheny 2017-01-30 14:14:07 -0800
  • e39e1207dd Add 1.7 to travis and reduce number of connections in `TestLen`. Ola Holmström 2017-01-20 23:28:12 +0100
  • 31f0503a61 Add `Len()` to fetch number of connected sessions. Close #16. Ola Holmström 2017-01-20 22:59:44 +0100
  • c21605cc86 remove coverage Ola Holmström 2016-12-09 23:13:14 +0100
  • fe23f4936d fix travis Ola Holmström 2016-12-09 23:09:13 +0100
  • 8f11201a19 Store data on a per sessions basis, based on the Gin interface. Ola Holmström 2016-12-09 22:34:36 +0100
  • ca5ae7e3c4 Merge branch 'master' of https://github.com/ReforgedStudios/melody into ReforgedStudios-master Ola Holmström 2016-12-09 21:48:16 +0100
  • 150502cfd6 Merge pull request #2 from huljas/generic_params Heikki Uljas 2016-11-18 09:19:36 +0200
  • aae1ca83fc Use generic params Heikki Uljas 2016-11-18 09:19:02 +0200
  • fad38bc8b3 Changed session params to be generic type Heikki Uljas 2016-11-18 09:14:19 +0200
  • d1854c24f0 add echo example Ola Holmström 2016-05-13 09:21:19 +0200
  • dfa17ad2ae gophers example Ola Holmström 2016-05-13 02:18:46 +0200
  • 5a3ec43235 golint Ola Holmström 2016-05-10 21:13:28 +0200
  • cec89bbbba remove go 1.6 from testin Ola Holmström 2016-05-10 00:03:48 +0200
  • 5a123d29ef add HandlePong Ola Holmström 2016-05-09 23:38:22 +0200
  • 3fb44fab6c Use a mutex to ensure SetPongHandler atomicity Matt Caldwell 2016-05-08 20:21:27 -0400
  • aa4fbf9617 Add hook for extending PongHandler Matt Caldwell 2016-05-08 17:54:50 -0400
  • 0d8427cd96 Merge pull request #1 from huljas/fix_concurrency Heikki Uljas 2016-02-15 17:37:52 +0200
  • 46e5343829 Always call the connect handler before any message handler. Heikki Uljas 2016-01-14 14:55:49 +0200
  • cf8236b938 Added params to session Heikki Uljas 2016-01-13 08:03:00 +0200
  • 241a6879bf use write raw instead of write message in ping, close #8 Ola Holmström 2015-11-24 19:40:25 +0100
  • 2db13c4f7f add @shiwano and update changelog Ola Holmström 2015-10-07 11:18:35 +0200
  • 1cc65a8217 Add broadcast methods for a binary message Shogo Iwano 2015-10-07 07:01:43 +0900
  • 42b1aafdf8 rewrite writeMessage Ola Holmström 2015-09-18 16:47:30 +0200
  • ee4453a904 ensure order of messages and dispatch error handler when buffer is full Ola Holmström 2015-09-18 14:50:46 +0200
  • ff425ac175 Issue #3: Add close method Ola Holmström 2015-09-02 21:40:26 +0200
  • 391be842a9 Merge pull request #2 from saulshanabrook/patch-1 Ola Holmström 2015-08-26 11:53:30 +0200
  • cfc5f5b157 Add troubleshooting for 403 Saul Shanabrook 2015-08-25 20:34:18 -0400
  • b558902a00 fix doc.go Ola Holmström 2015-06-21 13:57:31 +0200
  • 926571faca license Ola Holmström 2015-06-21 13:43:55 +0200
  • 5c5e059a07 better docs Ola Holmström 2015-06-21 13:40:28 +0200
  • aa1f858055 fix readme Ola Holmström 2015-06-13 06:26:59 +0200
  • 09950dd86d add coveralls status to readme Ola Holmström 2015-06-13 06:23:28 +0200
  • b7e716e523 test another goveralls config Ola Holmström 2015-06-13 06:18:59 +0200
  • eeb9e0d28f reenable coveralls Ola Holmström 2015-06-13 06:08:28 +0200
  • b2be52994b do not use quickcheck for broadcast Ola Holmström 2015-06-13 05:54:53 +0200
  • a30f4203b6 test on 1.3 Ola Holmström 2015-06-13 05:49:46 +0200
  • facd4b1d69 add async writes to broadcast Ola Holmström 2015-06-13 05:42:44 +0200
  • a4a05021d7 comment out broadcast test Ola Holmström 2015-06-12 19:33:51 +0200
  • 7bfafea1ab remove check in TestBroadcast Ola Holmström 2015-06-11 02:41:31 +0200
  • c0db629c12 try only version 1.4 Ola Holmström 2015-06-11 02:17:07 +0200
  • 5050b12688 revert to using travis only Ola Holmström 2015-06-11 01:16:28 +0200
  • ef6befaa09 fix coveralls Ola Holmström 2015-06-11 00:29:34 +0200
  • 0c379737b4 binary messages and tests Ola Holmström 2015-06-10 23:56:06 +0200
  • 29728fab0f expose Upgrader issue #1 Ola Holmström 2015-05-19 16:43:32 +0200
  • 4adcb388e6 multi channel chat demo Ola Holmström 2015-05-14 19:29:20 +0200
  • dce8735ee4 update readme Ola Holmström 2015-05-14 14:20:53 +0200
  • d9b33667c9 link to api Ola Holmström 2015-05-13 23:49:58 +0200
  • e6cec7dc0e fix demo use gif instead of webm Ola Holmström 2015-05-13 23:48:10 +0200
  • 3f253801bf demo Ola Holmström 2015-05-13 23:43:22 +0200
  • aedcbc9362 fix documentation Ola Holmström 2015-05-13 23:17:16 +0200
  • 9f353b18a2 documentation Ola Holmström 2015-05-13 23:15:10 +0200
  • d1e23276ef badges Ola Holmström 2015-05-13 22:56:05 +0200
  • 6c73b9cea8 fix travis Ola Holmström 2015-05-13 22:47:09 +0200
  • c9165f08b7 travis Ola Holmström 2015-05-13 22:42:39 +0200
  • fb9197b6ff first version Ola Holmström 2015-05-13 22:37:17 +0200