From 7ac4371989ac19ebbb753402319882c9c49d32dd Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Sat, 14 Apr 2018 19:38:31 +0200 Subject: Began login system integration --- assets/php/vendor/ratchet/rfc6455/src/Handshake/ClientNegotiator.php | 0 assets/php/vendor/ratchet/rfc6455/src/Handshake/NegotiatorInterface.php | 0 assets/php/vendor/ratchet/rfc6455/src/Handshake/RequestVerifier.php | 0 assets/php/vendor/ratchet/rfc6455/src/Handshake/ResponseVerifier.php | 0 assets/php/vendor/ratchet/rfc6455/src/Handshake/ServerNegotiator.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/CloseFrameChecker.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/DataInterface.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/Frame.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/FrameInterface.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/Message.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php | 0 assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageInterface.php | 0 12 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Handshake/ClientNegotiator.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Handshake/NegotiatorInterface.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Handshake/RequestVerifier.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Handshake/ResponseVerifier.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Handshake/ServerNegotiator.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/CloseFrameChecker.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/DataInterface.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/Frame.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/FrameInterface.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/Message.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php mode change 100644 => 100755 assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageInterface.php (limited to 'assets/php/vendor/ratchet/rfc6455/src') diff --git a/assets/php/vendor/ratchet/rfc6455/src/Handshake/ClientNegotiator.php b/assets/php/vendor/ratchet/rfc6455/src/Handshake/ClientNegotiator.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Handshake/NegotiatorInterface.php b/assets/php/vendor/ratchet/rfc6455/src/Handshake/NegotiatorInterface.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Handshake/RequestVerifier.php b/assets/php/vendor/ratchet/rfc6455/src/Handshake/RequestVerifier.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Handshake/ResponseVerifier.php b/assets/php/vendor/ratchet/rfc6455/src/Handshake/ResponseVerifier.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Handshake/ServerNegotiator.php b/assets/php/vendor/ratchet/rfc6455/src/Handshake/ServerNegotiator.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/CloseFrameChecker.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/CloseFrameChecker.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/DataInterface.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/DataInterface.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/Frame.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/Frame.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/FrameInterface.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/FrameInterface.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/Message.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/Message.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php old mode 100644 new mode 100755 diff --git a/assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageInterface.php b/assets/php/vendor/ratchet/rfc6455/src/Messaging/MessageInterface.php old mode 100644 new mode 100755 -- cgit v1.2.3