c17dacd152
reHLDS -> ReHLDS
2024-11-16 00:56:23 +03:00
s1lentq
693b51c883
Improved behavior of sv_filterban 0. Fixes #1027
2024-05-10 18:05:41 +07:00
Dmitry Novikov
0d1bdbab67
Implemented reduction of impact caused by zip-bomb exploit ( #994 )
...
* Implemented reduction of impact caused by zip-bomb exploit
Added network security CVars:
- sv_net_incoming_decompression (0-1) Enables or disables incoming data decompression
- sv_net_incoming_decompression_max_ratio (0.0 - 100.0) Sets max allowed ratio between compressed and decompressed data. (A ratio close to 90 indicates large uncompressed data with low entropy)
- sv_net_incoming_decompression_max_size (16-65536) Adjusts max size of output data after decompression.
Added CVar sv_net_incoming_decompression_punish for ban
* Fix missing reg CVar sv_net_incoming_decompression_punish
2024-04-14 01:04:03 +07:00
Sergey Shorokhov
b870de768b
fix: README badges
...
[skip ci]
2024-04-06 22:09:47 +03:00
anzz1
05f4a279f9
Add steamcmd instructions to readme ( #1021 )
2024-03-02 22:24:04 +07:00
s1lentq
90cb97ddae
Update README.md
2024-01-18 21:50:33 +07:00
s1lentq
76cbd2c140
Implemented optional CVar sv_tags for sets a string defining the "gametags" for this server to allows users/scripts to filter in the matchmaking/server-browser interfaces based on the value
2024-01-18 21:46:25 +07:00
s1lentq
f29d6c5769
Update README.md
2024-01-18 00:56:32 +07:00
s1lentq
62407e0dd6
Implement commands rcon_adduser,rcon_deluser,rcon_users to allow use RCON only by known user IPs ( Resolves #796 )
...
SV_Rcon: Minor refactoring
2024-01-18 00:40:16 +07:00
RauliTop
6d169b0119
Fix incorrect cvar description ( #897 )
2022-02-09 13:07:56 +07:00
Nord1cWarr1or
77b4cd3d32
Added missing CVar sv_rehlds_local_gametime
to readme ( #882 )
...
* Added missing CVar `sv_rehlds_local_gametime` to readme
Co-authored-by: Sergey Shorokhov <wopox1337@ya.ru>
2021-12-07 08:20:49 +03:00
mlgpero
c86849ef63
Update on grammar/spelling ( #865 )
...
* Update on grammar/spelling
Co-authored-by: Artem Golubikhin <WPMGPRoSToTeMa@users.noreply.github.com>
2021-10-23 11:56:02 +03:00
Sergey Shorokhov
39b441099c
Implement CVar sv_usercmd_custom_random_seed ( #837 )
2021-06-14 06:19:51 +07:00
s1lentq
6a916d766b
Update README.md build.yml [skip ci]
2021-04-17 18:14:32 +07:00
s1lentq
2cd25fa7f8
Update README.md
2021-04-16 02:33:32 +07:00
s1lentq
c893651bf0
Remove gradle & cleanup
2021-04-08 05:13:42 +07:00
s1lentq
2e8bd9e1eb
Add workflows/build.yml
...
Preparing migration to workflows
Fixes warnings
Update badges README.md
2021-03-16 21:22:34 +07:00
Simeon Nikolov
d6fff73df8
add ReHLDS logo in README ( #778 )
2021-01-28 01:27:05 +03:00
Karaulov
2713dfaae2
Small update sv_use_entity_file ( #708 )
...
Now if sv_use_entity_file set to 1, don't create new .ent files, use only exist.
2019-08-11 20:35:37 +07:00
Karaulov
3f809d018a
Simple entity editor ( #694 )
...
Ability to load entites from separate file instead of map content.
Added sv_use_entity_file cvar to toggle entites loading source.
2019-05-07 17:52:00 +05:00
theAsmodai
87a10a1e41
Added sv_rehlds_maxclients_from_single_ip cvar ( #610 )
...
Correctly reject overlimit connections
2018-05-07 21:24:21 +03:00
theAsmodai
f324df867f
Info code refactoring ( #604 )
...
* info.cpp refactoring
* Update info unittests
* Make _vgui_menus important and fix tests passing
2018-05-04 23:37:53 +03:00
s1lent
fda9ee3fe2
Removed HOOK_ENGINE
2017-12-12 18:32:38 +07:00
Dmitry Novikov
60f2181a55
Rework #529 , #530 ( #553 )
...
* Rework #529 , #530
Fix comment to S2A_RULES
Closes #529
Closes #530
2017-12-11 17:52:38 +07:00
s1lent
a444ce046b
HLTV: Support GCC
2017-09-27 20:43:24 +07:00
s1lent
2cf2fc6b63
Reconstruction & cleanup include files
...
Remove useless include files and part of code too
Move defines Q_* functions from engine/common.h to public/strtools.h
Rename functions:
strcopy > Q_strlcpy
strncopy > Q_strnlcpy
2017-07-23 17:05:15 +07:00
In-line
f85feab68e
Fix accuracy, improve bullet physics.
2017-07-11 22:34:01 +04:00
Santiago Castro
d84d92964b
Fix broken Markdown headings
2017-04-17 23:54:10 -03:00
Lev
f026c38333
Make mapcycle.txt sending optional, because not used on the client and cause parse error if file is large. Also truncate if sending is enabled.
...
Added sv_rehlds_send_mapcycle cvar.
2017-03-15 12:03:40 +05:00
Lev
d7dc53ced2
Updated README.
2017-02-11 02:55:23 +05:00
Lev
2f64cfc873
GCC support ( #339 )
...
* GCC support - could be used via -PuseGcc command line argument.
* Refactoring around __FUNCTION__, change __FUNCTION__ into __func__.
* Refactoring, formatting, small fixes.
2017-02-11 01:51:22 +05:00
In-line
21d8ca5521
Update README.md ( #329 )
2017-01-28 18:24:32 +05:00
s1lentq
fedc99bb85
Add a detailed print in SV_HandleClientMessage
2017-01-15 01:04:02 +07:00
s1lentq
63a037af60
Add badge to README.md
2017-01-13 02:38:51 +07:00
Artem Golubikhin
68dcc475f1
Update README.md
2016-12-10 20:07:12 +03:00
s1lentq
4bd4ab6724
Use defines ID of the models, refactoring
2016-12-02 00:11:42 +07:00
s1lentq
381a4c0ab2
Added cvar syserror_logfile
...
Changed in some places rehlds_syserror on Sys_Error for log.
2016-11-09 01:01:49 +07:00
Adidasman
8a80fa1869
Fix already spawn and add cvar rehlds_security.
2016-08-11 12:27:43 +06:00
spark512
56a2b2587d
Update README.md
...
Added cvars for cmdrate flood punishments.
2016-07-30 16:09:30 +02:00
WPMGPRoSToTeMa
80dca10f13
Added sv_rehlds_userinfo_transmitted_fields cvar
2016-07-30 03:48:45 +03:00
s1lentq
bef44b8741
Fix flight decoder are failed.
...
Added info in Readme.md about faster building.
2016-07-21 01:21:40 +07:00
s1lentq
762923fbc3
Implemented new function SV_EmitSound2 for 3-rd things and hook. ( #213 )
...
Added direct call for functions SV_EmitSound2 and SV_StartSound
Added cvar sv_rcon_condebug 0/1
2016-06-06 19:28:07 +03:00
asmodai
df6b4a6f91
Added build status to README.md
2016-04-01 19:32:22 +03:00
asmodai
6c56ad4e6d
Updated README.md
2016-02-10 20:08:26 +03:00
dreamstalker
444bda9f1e
Update README.md
2015-05-05 19:59:50 +04:00
dreamstalker
42f19ddaaf
Update README.md
2015-05-05 00:53:07 +04:00
dreamstalker
c404ae1bbf
Initial commit
2015-05-04 22:21:48 +04:00