8000 Tags · igm/sockjs-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: igm/sockjs-go

Tags

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow user to restrict handler methods (#108)

* Allow user to restrict handler methods
---------

Signed-off-by: Matheus Horstmann <matheus.horstmann@eposnow.com>
Co-authored-by: Matheus Horstmann <matheus.horstmann@eposnow.com>

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reduced scope of lock to prevent possible deadlocks (#105)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: eventsource escapes as done in sockjs-node (#102)

The EventSource frame writer does no escaping of its messages.  This has caused a problem when updating from sockjs-client-0.3.4 to a more modern sockjs-1.5.x

Changes:
* eventsource escapes as done in sockjs-node
* unit test of eventSourceFrameWriter to confirm escaping

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GoDoc link in README changed to pkg.go.dev (#97)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added go modules to v2 (#88)

* added go mod support for v2
* README points to master
* cleanup, fix of sockjs client library URL

v2.0.1

Toggle v2.0.1's commit message
Fix XSS issue with htmlfile and jsonp (#72)

v2.0.0

Toggle v2.0.0's commit message
Merge branch 'FZambia-patch-2' into v2

v1.0.0

Toggle v1.0.0's commit message
V1 update

0