Chris Boden
80bfbd0568
v0.3.4 prep
2015-12-23 09:54:30 -05:00
Chris Boden
6b247c0525
PSR-4, v0.3.3
2015-05-27 08:51:05 -04:00
Chris Boden
d36a8699df
Updates for tag
2014-06-08 11:19:45 -04:00
Chris Boden
e1dba72254
Meta for 0.3.1 tag
2014-05-26 22:38:42 -04:00
Chris Boden
7336bc71ac
Added release date on changelog
2013-10-14 10:38:06 -04:00
Chris Boden
069133ca35
Updated ops files for 0.3 release
2013-10-14 10:20:32 -04:00
Chris Boden
2206a9fc83
Merge branch 'refs/heads/master' into 0.3
...
Conflicts:
CHANGELOG.md
composer.json
composer.lock
2013-10-05 10:08:51 -04:00
Romain Neutron
8bbb534217
Update changelog for 0.2.8
2013-09-20 13:46:24 +02:00
Chris Boden
f50af83fa7
[Http][Security] OriginCheck + same host/origin policy
...
Added the Http\OriginCheck component that will only allow connections coming from desired Origins
Same host+origin policy by default: App.php, by default, will only allow connections from the given hostname
Fixes #102
2013-07-20 18:41:08 -04:00
Chris Boden
40f267834a
Merge branch 'refs/heads/master' (v0.2.7) into 0.3
...
Conflicts:
CHANGELOG.md
composer.json
composer.lock
src/Ratchet/ConnectionInterface.php
src/Ratchet/WebSocket/Version/HyBi10.php
src/Ratchet/WebSocket/Version/RFC6455.php
src/Ratchet/WebSocket/WsServer.php
2013-06-09 12:04:42 -04:00
Chris Boden
6c0a8550dd
Version bump fixes #99
2013-06-09 11:41:03 -04:00
Chris Boden
b93581cdcd
Version bump
2013-06-01 20:25:31 -04:00
Chris Boden
8b3591ce0d
App class
2013-05-08 20:44:01 -04:00
Chris Boden
37d1339359
[Tests] Refactor AB Fuzzing
...
AbFuzzyServer is now first class EchoServer
Updated meta files
Cleaned up a WAMP unit test slightly
composer alpha7
2013-05-08 20:32:02 -04:00
Chris Boden
4df71c3a35
[Http] ROUTING BABY
...
Decoupled routing from HTTP
Added Router implement HttpServerInterface
Fully functional Symfony routes in application!
As a result, this drastically decreased backwards compatibility breaks while introducing new functionality
2013-04-26 23:01:28 -04:00
Chris Boden
c24cdf379e
[Http] Accept RouteCollection, spike CORS protection
2013-04-26 21:06:34 -04:00
Chris Boden
67dbf46879
[Http] Docs
2013-04-20 16:16:47 -04:00
Chris Boden
51d2d0b340
Version bump
2013-04-01 19:38:50 -04:00
Chris Boden
6140c94a33
Cleanup
2013-03-31 11:50:39 -04:00
Chris Boden
e037c00e0c
Version bump
2013-03-09 09:06:25 -05:00
Chris Boden
019b23c8ac
Spelling corrections
2013-01-05 17:02:45 -05:00
Chris Boden
37da813f7f
React del update
2012-11-21 21:12:07 -05:00
Chris Boden
3a584bfe13
Deps + docs update
2012-11-17 18:31:38 -05:00
Chris Boden
5bac9b7b26
Changelog tag
2012-10-20 15:36:49 -04:00
Chris Boden
faf3ee26b3
Tagging v0.2.1
2012-10-13 16:37:51 -04:00
Chris Boden
eef375ddae
v0.2 references
2012-09-07 14:20:05 -04:00
Chris Boden
5e5b81cd41
Revert "[BCB] Removed symfony/http-foundation"
...
This reverts commit ccf14c0c51
.
Reason: guzzle/common requires a symfony beta library
2012-07-24 11:10:45 -04:00
Chris Boden
ccf14c0c51
[BCB] Removed symfony/http-foundation
...
Moved HttpFoundation from require to suggest
Devs using Session component will need to include it manually
This will allow devs to use Ratchet with a stable minimum-requirement
2012-07-24 10:26:24 -04:00
Chris Boden
97d1b8a770
Updated Guzzle library
2012-07-22 21:09:57 -04:00
Chris Boden
1505124954
[WAMP] Topic subscription bug fix
2012-07-20 10:23:45 -04:00
Chris Boden
5a80a67f03
[WAMP][BCB] Init new serer component
...
Moved WampServer to ServerProtocol
New WampServer component
New Topic class
2012-07-17 16:57:05 -04:00
Chris Boden
e27ab9891b
[WebSocket] Encoding
...
Added the ability to turn UTF-8 encoding checks off to increase performance
Separated encoding checks into its own set of classes
Encoding checks now use mbstring or iconv depending on availability
2012-07-14 16:44:36 -04:00
Chris Boden
ecdb6fa4c0
Deps update
...
Updated to React v0.1.1
Updated changelog
2012-07-12 20:04:51 -04:00
Chris Boden
6d55e18dec
mbstring no longer required for Ratchet
2012-07-12 15:41:30 -04:00
Chris Boden
bdca66a27d
Added a changelog
2012-07-12 12:12:24 -04:00