Chris Boden
|
b0e72bb7da
|
Merge pull request #429 from JaapMoolenaar/patch-1
The variable $from should be the variable (parameter) $conn
|
2016-05-17 11:23:08 -04:00 |
|
Chris Boden
|
de4e02abd0
|
Merge pull request #413 from Kurairaito/patch-1
Update WsServer.php
|
2016-05-17 10:15:04 -04:00 |
|
Jaap Moolenaar
|
a968ea2e43
|
The variable $from should be the variable (parameter) $conn
|
2016-05-17 15:56:59 +02:00 |
|
Yurist-85
|
1028c03235
|
Create array in old manner (PHP 5.3)
|
2016-05-12 17:41:32 +07:00 |
|
Yurist-85
|
ecbbdbe029
|
Session serialize method implementation.
PhpHandler:serialize: Simply reverse behaviour of 'PhpHandler:unserialize' method.
|
2016-05-12 17:26:37 +07:00 |
|
Matt Bonneau
|
4170822f05
|
Unmask close frame before echoing to client Fixes #420
|
2016-04-25 18:37:51 -04:00 |
|
Kurairaito
|
695995d3e7
|
Update WsServer.php
fixed crash when keepalive was called
|
2016-04-08 21:24:28 +02:00 |
|
Chris Boden
|
340f036d37
|
Working link
|
2016-03-14 11:35:36 -04:00 |
|
Chris Boden
|
9f83763a07
|
Update readme and changelog for upcoming release
|
2016-03-14 11:34:39 -04:00 |
|
Chris Boden
|
3541db2dc7
|
Version indicators, remove UTF-8 disabling tests
|
2016-03-12 10:29:26 -05:00 |
|
Chris Boden
|
a5aed61626
|
Merge branch '0.4-wip/binary-alternative' into 0.4
|
2016-03-12 10:21:16 -05:00 |
|
Chris Boden
|
237615890d
|
Remove edited API for sending binary
(should pass message object instead)
|
2016-03-01 14:16:35 -05:00 |
|
Chris Boden
|
e3aecdf021
|
Alternative approach to binary messaging
A new interface the dev can implement that will pass a
Message object to the devs instance. The object has
properties regarding binary/text
|
2016-03-01 14:11:15 -05:00 |
|
Chris Boden
|
7e42bfe2ac
|
Pass message value, isBinary indicator
Passing message contents instead of string to keep BC
Passing isBinary indicator regardless of interface
|
2016-02-27 13:04:10 -05:00 |
|
Chris Boden
|
365e8702ff
|
WebSocket Binary message parent change
|
2016-02-27 13:03:12 -05:00 |
|
Chris Boden
|
bbced3b765
|
Fixed frame creation type bug
|
2016-02-27 13:02:56 -05:00 |
|
Chris Boden
|
fb6eee1908
|
Merge pull request #403 from ratchetphp/0.4-wip/request-container
0.4 wip/request container
|
2016-02-27 12:25:57 -05:00 |
|
Chris Boden
|
01e1d159e8
|
Naming conventions
|
2016-02-25 19:26:42 -05:00 |
|
Chris Boden
|
5137c2122a
|
Use httpRequest in favour of WebSocket->request
|
2016-02-25 19:19:58 -05:00 |
|
Chris Boden
|
d97ca0f3cb
|
Switched index array storage to class container
|
2016-02-25 19:18:46 -05:00 |
|
Chris Boden
|
bfbeea6458
|
Remove 5.3 references
|
2016-02-25 08:58:53 -05:00 |
|
Chris Boden
|
2283bdf288
|
Binary messaging support
Least obtrusive interface
|
2016-02-24 18:55:04 -05:00 |
|
Chris Boden
|
1b4c534e6a
|
Merge branch '0.4-wip/psr7' into 0.4
# Conflicts:
# composer.json
# src/Ratchet/WebSocket/WsServer.php
|
2016-02-24 18:08:03 -05:00 |
|
Chris Boden
|
25c3e4fb3b
|
Re-enable strict sub protocol check
|
2016-02-21 13:21:52 -05:00 |
|
Chris Boden
|
214a8db846
|
Use RFC tag
|
2016-02-21 13:19:28 -05:00 |
|
Chris Boden
|
e463de0c6b
|
Merge branch '0.4-merge-0.3.4' into 0.4
|
2016-02-17 18:54:06 -05:00 |
|
Chris Boden
|
5937851fac
|
Skip PDO test if extension missing
|
2016-02-17 17:29:03 -05:00 |
|
Chris Boden
|
5ad0feface
|
Merge branch 'master' into 0.4-merge-0.3.4
# Conflicts:
# tests/unit/Session/SessionComponentTest.php
|
2016-02-15 17:51:14 -05:00 |
|
Chris Boden
|
cc031e164b
|
Inject RequestVerifier into ServerNegotiator
|
2016-02-15 17:19:29 -05:00 |
|
Chris Boden
|
c15e275584
|
Deleted deprecated tests from PSR-7 refactor
GuzzleTest -> no longer using Guzzle HTTP interfaces
WebSocket tests have been moved to RFC library
|
2016-02-11 18:33:50 -05:00 |
|
Chris Boden
|
1523f39956
|
Fixed Session unit tests from PSR-7
|
2016-02-11 18:30:35 -05:00 |
|
Chris Boden
|
524f879954
|
Fixed failing HTTP unit tests from PSR-7
|
2016-02-11 18:24:29 -05:00 |
|
Chris Boden
|
2f79840f30
|
Fixed Router/tests with PSR-7 integration
|
2016-02-11 17:52:33 -05:00 |
|
Chris Boden
|
e986a76cbb
|
Keepalive in App, doc fix
|
2016-02-11 09:50:31 -05:00 |
|
Chris Boden
|
7f532e1747
|
Perf update
Cherrypicked from 075f122e1489b1cd1b4f332719e64f80be500021
Re-use same exception for Frame buffering flow control
|
2016-02-10 18:55:23 -05:00 |
|
Chris Boden
|
f9b052d85e
|
New RFC interfaces, heartbeat init
Cherrypicked from 6b6a5f0d6d9a10547291a0d8c027584448481daf
:-/
|
2016-02-10 18:52:42 -05:00 |
|
Chris Boden
|
a177819dd0
|
Merge pull request #390 from ratchetphp/0.3.4-release
v0.3.4 prep
|
2015-12-23 10:06:48 -05:00 |
|
Chris Boden
|
80bfbd0568
|
v0.3.4 prep
|
2015-12-23 09:54:30 -05:00 |
|
Chris Boden
|
5da31b61b4
|
Merge branch 'v0.3.3-symfony3'
|
2015-12-22 12:19:36 -05:00 |
|
thpl
|
1e6c6946ac
|
Added composer.json requirement for symfony/http-foundation at version 3.0
|
2015-12-22 00:18:05 +01:00 |
|
thpl
|
cf2da8631e
|
Added composer.json requirement for symfony/routing at version 3.0
|
2015-12-22 00:17:24 +01:00 |
|
Chris Boden
|
fc8722cd2a
|
Merge branch 'bugfix/virtual-session-storage_pdo_sqlite'
|
2015-12-19 15:51:39 -05:00 |
|
Chris Boden
|
2bad474620
|
Merge branch 'handshake-fix'
|
2015-12-19 15:49:36 -05:00 |
|
Chris Boden
|
d4595c149f
|
Merge branch 'benconnito-curie-fix'
|
2015-12-19 15:49:19 -05:00 |
|
Sebastian Kroczek
|
39882fbb16
|
Fixes VirtualSessionStorage with pdo_sqlite as storage
|
2015-08-25 13:34:13 +02:00 |
|
Chris Boden
|
661511014d
|
Merge pull request #332 from tkleinhakisa/annotation-fix
Removed special @temporary annotation
|
2015-08-02 11:21:02 -04:00 |
|
Chris Boden
|
6cc97ab445
|
Attempt handshake after adding to buffer
|
2015-07-15 11:29:06 -04:00 |
|
Klein Thomas
|
f6294e25c9
|
Removed special @temporary annotation
|
2015-07-04 18:38:10 +02:00 |
|
Ben Connito
|
ddec2cb313
|
oops! fix using $prefix before it was defined.
|
2015-06-08 09:49:36 -04:00 |
|
Ben Connito
|
259d384bcf
|
if a CURIE prefix has not been defined, do not convert the URI from CURIE to URI. per @attozk comment
|
2015-06-08 09:29:21 -04:00 |
|