Commit graph

257 commits

Author SHA1 Message Date
ChillerDragon ec90f185e4 Fix server side integration tests 2024-01-23 21:19:01 +08:00
ChillerDragon 55549eaa60 Fix client integration tests 2024-01-22 23:26:05 +08:00
ChillerDragon ffcb8c7083 Weird rubocop refactor 2024-01-22 23:21:50 +08:00
ChillerDragon 936c4d24d0 Server side integration tests work on my machine now 2024-01-22 23:16:56 +08:00
ChillerDragon f0ac6a2c32 Fix auth 2024-01-22 22:50:13 +08:00
ChillerDragon 17af3e3770 Set 0.7 protocol for ddnet7 client in CI 2024-01-22 21:55:36 +08:00
ChillerDragon 741ed69337 Try to fix zombies in integration test 2024-01-22 15:23:10 +08:00
ChillerDragon 8b74e2929d Print logs only once even if fail is called multiple times 2024-01-21 16:05:02 +08:00
ChillerDragon de5a403a25 Do not crash on ddnet ex messages 2024-01-21 15:55:17 +08:00
ChillerDragon 8324f8b504 Improve server integration test job timeout 2024-01-21 15:32:43 +08:00
ChillerDragon f189b2050e Turn error into warning 2024-01-21 15:32:22 +08:00
ChillerDragon 2ba05193c5 Handle nil case of empty decompression 2024-01-21 14:41:40 +08:00
ChillerDragon 6e7be263af Update huffman to v0.0.2 2024-01-21 14:34:13 +08:00
ChillerDragon 10a75cdb65 Add failing server side integration test 2024-01-20 23:56:10 +08:00
ChillerDragon 0dcb85a0e3 rubocop -A 2024-01-20 22:37:18 +08:00
ChillerDragon f9819565e4 rubocop -a 2024-01-20 22:33:25 +08:00
ChillerDragon e43218edbb Add shutdown rcon command 2024-01-20 22:32:12 +08:00
ChillerDragon b49116e190 Add some rcon hooks to server 2024-01-20 22:21:59 +08:00
ChillerDragon c9cbbb7c0a Fix style 2024-01-20 21:52:51 +08:00
ChillerDragon b8893bda6a Add detach to server (closed #12) 2024-01-20 21:50:55 +08:00
ChillerDragon 8f647e165c Add first hook to server: chat 2024-01-20 21:39:21 +08:00
ChillerDragon 78a8d95e6a Bump to 0.0.7 2023-12-13 19:33:50 +01:00
ChillerDragon 45bd574908 Try to fix windows IO::EWOULDBLOCKWaitReadable 2023-12-13 19:19:32 +01:00
ChillerDragon 97de34f151 Fix rubocop indent 2023-10-22 18:19:07 +02:00
ChillerDragon 4fabdab3eb Use single quotes 2023-10-22 14:27:14 +02:00
ChillerDragon 42d7fda502 Add --verbose-snap to sample client 2023-10-22 14:26:53 +02:00
ChillerDragon f6c57a31e5 Release v0.0.6 2023-09-17 20:00:02 +02:00
ChillerDragon e4ba688e92 Fix context nil access 2023-09-17 19:59:36 +02:00
ChillerDragon 32ab1ebb75 Release v0.0.5 2023-09-17 19:50:49 +02:00
ChillerDragon a5d24cb2c6 Add on_tick hook 2023-09-17 19:50:09 +02:00
ChillerDragon e606226dea Release v0.0.4 2023-09-17 19:43:14 +02:00
ChillerDragon 43bea26640 Add send_input api 2023-09-17 19:42:47 +02:00
ChillerDragon 2be15e49d7 Fix and doc set_startinfo 2023-09-17 19:19:06 +02:00
ChillerDragon 1c27c1eb87 Release v0.0.3 2023-09-17 18:23:10 +02:00
ChillerDragon a739190383 Fix reconnect crash 2023-09-17 18:22:38 +02:00
ChillerDragon 42ab29bbfe Release v0.0.2 2023-09-17 17:35:22 +02:00
ChillerDragon 9a276526ef Use git for versioning not folder names 2023-09-17 17:33:46 +02:00
ChillerDragon 177921fd5f Link docs in gem 2023-09-17 17:25:58 +02:00
ChillerDragon 1672b5113f Ensure gem includes all files from subfolders 2023-09-17 17:16:18 +02:00
ChillerDragon 5fdd4ffd15 Fix rcon authed example 2023-09-17 16:36:57 +02:00
ChillerDragon ab2e62e4e8 Also use ? as delimiter for method slugging 2023-09-17 15:26:20 +02:00
ChillerDragon 4698173d69 Update index 2023-09-17 15:21:21 +02:00
ChillerDragon 38c9e2f9ba Add key types 2023-09-17 15:17:36 +02:00
ChillerDragon 1993b6a5b8 Document initialize and rcon_authed? 2023-09-17 15:16:18 +02:00
ChillerDragon bcaeca9fc1 ./scripts/update_docs_index.sh --fix 2023-09-17 14:59:51 +02:00
ChillerDragon 242cb645dc ./scripts/update_docs_methods.sh --fix 2023-09-17 14:58:48 +02:00
ChillerDragon 2f04ff1f13 ./scripts/update_docs_index.sh --fix 2023-09-17 14:56:00 +02:00
ChillerDragon a2b2035991 Add method doc coverage to CI 2023-09-17 14:53:44 +02:00
ChillerDragon 5a224d6774 Make connect match auto generated docs 2023-09-17 14:51:32 +02:00
ChillerDragon e05523f104 Make 3 client methods private that should not be called
Makes the user api cleaner
2023-09-17 14:49:19 +02:00