Commit Graph

  • 723db3e406 So not write in binary mode Richard Neumann 2022-06-16 15:25:05 +0200
  • 4d8183c2cb Remove obsolete SonarQube badge Richard Neumann 2022-04-30 16:44:24 +0200
  • 2b141c3803 Correct spelling mistake #8 Edward Betts 2022-04-11 06:41:28 +0100
  • d84abf9e7e Move function to bottom Richard Neumann 2022-02-22 03:30:58 +0100
  • ccc30db1ae Remove obsolete exceptions Richard Neumann 2022-02-22 03:29:49 +0100
  • eced8b8e78 Update Python version 2.2.0 Richard Neumann 2022-02-19 18:05:01 +0100
  • 2415bce364 Use | operator instead of Optional and Union Richard Neumann 2022-02-19 18:04:44 +0100
  • 26981173c0 Make socket_type optional Richard Neumann 2022-02-19 18:02:43 +0100
  • 2de14a6c8f Fix deprecation warnings 2.1.1 Richard Neumann 2022-02-14 13:22:52 +0100
  • cd65cc102a Add legacy interface with deprecation warnings 2.1.0 Richard Neumann 2022-02-14 13:10:03 +0100
  • d96aae6bf7 Remove unused imports Richard Neumann 2022-02-14 13:04:19 +0100
  • a7805d38ec Remove unused Host Richard Neumann 2022-02-14 13:03:54 +0100
  • 0e7a1ce4ac Rename Command to CommandRequest Richard Neumann 2022-02-14 13:03:39 +0100
  • cedee9d5da Add type hints for class methods Richard Neumann 2022-02-14 13:02:16 +0100
  • 617f9dd190 Remove useless optimization Richard Neumann 2022-02-14 12:52:45 +0100
  • 5914e89172 Remove redundant license info Richard Neumann 2022-02-14 12:32:07 +0100
  • f03e515413 Update license date Richard Neumann 2022-02-14 12:30:57 +0100
  • b173de30e9 Add BattlEye RCon quickstart Richard Neumann 2022-02-14 12:26:50 +0100
  • bb071bc680 Only print result iff not empty 2.0.9 Richard Neumann 2022-02-14 12:07:31 +0100
  • 534c19e1a1 Fix data reading 2.0.8 Richard Neumann 2022-02-14 11:59:43 +0100
  • afe9e90202 Add __bytes__ test Richard Neumann 2022-02-14 11:48:47 +0100
  • b7ca56b086 Add unit tests for BattlEye 2.0.7 Richard Neumann 2022-02-14 11:45:46 +0100
  • f95bb16c1b Fix header parsing Richard Neumann 2022-02-14 11:40:17 +0100
  • 4f1641f425 Add type byte to header 2.0.6 Richard Neumann 2022-02-14 11:32:10 +0100
  • 5532de7e6e Outsource packet type into Header 2.0.5 Richard Neumann 2022-02-14 11:26:13 +0100
  • 1ff8c4e606 Refactor _receive() Richard Neumann 2022-02-14 11:10:03 +0100
  • fd3d11351b Add server message handling 2.0.4 Richard Neumann 2022-02-14 11:07:41 +0100
  • 87f3c19787 Improve BattlEye RCon client 2.0.3 Richard Neumann 2022-02-14 10:22:43 +0100
  • ba9be6facb Rename parameter Richard Neumann 2022-02-14 09:58:24 +0100
  • b7019ca5f3 Update type hint Richard Neumann 2022-02-14 09:57:23 +0100
  • 64a2ba1079 Fix tests for new library structure Richard Neumann 2022-02-14 09:55:19 +0100
  • dd8dde8dd0 Merge remote-tracking branch 'github/master' 2.0.2 Richard Neumann 2022-02-13 18:15:22 +0100
  • 2931d6d784 Fix socket type initialization Richard Neumann 2022-02-13 18:15:09 +0100
  • 1aea92c5f9 Fix script paths 2.0.1 Richard Neumann 2022-02-13 18:00:48 +0100
  • aff83bf521 Add missing -B arg 2.0.0 Richard Neumann 2022-02-13 17:52:20 +0100
  • 1a09101718 Generalize GUI Richard Neumann 2022-02-13 17:49:10 +0100
  • fa2ffdcd28 Open files in binary mode Richard Neumann 2022-02-13 17:45:27 +0100
  • aa1306d373 Extend console script to be able to select protocol type Richard Neumann 2022-02-13 17:44:05 +0100
  • 32b9bee971 Remove legacy exports Richard Neumann 2022-02-13 17:20:58 +0100
  • 5c57be0728 Add sub-packages Richard Neumann 2022-02-13 17:05:20 +0100
  • 8b4f53ee39 Add BattlEye client Richard Neumann 2022-02-13 17:04:27 +0100
  • 0cbbf8aaea Fix imports and outsource common modules Richard Neumann 2022-02-13 17:04:04 +0100
  • e1c8428345 Move SourceRCON implementation into sub-package Richard Neumann 2022-02-13 16:39:12 +0100
  • 1bd8d689e9 Update gitignore 1.3.8 Richard Neumann 2022-02-10 11:08:01 +0100
  • 86457efe82 Clean before building Richard Neumann 2022-02-10 11:07:42 +0100
  • ecfa906cec Update signature formatting Richard Neumann 2022-02-10 11:06:26 +0100
  • 4e80b669a3 Make readline depend on module presence Richard Neumann 2022-02-10 11:05:55 +0100
  • 232b72bdc3 Re-add error messages Richard Neumann 2022-02-10 11:01:21 +0100
  • 4bb5690741 Rewrite ErrorHandler Richard Neumann 2022-02-10 10:56:51 +0100
  • 0c72aa7e1a Rewrite ErrorHandler Richard Neumann 2022-02-10 10:42:19 +0100
  • d5b61b1580 Use exception to message config errors Richard Neumann 2022-02-10 10:38:04 +0100
  • be4bd223c9 General code cleanup Richard Neumann 2022-02-10 10:29:30 +0100
  • cb97daa805 Add Period Richard Neumann 2022-02-10 10:18:03 +0100
  • 5996bfa6a7 Fix syntax error Richard Neumann 2022-02-10 10:17:54 +0100
  • 60fe7956c6
    Merge pull request #7 from adeutscher/fix/async-connections Richard Neumann 2022-02-10 10:05:48 +0100
  • 359bfcfcaa Close asynchronous connections. #7 Alan Deutscher 2022-02-09 21:55:52 -0800
  • 6450b2eacd Fix typo Richard Neumann 2022-02-08 12:09:49 +0100
  • 6de5c86cdf Update README Richard Neumann 2022-02-08 12:09:31 +0100
  • 1a6ecf1079 Remove call to main() Richard Neumann 2022-01-25 13:36:16 +0100
  • 4f8a33012f Add newline Richard Neumann 2022-01-25 13:35:57 +0100
  • b654c1e989 Make result read-only Richard Neumann 2022-01-25 13:34:35 +0100
  • 43f474b977 Merge remote-tracking branch 'github/master' Richard Neumann 2022-01-25 13:32:09 +0100
  • 045d43c80f Refactor GUI Richard Neumann 2022-01-25 13:31:58 +0100
  • c2541ef30a Rename module to prevent name clash with stdlib Richard Neumann 2022-01-25 13:18:45 +0100
  • 611d797e03 Fix payload must be bytes 1.3.7 Richard Neumann 2021-11-03 12:26:25 +0100
  • 579d50e227 Add encoding options to async interface Richard Neumann 2021-08-19 19:52:40 +0200
  • d66e8584a5 Add encoding options Richard Neumann 2021-08-19 19:47:52 +0200
  • 84d70f00f4 Wait for SERVERDATA_AUTH_RESPONSE in async client Richard Neumann 2021-06-22 09:59:43 +0200
  • 14f4198e8c Add comment regarding waiting for SERVERDATA_AUTH_RESPONSE 1.3.6 Richard Neumann 2021-06-19 17:07:16 +0200
  • 6972831295 Add docstring Richard Neumann 2021-06-19 17:06:36 +0200
  • 6457a9b103
    Merge pull request #3 from dathost/master Richard Neumann 2021-06-19 17:04:25 +0200
  • a7d73694bf
    Wait for auth response packet #3 Svante Boberg 2021-06-19 16:06:20 +0200
  • 2ec634399e Update copyright year 1.3.5 Richard Neumann 2021-06-17 15:22:00 +0200
  • 0251b2e19d Show error message on gaierror Richard Neumann 2021-06-17 15:21:31 +0200
  • eb5d89dcb9 Remove buttons Richard Neumann 2021-02-04 16:22:56 +0100
  • 4f5d0785aa
    Add support for Minecraft text formating codes #2 Rytis Sileika 2021-01-28 22:07:52 +0000
  • e0a76293ca Migrated to setuptools-scm. 1.3.4 Richard Neumann 2021-01-12 09:53:06 +0100
  • ecd007e92c Fixed :py:func: text role for sphinx. Richard Neumann 2021-01-12 00:57:43 +0100
  • 2b364c95d5 Updated docs. 1.3.3 Richard Neumann 2021-01-12 00:21:01 +0100
  • 9a38e6b7e8 Outsourced client into own module. Richard Neumann 2021-01-12 00:20:01 +0100
  • 2a5ee41b51 Fixed terminator check on Packet.aread(). 1.3.2 Richard Neumann 2021-01-11 23:23:14 +0100
  • b7133cc9d4 Fixed calls to aread(). 1.3.1 Richard Neumann 2021-01-11 23:20:09 +0100
  • e27fafb38b Added documentation on async support. 1.3.0 Richard Neumann 2021-01-11 23:14:42 +0100
  • e278f60411 Updated documentation. Richard Neumann 2021-01-11 23:07:23 +0100
  • 86585fbf43 Removed auto-relogin. Richard Neumann 2021-01-11 23:04:02 +0100
  • 104d2de642 Re-added custom exceptions. Richard Neumann 2021-01-11 23:03:36 +0100
  • f5fd78f369 Added async interface. Richard Neumann 2021-01-11 22:49:31 +0100
  • c597b8941e Using cls.from_bytes() instead of super(). Richard Neumann 2021-01-11 22:38:17 +0100
  • 9170f011b7 Fixed docstrings. Richard Neumann 2021-01-11 22:37:20 +0100
  • 807f133f7e Added Jenkinsfile Richard Neumann 2021-01-10 03:22:51 +0100
  • 8018517568 Added Jenkinsfile Richard Neumann 2021-01-10 03:19:34 +0100
  • 5772c7facd Added Jenkinsfile Richard Neumann 2021-01-10 02:02:35 +0100
  • 5ba2559a83 Added Jenkinsfile 1.2.3 Richard Neumann 2021-01-08 15:12:09 +0100
  • 3c141f7e64 Added Jenkinsfile Richard Neumann 2021-01-08 15:06:54 +0100
  • ea94e4647d Added Jenkinsfile Richard Neumann 2021-01-08 14:50:51 +0100
  • 80bea51e34 Added newline. Richard Neumann 2021-01-08 14:23:38 +0100
  • 962f658e76 Added Jenkinsfile Richard Neumann 2021-01-08 13:39:21 +0100
  • ae48f944bf Added Jenkinsfile Richard Neumann 2021-01-08 13:34:51 +0100
  • 4e9e55e922
    Update README.md Richard Neumann 2021-01-08 01:54:17 +0100
  • 8f3458228d Updated badges. Richard Neumann 2021-01-07 22:57:26 +0100