2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-24 07:13:38 +03:00

60 Commits

Author SHA1 Message Date
WPMGPRoSToTeMa
504a14a010 Fixed assertion with enabled debug (isctype)
Added bantime in kick reason in banid and addip
2016-02-07 06:48:03 +03:00
WPMGPRoSToTeMa
6bbce69f04 Added listipcfgfile cvar 2016-02-04 05:49:45 +03:00
WPMGPRoSToTeMa
5cfe0d3d4b Moved sv_force_ent_intersection in REHLDS_FIXES 2016-02-04 01:26:04 +03:00
theAsmodai
30a97dfaab Merge pull request #155 from WPMGPRoSToTeMa/kickfeatures
Added replacing escape sequences in kick reason (#154)
2016-02-02 19:24:44 +03:00
WPMGPRoSToTeMa
590c4f38ab Added replacing escape sequences in kick reason (#154) 2016-02-02 07:21:08 +03:00
WPMGPRoSToTeMa
ad7a7d6e8a Added drop client if it is not answered on consistency request 2016-02-02 05:08:06 +03:00
WPMGPRoSToTeMa
9836aef6bb Fixed crash when player was kicked in ClientPutInServer 2016-01-28 15:59:02 +03:00
asmodai
3cc7b9b98d Corrected fix in Decal_Init
Ignore prefixes in removeid
2016-01-25 02:09:32 +03:00
WPMGPRoSToTeMa
40b3a5e646 Added replacing special characters in name (Unicode Halfwidth and Fullwidth Forms) 2016-01-24 23:50:25 +03:00
asmodai
7c1c541d8f Fixed userid serialization hook
Fixed #135
2016-01-24 17:56:34 +03:00
WPMGPRoSToTeMa
940cf0e2ec Extended server reliable and signon buffers
Extended client netchan message buffer
2016-01-23 18:25:54 +03:00
asmodai
267c7eb327 Fixed crash in Q_UnicodeConvertT
Refactoring in SV_ExtractFrom
Added Steam_GSBUpdateUserData hook
Refactored and optimized calculateBytecount without hardcode
2016-01-17 02:29:16 +03:00
asmodai
3f2a77b71c Fixed crash on bot disconnect
Using inline algorithms instead of defines
2016-01-10 17:06:19 +03:00
s1lentq
6dcdc8a600 Fixed #103: Server sends TeamScore to early connection client which leads to bug in ScoreBoard CS 1.6 2015-12-27 22:40:04 +06:00
asmodai
fb4247d8ef Added optional echo for unknown commands (#91)
Updated flood rates
2015-12-27 03:13:19 +03:00
asmodai
6a4dc69ef7 Added Steam_GSGetSteamID hook 2015-12-26 21:15:50 +03:00
s1lentq
ee4dbe6481 ReHLDS API: Added some functions 2015-12-13 19:29:40 +06:00
s1lentq
1140f915dc Fix: hang the players on a scoreboard after changelevel map 2015-12-12 18:12:02 +06:00
s1lentq
5dcfd505c3 Fix: skip bytes BOM signature in SV_CreateGenericResources 2015-12-04 22:23:05 +06:00
s1lentq
93a13815e3 Fix: bug in SVC_GetChallenge incorrectly used format specifiers type uint64 for Linux.
Fix: spelling mistake with SV_CheckConsistencyResponce
Fix: net_from in solution project for HOOK_ENGINE
Cleanup and fix to build success for all solutions.
2015-11-17 11:35:21 +06:00
s1lentq
b7bd3f7720 ReHLDS API: Implemented SV_ActivateServer hook and added GetResourcesNum, GetDecalNameNum
Fix: using defines instead of magic numbers
Added include qlimits.h
Reduced the size global variable localinfo, ipfilters, userfilters
2015-11-13 04:42:47 +06:00
s1lentq
961028fa39 ReHLDS API: Added functions SV_AddResource, SetNumConsistency, GetNumConsistency.
Changed name GenericFileConsistencyResponce to CheckConsistencyResponce
2015-11-08 22:35:32 +06:00
s1lentq
24eb2d0ccd Fix for:
- correctly using types with define
 - missing EXT_FUNC for SV_GetChallenge
2015-11-08 19:43:39 +06:00
s1lentq
2a24337eee Cut of nicknames '+' if next there is something digit or alphanumeric character.
Added prefix Q_* for functions strlen/strcmp/strpcy/memset/memcpy/memmove etc.
Added for solution configuration (Debug Swds Play/Release Swds Play) the path to libacof32.lib in linker.
2015-10-27 21:14:08 +06:00
WPMGPRoSToTeMa
446fe8896b Fixed some typos 2015-10-26 04:36:28 +03:00
asmodai
9b99a54e34 Added optimized stdlib functions from Agner's asmlib
Increased allowed string commands rate
2015-10-18 00:11:21 +03:00
s1lentq
55c9a80cde Changed version in Host_Version at rehlds_fixes
Added Q_iswprint
Added cvar sv_force_ent_intersection for to bypass condition check with SOILID_SLIDEBOX and forced call SV_CheckSphereIntersection
2015-10-17 05:35:42 +06:00
asmodai
317a9dc3ba Fixed stringcmd flood
Fixed const qualifiers in sdk
Exported sv_version cvar
2015-10-11 19:04:21 +03:00
asmodai
5a8aa9ce8b Implemented SV_GetChallenge for API. 2015-10-10 20:02:29 +03:00
asmodai
4594ffba4a PreprocessPacket hook moved after IP ban check
AUTH_IDTYPE moved to ReHLSDK
2015-09-29 22:56:25 +03:00
asmodai
04afd94aa7 HookChains refactoring.
Added API functions for getting all net message buffers.
Added callback for file hash checking.
Fixed tests passing if sse 4+ doesn't supported.
2015-09-28 02:04:50 +03:00
asmodai
c04b30a7fb Implemented SV_WriteFullClientUpdate callback 2015-07-16 15:04:41 +03:00
WPMGPRoSToTeMa
7db9030b6f Added iswprint check in Q_IsUnprintableW function
Added Q_StripUnprintableAndSpace function using for player name
2015-07-16 02:29:57 +03:00
asmodai
a3094b3719 Fixed bug in challenge generator. 2015-07-14 15:01:40 +03:00
dreamstalker
131d43a15e Added missing EXT_FUNC marks 2015-07-13 00:01:02 +04:00
s1lentq
a5d278fb1e Implemented unregisterHook for hookchain and added some functions to ReHLDS API 2015-07-07 23:33:50 +06:00
s1lentq
0f5844c6aa Fix bug with SV_CheckForDuplicateNames 2015-07-06 01:59:56 +06:00
thecrock
b0e4e5fa4f Fix for the Buffer Overload 4 exploit 2015-07-02 20:32:50 +04:00
dreamstalker
ed575d9b7d Fixed: all functions that could be called from outside must realign the stack
Removed NOINLINE from MSG_Write*Bits functions since stack alignment issue is resolved
2015-06-30 17:09:22 +04:00
dreamstalker
41ffb2d13c Fixed issues found by Coverity 2015-06-27 14:06:45 +04:00
dreamstalker
1463a1a2f8 Fixed issues found by Coverity in the engine 2015-06-26 21:21:55 +04:00
dreamstalker
328c32f8c9 Fixed the "server failed to transmit file 'AY&SY..." bug 2015-06-23 20:08:42 +04:00
dreamstalker
da547bd7c7 SV_ConnectClient: format *sid properly 2015-06-16 14:04:26 +04:00
asmodai
a6788217e7 Fixes in SV_ExtractFromUserinfo, SV_CheckForDuplicateNames, SV_CheckUserinfo. 2015-06-13 16:40:27 +03:00
asmodai
895f0beda5 Added names for network constants. 2015-06-07 21:06:20 +03:00
asmodai
c3e5486612 Fixed message fragments validation.
Fixed NET_GetLong.
Passing netadr_t to functions by reference instead of copying.
Added missed Q_ prefix for stdlib functions.
2015-06-07 03:55:42 +03:00
asmodai
7a973d1afb JITted DELTA_TestDelta.
Maked unit test for DELTA_TestDelta.
Unrolled tail recursion in SV_FindTouchedLeafs and SV_LinkContents.
Other small optimizations and fixes.
2015-05-29 23:21:20 +03:00
dreamstalker
bc88790bb1 Fixed #24: Remember fields unmarked by encoder and force set it if entity is used as a baseline 2015-05-24 15:29:47 +04:00
dreamstalker
39b803fa3d Delta encoder tests: refactoring
Added prefetches to delta and deltaJit
2015-05-24 01:41:16 +04:00
theAsmodai
4821823407 Merge pull request #22 from theAsmodai/master
Finished work with JIT in DELTA_CheckDelta and DELTA_WriteDelta
2015-05-23 01:04:09 +03:00