Commit Graph

83 Commits

Author SHA1 Message Date
Christian Lück
d77c7bcd07 Reviving Ratchet!
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2024-05-13 18:57:30 +02:00
Simon Podlipsky
2a6d3aba7c Add Github actions so CI runs 2021-01-26 14:53:25 +01:00
André Silva
bb1c571133
Fix server configuration link on docs 2019-07-14 22:30:48 -03:00
Matt Bonneau
6bb65ffb6b
Fix example in README.md fixes #690 2018-12-13 21:40:51 -05:00
Chris Boden
829af203b2 Fix readme headers, update apigen with 0.4 2017-09-09 16:59:25 -04:00
Chris Boden
4ac1f914f3 Merge branch 'master' into 0.4
# Conflicts:
#	README.md
2017-04-19 17:05:46 -04:00
Gyula Madarasz
bc631bd9c0 Update README.md
example code in readme failed in browser client by message: "Uncaught DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state" so wait for connection state is opened
2017-03-28 14:12:54 +01: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
bfbeea6458 Remove 5.3 references 2016-02-25 08:58:53 -05:00
Chris Boden
d00102cb39 Fix version badge 2014-06-15 11:27:15 -04:00
Chris Boden
0a43d84a9e repo move updates 2014-06-15 10:44:06 -04:00
Chris Boden
d720933588 Repo move 2014-06-15 10:35:59 -04:00
Chris Boden
e1dba72254 Meta for 0.3.1 tag 2014-05-26 22:38:42 -04:00
Chris Boden
6dc5fae36b Updated docs 2014-01-11 11:52:16 -05:00
Bramus
b48f0fa6fd Asterisk must be quoted inside array() 2013-11-05 17:34:15 +01:00
Chris Boden
069133ca35 Updated ops files for 0.3 release 2013-10-14 10:20:32 -04:00
Chris Boden
55c880a100 ReadMe port fix 2013-07-20 22:04:23 -04:00
Chris Boden
eb77cf139e Updated example, slight Origin order change in app 2013-07-20 22:03:46 -04:00
Chris Boden
0cf4b614a1 5.5 tests 2013-07-20 14:52:18 -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
8b3591ce0d App class 2013-05-08 20:44:01 -04:00
Chris Boden
3c54fc4bfd Merge branch 'refs/heads/master' into 0.3
Conflicts:
	README.md
2013-05-08 20:36:50 -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
06e6ed915e Updated readme with docs conf link and browser info 2013-05-01 08:08:51 -04:00
Chris Boden
26a760709f [Http] Facade class for routing
Not sure if it'll stick or not, but easier way to route for now
Refs #15
2013-04-27 00:05:10 -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
7b5b215c44 Updated example to match decoupling 2013-04-14 19:47:25 -04:00
Chris Boden
1b941a3112 AB testing
Added libuv to test suite
Set port 8000 default unless specified; makes changing shit easier
2013-03-29 20:01:24 -04:00
Chris Boden
e037c00e0c Version bump 2013-03-09 09:06:25 -05:00
Chris Boden
9ef566cdcf ReadMe Docs 2013-01-22 22:51:14 -05:00
Chris Boden
75bb5ac891 Cleaning 2013-01-04 19:52:57 -05:00
Chris Boden
3a584bfe13 Deps + docs update 2012-11-17 18:31:38 -05:00
Chris Boden
faf3ee26b3 Tagging v0.2.1 2012-10-13 16:37:51 -04:00
Chris Boden
c2eb87b78d Deps bump
Set minimum stability to stable (thanks Symfony!)
Tested against latest Firefox
Minor dependancy updates
2012-09-07 12:22:40 -04:00
Chris Boden
750b57b713 RC stability 2012-08-04 10:42:19 -04:00
Chris Boden
ba417975fc [Docs] ReadMe covering Safari 6 2012-07-25 14:26:19 -04:00
Chris Boden
ab67ecbbe9 README
Added composer autoloader to example
2012-07-18 09:28:09 -04:00
Chris Boden
d1ecdd9f47 Readme 2012-07-15 17:54:55 -04:00
Chris Boden
0ee6ef6008 Reverted PHP >=5.3.4 req to >=5.3.3 2012-07-15 11:24:24 -04:00
Chris Boden
1afd42d987 PHP 5.4 tests 2012-07-14 18:52:44 -04:00
Chris Boden
adde4ee8d9 Test PHP5.3.3 2012-07-12 17:20:07 -04:00
Chris Boden
6e64d1e9d1 Docs 2012-07-12 15:47:39 -04:00
Chris Boden
6115df886d README 2012-07-11 11:36:40 -04:00
Chris Boden
28a28513a5 Readme 2012-06-15 10:06:14 -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
36212f9947 Tagging 2012-05-14 18:59:18 -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
710ec2535f [WAMP][BCB] Subscribe protocol compliance 2012-05-10 23:14:59 -04:00