Commit Graph

256 Commits

Author SHA1 Message Date
Chris Boden
913774e072 Unit tests 2012-04-29 20:42:33 -04:00
Chris Boden
86b3343b6f [WAMP] unit tests and fix
Increases code coverage on WAMP
Fixed a bug found while writing tests
2012-04-29 19:21:29 -04:00
Chris Boden
381dd7bab6 API docs and message length
RFC6455 Message::getPayloadLenght now returns a value
2012-04-29 19:20:59 -04:00
Chris Boden
2a41d17393 Merge pull request #16 from igorw/patch-1
Un-indent `$server->run()` in README, use port 8000
2012-04-29 14:04:16 -07:00
Igor Wiedler
8264616454 Un-indent $server->run() in README, use port 8000 2012-04-30 00:00:39 +03:00
Chris Boden
852e5777e3 Silently fail unblock
If the user unblocks and address that was not blocked, silently fail
2012-04-29 13:53:10 -04:00
Chris Boden
550b32e1e7 IpBlackList
Fixed bug where onClose was propagated if onOpen wasn't
Filter out ports from IP4 addresses
2012-04-29 13:20:26 -04:00
Chris Boden
8f653294c5 IpBlackList unit test coverage 2012-04-29 12:48:43 -04:00
Chris Boden
47e7059ed6 Mock MessageComponent common access
Updated class to match the WAMP component
2012-04-29 12:38:37 -04:00
Chris Boden
6be16bea4a Added IpBlackListComponent
refs #4
2012-04-29 12:35:46 -04:00
Chris Boden
b0d5274985 [WAMP] Oops, committed unit tests
Adding the unit tests for WAMP to the repo!
2012-04-28 23:46:23 -04:00
Chris Boden
9e667dfc8b [WAMP] Work
Unit testing WAMP; 0 -> 84% coverage
Fixed an Event command bug
API documentation
2012-04-28 19:32:32 -04:00
Chris Boden
228d0b8627 Composite Command updates
Unit tested Composite
Corrected interface to be E_STRICT compliant
Refactored enqueue method
2012-04-28 18:25:57 -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
fb6351c60f [Sessions] API fix in accordance w/ Symfony BC breaks 2012-04-26 21:14:07 -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
162d490b55 API Docs 2012-04-26 20:56:12 -04:00
Chris Boden
d91a88219b [WAMP] Static Factory
I'm sorry...
refs #11
Optionally, statically register namespaces for Command Factory
2012-04-26 20:22:55 -04:00
Chris Boden
45c44fb841 Branding 2012-04-26 20:05:53 -04:00
Chris Boden
c2642e1c74 [WAMP] Store sessionId in Connection 2012-04-26 20:01:12 -04:00
Chris Boden
56768b5963 Merge branch 'refs/heads/tickets' into wamp 2012-04-26 19:49:58 -04:00
Chris Boden
daf8731790 [WAMP] Welcome message 2012-04-26 19:49:49 -04:00
Chris Boden
4654acb7d6 Replaced Connection::getId() with resourceId property 2012-04-25 22:59:46 -04:00
Chris Boden
f98cda3e29 Fixed unit test namespace 2012-04-25 22:22:49 -04:00
Chris Boden
aa51ea53f9 IO adds remoteAddress to Connection 2012-04-25 22:15:06 -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
01ccbcf8c8 Fixed inheritdoc syntax 2012-04-25 21:00:08 -04:00
Chris Boden
3908a69741 Cleanup 2012-04-25 20:50:07 -04:00
Chris Boden
e06aa30096 BC Break - Server::run parameters change
Updated IoServerComponent::run parameters

* $port is now first
* only $port is required
* SocketInterface is last and optional
2012-04-22 13:15:43 -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
9d071df140 Merge branch 'refs/heads/master' into wamp 2012-04-16 22:09:18 -04:00
Chris Boden
ca79e69056 Composer fix/update 2012-04-16 20:03:06 -04:00
Chris Boden
e7088cee5f Updated README for Travis 2012-04-16 20:00:30 -04:00
Chris Boden
f87dfa23bd Updated CI conf 2012-04-16 18:39:06 -04:00
Chris Boden
dbd39e73c2 doc version update 2012-04-16 18:00:40 -04:00
Chris Boden
1e9665f6cd [Session] PDO Unit Test 2012-03-29 18:31:50 -04:00
Chris Boden
a4bc626fae [Session] Fixes, cleanup, docs, tests 2012-03-29 17:42:42 -04:00
Chris Boden
c58814ab64 Serialize fix 2012-03-27 15:31:28 -04:00
Chris Boden
33ed96eba0 Session read working 2012-03-27 14:29:56 -04:00
Chris Boden
592752e18a Started SessionComponent w/ Symfony integration 2012-03-27 10:24:50 -04:00
Chris Boden
73b49b469d [WAMP] Init Welcome message 2012-03-26 15:59:24 -04:00
Chris Boden
9ff2d406f0 Disabling Unit test
Disabling a unit test due to failure on Travis CI...can't figure this one out...systems match perfectly, fails on TCI but not locally (or other developer's)
2012-02-08 17:17:01 -05:00
Chris Boden
6f4ddceac2 Forcing PHP version
Forcing my php version on Travis to pass unit test (sorry...)
2012-02-08 17:15:12 -05:00
Chris Boden
a4b0990961 Typecast bug fix
Attempted to fix Travis CI failing unit test with typecasting
2012-02-08 17:11:10 -05:00
Chris Boden
f666ed95bc Travis CI test fix
A unit test failed on TravisCI, trying to fix...different in PHP versions seems to have made a single test fail
2012-02-08 17:04:18 -05:00