1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00
Commit Graph

107 Commits

Author SHA1 Message Date
Pavel Djundik ea95b515e5 Test players and rules for bad packets 2015-10-24 22:19:25 +03:00
Pavel Djundik 8642079233 Add RCON non connected tests 2015-10-24 16:21:01 +03:00
Pavel Djundik 613299b2bc Throw more when using RCON 2015-10-24 16:11:55 +03:00
Pavel Djundik 4be6bf48c1 Simplify challenges 2015-10-24 16:08:34 +03:00
Pavel Djundik d322b3bb78 Add players tests and some goldsource info tests 2015-10-22 18:49:21 +03:00
Pavel Djundik 750df786ec Everyone needs a shield 2015-10-22 13:40:08 +03:00
Pavel Djundik 19b63dff79 Correct variable 2015-10-22 13:33:51 +03:00
Pavel Djundik 8a8f1585cf Add rules test 2015-10-22 13:31:24 +03:00
Pavel Djundik 98749925c7 Pass length into ReadInternal 2015-10-22 12:24:34 +03:00
Pavel Djundik 2bbe339458 Rename some variables for clarity 2015-10-22 11:58:33 +03:00
Pavel Djundik 8b475d2649 Add timeout and not connected test 2015-10-22 00:31:45 +03:00
Pavel Djundik 4a73f14902 Make test mock a queue 2015-10-22 00:26:31 +03:00
Pavel Djundik c001fe6633 Remove unused reset function 2015-10-22 00:20:09 +03:00
Pavel Djundik 419f66ff72 And now make it work 2015-10-22 00:10:43 +03:00
Pavel Djundik 3c0ca191b5 Pass in callable correctly 2015-10-22 00:06:04 +03:00
Pavel Djundik 29597ff1b6 Add some GetInfo tests 2015-10-21 23:54:51 +03:00
Pavel Djundik af50a4a33a Throw in Buffer when there is not enough data to unpack 2015-10-21 23:54:14 +03:00
Pavel Djundik 5ab3873256 Improve socket mocking 2015-10-21 23:54:04 +03:00
Pavel Djundik a8d4418f28 Disable more camelcase goodness 2015-10-21 16:21:57 +03:00
Pavel Djundik 85a2dd534f Disable camelcase reporting 2015-10-21 16:08:32 +03:00
Pavel Djundik f9dc00ccf1 Make .codeclimate.sh executable 2015-10-21 16:03:06 +03:00
Pavel Djundik b767c63b7c Correct setup 2015-10-21 16:02:06 +03:00
Pavel Djundik a5f54674d0 Humble test beginnings 2015-10-21 15:56:38 +03:00
Pavel Djundik 6a94bcb6a6 Update .gitignore 2015-10-20 11:34:53 +03:00
Pavel Djundik 9c944e23d0 Make an abstract class for sockets and allow specifying different socket in SourceQuery
This is a preparation for tests
2015-10-19 22:18:10 +03:00
Pavel Djundik 412bad768c Fix module name and readme 2015-10-19 22:08:05 +03:00
Pavel Djundik 7636340092 Use gmp module to correctly read server's steamid on 32-bit systems 2015-10-19 22:04:34 +03:00
Pavel Djundik f41e4b551c Throw an exception when nothing was read from socket 2015-10-19 21:43:07 +03:00
Pavel Djundik d42aae5046 Get rid of global buffer
Closes #75
2015-10-19 21:38:05 +03:00
Pavel Djundik caf5296b5b Prevent tables overflowing 2015-10-19 21:38:05 +03:00
Pavel Djundik ef0af834c6 Add authors to composer.json 2015-10-19 13:15:35 +03:00
Pavel Djundik 24137d64e1 Failed spelling 2015-10-18 22:07:52 +03:00
Pavel Djundik 418dfd4050 Document additional throws and fix return 2015-10-18 22:06:52 +03:00
Pavel Djundik c74a5dcc99 Remove TimeoutException
Closes #74
2015-10-18 22:03:51 +03:00
Pavel Djundik 77e5af8745 Remove socket open check which can never be false 2015-10-18 22:01:28 +03:00
Pavel Djundik f18f3208fa Throw SocketException when trying to call query functions when not being connected 2015-10-18 21:56:34 +03:00
Pavel Djundik a63112c2c9 Bump minimum PHP version to 5.5 2015-10-18 21:46:39 +03:00
Pavel Djundik e798d8f7c2 Change heading sizes 1.0.0 2015-10-11 13:10:35 +03:00
Pavel Djundik b50daaef4c Add packagist version 2015-10-11 13:09:32 +03:00
Pavel Djundik dc2a08e503 Less spacing 2015-10-11 13:06:02 +03:00
Pavel Djundik 41741b24a2 Update bootstrap 2015-10-11 13:05:27 +03:00
Pavel Djundik 65a2493c3c Update github url 2015-10-11 12:56:56 +03:00
Pavel Djundik 1578c9f12f Correct license 2015-10-11 12:54:20 +03:00
Pavel Djundik 80cf750db5 Update README.md 2015-10-11 12:52:24 +03:00
Pavel Djundik 346151b51f Add extra keywords for supported games 2015-10-11 12:48:09 +03:00
Pavel Djundik 2591684d24 Create .editorconfig 2015-10-11 12:44:37 +03:00
Pavel Djundik e570cf796c Merge pull request #72 from timmw/master
PSR-4 support for #70 plus PhpDoc
2015-10-10 20:49:58 +03:00
Tim 9af9cf4f6b PSR-4 support for #70 plus PhpDoc 2015-10-10 18:48:52 +01:00
Pavel Djundik a0f07fa801 Update README.md 0.1.0 2015-10-06 11:00:06 +03:00
Pavel Djundik a1f8657c1d Arma 3 uses battleeye for rcon
Closes #58
2015-08-13 14:08:22 +03:00