Commit Graph

619 Commits

Author SHA1 Message Date
Christian Lück
a86be3c526 Forward-compatibility with future Socket v1.0 and Socket v0.8
Socket v0.8 only contains some minor breaking changes, which can be
circumvented by ignoring URI schemes here.
Future Socket v1.0 will not contain any BC breaks, so it's actually
compatible with the last release.
2017-07-19 16:12:26 +02:00
Christian Lück
e3a97b6661 Forward-compatibility with Socket v0.7 and Socket v0.6
Socket v0.7 and v0.6 contain some major changes, but this does not
affect usage within Ratchet, so it's actually compatible with all latest
releases.
2017-04-17 17:36:23 +02:00
Christian Lück
22e500d02a Fix event arguments 2017-03-10 15:40:54 +01:00
Christian Lück
b8967b999a Update Socket component to v0.5 2017-02-14 08:41:59 +01:00
Chris Boden
84df35d2a6 Release 2017-01-06 09:36:36 -05:00
Chris Boden
afe63e26d6 0.3.6 prep
fixes #470
fixes #471
fixes #472
2016-12-30 13:40:50 -05:00
Chris Boden
7a661b5016 Merge branch 'pr/472-method-not-allowed' 2016-12-30 13:26:12 -05:00
Chris Boden
64bc5822c8 Set GET required in Symfony Route 2016-12-30 13:26:04 -05:00
Chris Boden
45342407ef Merge branch 'pr/471-keep-host-scheme' 2016-12-30 12:40:31 -05:00
samizdam
56c07ce4b8 Factory new Request Url from url, instead path only: keep original request host, scheme, etc. 2016-11-25 21:26:12 +03:00
samizdam
7215ffe9e6 Send additional headers on close connection in Router. 2016-11-17 19:48:29 +03:00
samizdam
5eb1dfa98d Use 403 status code on MethodNotAllowedException. 2016-11-10 21:05:00 +03:00
Chris Boden
b5ccecad93 v0.3.5 prep 2016-05-25 08:55:03 -04:00
Chris Boden
734055ea7f Merge branch 'mask' 2016-05-25 08:47:23 -04:00
Chris Boden
b3b10e3d2b Merge branch 'session-php-serialize' 2016-05-25 08:44:56 -04:00
Chris Boden
f5e8a18341 Added unit tests for serialize, formatting 2016-05-25 08:44:41 -04: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
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
Chris Boden
6b247c0525 PSR-4, v0.3.3 2015-05-27 08:51:05 -04:00
Chris Boden
2e7d736bac Merge branch 'frame-boundry' 2015-05-26 08:41:06 -04:00
matt
db8814718d Fix and test for uncommon payload length issue 2015-05-25 17:05:40 -04:00
Chris Boden
f5a82a6a07 Merge pull request #318 from ratchetphp/maintenance
misc: PHP "7", deps, license
2015-05-24 16:11:46 -04:00
Chris Boden
8f4cac00cc misc: PHP "7", deps, license 2015-05-24 16:02:24 -04:00
Chris Boden
21fbef1773 Merge pull request #275 from bobvandevijver/patch-2
Remove unneeded catch
2015-01-25 11:09:29 -05:00
Bob van de Vijver
7798571db9 Remove unneeded catch
The second JsonException catch in not necessary, and can be removed.
2015-01-21 02:12:05 +01:00
Chris Boden
71579903da Merge pull request #268 from hannesvdvreken/master
Typo
2014-12-29 09:43:10 -05:00
Hannes Van De Vreken
c167b476b8 Typo
endpiont -> endpoint
2014-12-27 11:09:41 +01:00
Chris Boden
47123de527 Fixed unit test for Symfony 2.6 2014-11-29 11:09:02 -05:00
Chris Boden
f4fe5c9d99 [sess] Attempt to fix Symfony 2.6 PDO error 2014-11-29 10:30:09 -05:00
Chris Boden
99285acca0 Merge branch 'benconnito' 2014-11-24 09:05:13 -05:00
Chris Boden
c179d60e77 Formatting, removed flash check 2014-11-23 11:40:06 -05:00
Chris Boden
3240c87733 Fragmented Hixie76 body test. refs #238 2014-10-19 12:21:58 -04:00
Chris Boden
3ab853aa80 Merge pull request #234 from ratchetphp/query-fix
Query fix
2014-09-16 21:20:40 -04:00
Ben Connito
f5d148cdc4 just strip the '.' from uniqid with added entropy. this way we dont run into any md5 collisions. 2014-09-15 17:01:24 -04:00
Ben Connito
a6e7952671 changed echos back to trigger_error 2014-09-14 11:59:46 -04:00