Commit Graph

42 Commits

Author SHA1 Message Date
c3fe66441f protocol: use Str for filter gamedir and map 2023-10-22 07:40:55 +03:00
d2178236ac all: codegen-units=1 and lto=true for release 2023-10-20 12:01:13 +03:00
382062bf59 query: output ping only when necessary 2023-10-20 10:24:25 +03:00
66e17c608a query: remove unneeded Arc 2023-10-20 10:09:22 +03:00
ca2aef3326 query: suppress broken pipe error 2023-10-20 10:05:26 +03:00
62fe4d0b6c query: do not use threads 2023-10-20 09:50:17 +03:00
d7ffcd72a3 query: flatten server info for Json output 2023-10-19 20:04:51 +03:00
214948cba9 query: trim colors from server names 2023-10-19 18:29:41 +03:00
e6bee38a18 query: show ping info 2023-10-19 17:58:29 +03:00
1254e41adf query: filter parameter 2023-10-19 17:38:39 +03:00
7e676620eb protocol: color helpers
query: colored output
2023-10-19 15:38:13 +03:00
0b8ee3dac1 protocol: parse numbers with colorcode prefix 2023-10-19 11:55:13 +03:00
32971a15ed query: Initial commit 2023-10-19 10:54:06 +03:00
c347424bea admin: Rename package to xash3d-admin 2023-10-18 12:19:01 +03:00
09e41ac2f3 master: Admin rate limit 2023-10-18 08:41:14 +03:00
a9980ea314 master: Admin ban and unban commands 2023-10-17 19:15:14 +03:00
2a39c233fd master: Admin command stub 2023-10-17 16:07:53 +03:00
35b4abbf15 protocol: Do not print admin password hash 2023-10-17 16:07:03 +03:00
e7d846013d admin: Specify host with -a 2023-10-17 16:02:57 +03:00
8b857ad2a1 protocol: Allow specifying hash len 2023-10-17 15:55:39 +03:00
e6ae885eb9 admin: Disable echoing password 2023-10-17 15:55:00 +03:00
3cc3e5815e Add admin program 2023-10-17 15:16:28 +03:00
ce742f091d Add packet enums 2023-10-17 14:25:13 +03:00
1a565872d7 Remove unnecessary unsafe 2023-10-17 14:12:32 +03:00
eef9698d02 Update README 2023-10-17 10:29:50 +03:00
79286be612 Remove unused parser.rs 2023-10-17 10:27:28 +03:00
528048bcfd Add protocol crate 2023-10-17 10:21:52 +03:00
a03f682180 Remove unused filters and fix clver tests 2023-10-09 09:16:25 +03:00
ed83a77b3b Add update client message 2023-10-08 17:08:58 +03:00
c587e0dab7 Not full condition is selected by full filter 2023-10-08 14:59:17 +03:00
159aa1b084 Some filter docs and tests cleanup 2023-10-08 14:54:31 +03:00
85d2bb84e9 Remove TODOs for nor and nand 2023-10-08 10:31:42 +03:00
7ffa5b5d42 Remove filter flag white 2023-10-08 10:29:23 +03:00
a4e10b9965 Add config file 2023-10-08 10:25:14 +03:00
e8c0ab6531 Remove unused filters 2023-10-08 08:22:28 +03:00
11ae3e6883 rustfmt 2023-10-08 07:44:46 +03:00
97b84e89aa Match server map
Add more filter tests.
2023-10-08 07:43:45 +03:00
9beefd5d6d Reorg missing challenge error 2023-10-07 20:35:38 +03:00
33429dddc9 Remove byteorder dependency 2023-10-07 19:44:00 +03:00
518f8363bb Ignore ServerRemove packet 2023-10-07 19:44:00 +03:00
81932d9e6b Single-threaded master server 2023-10-07 19:43:52 +03:00
53c4605576 Initial commit 2023-10-07 09:27:23 +02:00