Commit graph

17 commits

Author SHA1 Message Date
ephphatha
0cd7c530bc Drop connections when a packet with length 0 header is received
This prevents malicious connections crashing a game by sending null bytes, but might still allow errors when packets are manually crafted.
2022-01-01 14:34:34 +01:00
staphen
ffbbcc6d62 Support unencrypted multiplayer games with no password 2021-10-25 01:14:37 +02:00
Vladimir Olteanu
5e5737370f dvlnet: pass smartptrs to lambdas that free buffers 2021-08-17 17:48:31 +02:00
Anders Jenbo
2ca6e37c46 Clean up sub folders using clang-tidy/Android Studio 2021-07-08 03:30:25 -07:00
Anders Jenbo
db3d1d4054 Revert and disable readability-convert-member-functions-to-static
This breaks on GCC 6.3
2021-06-27 12:03:11 +02:00
Anders Jenbo
8c76d45797 Clang-tidy: modernize-avoid-bind 2021-06-27 01:42:42 +02:00
Anders Jenbo
17e67d2b90 Clang-tidy: modernize-use-equals-default 2021-06-27 01:16:56 +02:00
Anders Jenbo
22b632f04a ♻️Clean up implicit bool conversions 2021-06-26 08:57:59 -07:00
Gleb Mazovetskiy
46a5dc147b 🔨 Restore GCC 5 compatibility
We can support this much older compiler with just these few minor
changes.
2021-04-27 14:26:14 +02:00
Jmgr
1b7e0d2cb3 Migrate existing log entries 2021-04-25 02:39:42 +02:00
Anders Jenbo
2969b80163 🎨 Run readability-identifier-naming on all src sub-folders 2021-04-22 03:53:35 +02:00
Anders Jenbo
1e3ed903be 🎨 strip redundant else 2021-04-22 00:39:48 +02:00
Anders Jenbo
d024f79b0e 🧹 performance-unnecessary-value-param 2021-04-22 00:08:19 +02:00
Anders Jenbo
373f28736f 🎨 Acceptable parts of modernize-* 2021-04-19 22:42:19 +02:00
Anders Jenbo
b978d80119 🎨 llvm-include-order 2021-04-19 20:11:20 +02:00
Anders Jenbo
bb4e1960e7 🎨 modernize-use-nullptr 2021-04-19 16:02:05 +02:00
Anders Jenbo
8c821e98d3 🚚 Restructure files 2021-04-16 03:57:22 +02:00
Renamed from SourceX/dvlnet/tcp_server.cpp (Browse further)