Chris Boden
0ee6ef6008
Reverted PHP >=5.3.4 req to >=5.3.3
2012-07-15 11:24:24 -04:00
Chris Boden
14959b6ea5
PHP min req bump
...
PHP <= 5.3.4 now required to coincide with Symfony's updated requirement
2012-07-13 19:46:49 -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
6e64d1e9d1
Docs
2012-07-12 15:47:39 -04:00
Chris Boden
6d55e18dec
mbstring no longer required for Ratchet
2012-07-12 15:41:30 -04:00
Chris Boden
5494e0132b
[I/O] Use React v0.1
2012-07-11 14:54:53 -04:00
Chris Boden
70ba5d18d5
[WebSocket] Added missing method
...
Re-added the disableVersion method to WsServer
Updated composer meta
Updated composer lock file with latest React changes
2012-07-09 15:28:40 -04:00
Chris Boden
a1550994a1
Fixed composer breakage
2012-07-08 00:23:29 -04:00
Chris Boden
bfb9ebc686
Composer update
2012-07-05 07:26:53 -04:00
Chris Boden
13e56b9db8
Updated deps
2012-06-21 15:08:44 -04:00
Chris Boden
baed21ed8b
[WebSocket] AB tests, React update output buffer
...
AB tests 9.* (non-binary) all passing
2012-06-17 22:47:29 -04:00
Chris Boden
55243550af
[WebSocket] Refactoring
...
Updated deps; React Socket notify client of shutdown
Separated core interfaces into many
Removed initial version support out of handshake negotiator
Moved message parser responsibility to each version
Removed __toString method from MessageInterface as to not confuse message from payload
Support for RFC control frames
Support message concatenation
[BCB] (temporary) WsConnection hard coded to RFC version
Handshake checks for \r\n\r\n anywhere, not just at end of string
2012-06-09 19:38:44 -04:00
Chris Boden
d075b99c26
[WebSockets] Handshake encoding + case insensitivity
...
Updated RFC6455 handshaker to check values case insensitively
Made sure RFC6455 handshaker matches encoding properly
Added mbstring as a requirement for Ratchet
Refs #28 , #30
2012-05-19 23:42:13 -04:00
Chris Boden
598da1e8b0
[Server] Long running tweaks
...
Added commands to [IoServer] that should be called in long-running scripts
Removed version information from composer
Updated dependencies
2012-05-16 17:16:50 -04:00
Chris Boden
36212f9947
Tagging
2012-05-14 18:59:18 -04:00
Chris Boden
ae826aa24f
[Composer] Lock update
2012-05-12 19:39:27 -04:00
Chris Boden
1582853255
[Server] Fixed remoteAddress not being set on Connection
...
Updated to latest version of `React`
Fixed bug where `$conn->remoteAddress` always returned "127.0.0.1"
This will result in IpBlackList working properly
Added unit tests for IoServer
2012-05-12 19:35:39 -04:00
Chris Boden
3a1ee0313f
React Packagist deps
2012-05-10 20:06:09 -04:00
Chris Boden
13009cf673
Guzzle 2.5
2012-05-08 09:13:47 -04:00
Chris Boden
bbea3e8e05
CI fix (last time :-|)
2012-05-07 19:37:55 -04:00
Chris Boden
949e5119db
Autoload fix
2012-05-07 19:27:39 -04:00
Chris Boden
f5005d1a4e
Composer correction
2012-05-07 19:20:19 -04:00
Chris Boden
d30c8358ef
[BCB] [WIP] Overhaul
...
React at the core of Ratchet, refs #6
Removed Commands (except WAMP), refs #22
Updated Guzzle to 2.4 branch, refs #20
Fixed some Hixie bugs, refs #21
2012-05-07 18:49:13 -04:00
Chris Boden
8404f911a3
Fixes from Guzzle update
...
Updated RequestFactory to match updated Guzzle RequestFactory API
2012-05-04 21:00:55 -04:00
Chris Boden
8ab79d217f
Guzzle update
...
Updated Guzzle to 2.4.1
Fixed code to pass unit tests from update
2012-05-04 18:17:23 -04:00
Chris Boden
7f27629df6
lock update
2012-05-01 13:37:04 -04:00
Chris Boden
a4f9da8815
Deps revert
2012-04-27 09:16:51 -04:00
Chris Boden
d13f001502
Composer/Guzzle tweak
2012-04-27 07:58:33 -04:00
Chris Boden
d5858ff859
Standalone Guzzle
2012-04-27 07:53:13 -04:00
Chris Boden
b6b2099415
Merge branch 'refs/heads/symfony/sessions'
...
Conflicts:
composer.json
composer.lock
2012-04-26 21:13:48 -04:00
Chris Boden
dd79245ecf
Simplified
...
Removed magic methods from Connection(Interface)
Connection is closer to a POPO now
2012-04-25 21:58:12 -04:00
Chris Boden
ffabf09426
Deps - I give up
...
Trying to control fetching the Guzzle repo without its dependencies, as they're not needed in Ratchet - but composer isn't recognizing my git repo overriding Guzzle's composer files
2012-04-18 22:12:28 -04:00
Chris Boden
71ad5da58e
Another dependency fix attempt
2012-04-18 21:55:30 -04:00
Chris Boden
59823fc2de
Attempting dependency fix
2012-04-18 21:48:21 -04:00
Chris Boden
6a44d8123a
Packagist test
2012-04-18 21:14:58 -04:00
Chris Boden
ca79e69056
Composer fix/update
2012-04-16 20:03:06 -04:00
Chris Boden
592752e18a
Started SessionComponent w/ Symfony integration
2012-03-27 10:24:50 -04:00
Chris Boden
cb49cf06e7
Passing Unit Test
...
Turned on E_STRICT and fixed resulting unit test failures
2012-02-04 12:45:37 -05:00
Chris Boden
2c976d0102
Continuing logical NS refactor
...
Updated more components to reflect new terminology when using Ratchet components
2012-01-31 20:47:59 -05:00
Chris Boden
6f244fc659
Vendor spec
...
Manually overrode Guzzle in composer to not fetch Guzzle's reps as they're not needed for what's used in Ratchet
Removed SplClassLoader in favour of Composer's CladdLoader
2012-01-30 21:52:29 -05:00
Chris Boden
c18cc18bb8
Working Composer
...
Deps, versioning, autoloader from composer implemented
2012-01-30 21:41:49 -05:00