Commit Graph

75 Commits

Author SHA1 Message Date
ebaydayz 2dd36bcda5 Add missing exception for PVDZ_Server_buildLock
Vanilla commit:

https://github.com/DayZMod/Battleye-Filters/commit/00cae305598c03d1e6cd8df525a461b079f48a28
2016-08-22 17:07:59 -04:00
ebaydayz 19dd6f26ab Add setVariable exception for Merlin hit part 2016-08-21 12:41:00 -04:00
ebaydayz f529e5d724 Add PV value exception for SetFuel
Fixes kick when refueling
2016-08-12 20:16:16 -04:00
ebaydayz 7b287a2a23 Send PVDZ_sec_atp messages as array
Vanilla development commits:

https://github.com/DayZMod/DayZ/commit/6e0fd6203bd2ec2b6f07d3e44835c3f9c7fa5e7e

https://github.com/DayZMod/Battleye-Filters/commit/78ed0665fafc7eb286485f479c4b7d77442ba942
2016-08-12 17:23:49 -04:00
ebaydayz 72656ed001 Greatly optimize safe gear handling
- Safe inventory arrays are no longer sent over network to all machines
on server startup and on each lock/unlock
- Disabled user input then closed gear dialog during safe
lock/unlock/pack to block various duping methods.
- Moved safe creation, deletion and gear handling to server. This cuts
down on add[Magazine/Weapon/Backpack]Cargo, createVehicle and
deleteVehicle BE logs.
2016-08-10 20:34:54 -04:00
ebaydayz bc7c1879a3 Store plot and door friends names as array
Avoids setVariable value restrictions for players with special
characters in their name.

Also avoids issues with storing non-ASCII characters from player names
in DB inventory field.
2016-08-09 10:48:31 -04:00
ebaydayz d5ec0d9728 Remove duplicate PVDZ_obj_Fire exception
https://github.com/DayZMod/Battleye-Filters/commit/407134e1a2014952388fece241da9a3278d4c3be
2016-08-08 19:55:11 -04:00
ebaydayz fbffd8e9cb Fix hit_glass setVariable filter
@icomrade - In regex character classes only match each single character.
So a range with more than one character on one end (20) won't work:
http://www.regular-expressions.info/charclass.html

You can see that by running this code in-game with your old filter and
it will kick you:
player setVariable ["hit_glass3",1,true];

Adding the + on the end makes it match the character class one or more
times, so now it will match any integer >= 0.
2016-07-30 12:07:26 -04:00
icomrade c628ad8873 Fix hit_glass kick for some vehicles 2016-07-29 15:20:32 -04:00
icomrade fd2db4f07d Fix kick when crashing planes 2016-07-27 01:23:38 -04:00
icomrade b704d6d081 Update CreateVehicle.txt
fixes kick when using Gyro/Mozzie grenades
2016-07-27 01:21:23 -04:00
icomrade 61f59f32a5 Update createvehicle 2016-07-24 01:47:06 -04:00
icomrade 855a72ca1f Fix kick when crashing UH1Y 2016-07-22 23:44:33 -04:00
icomrade 3da14b34dd Exclude flares
some Epoch helicopters have flares
2016-07-22 23:19:13 -04:00
icomrade 253f5516da more buildable exclusions 2016-07-22 23:09:46 -04:00
icomrade 640e120590 Exception for plot preview 2016-07-22 21:58:12 -04:00
icomrade bb48baf75c More BE Filter Updates
objgather_Knockdown didn't work in the previous commit
2016-07-22 14:23:46 -04:00
icomrade 745f725c19 BE Filter Update 2016-07-22 12:45:45 -04:00
ebaydayz 035a94646b Add createvehicle.txt exception for player zombies 2016-06-12 14:54:33 -04:00
ebaydayz a7045140a0 Remove some unused legacy code 2016-06-07 16:26:29 -04:00
ebaydayz 2ea627f332 Preliminary BE filters update
The big list of removals in setvariableval.txt and publicvariableval.txt
were duplicates. Other removals are covered by the new regex filter.

Still needs work. If you encounter kicks please post the restriction
type and number along with the log line in the 1.0.6 testing issue.
2016-06-05 17:29:10 -04:00
[VB]AWOL 7812bcc7b0 PVDZ_Server_Simulation does not exist 2014-03-25 14:49:27 -05:00
Skaronator 7836b6f61c Cleanup setDamage.txt 2014-03-01 23:51:29 +01:00
Florian Kinder d74602fb95 Updated Death system 2014-02-18 23:22:38 +01:00
Florian Kinder c3cdd80c4d Updated BE filter 2014-02-16 22:41:35 +01:00
[VB]AWOL 1872e7f278 publicvariable extra filter for remExFP 2014-02-16 11:39:01 -06:00
[VB]AWOL 3b8bb56cce forgot to escape regex chars 2014-02-11 17:11:38 -06:00
[VB]AWOL 2d9d5feaa8 Not sure why this was removed
@infiStar any reason this was removed?
2014-02-10 14:09:27 -06:00
Skaronator ad5856c7d8 Add this to BE Filter 2014-01-29 19:49:24 +01:00
[VB]AWOL 1a605b430a Allowed now for MAAWS 2014-01-27 16:47:35 -06:00
Skaronator ea7e1b9a77 Fix Antihack PVS Log System 2014-01-24 20:41:53 +01:00
[VB]AWOL 1eee19bb37 revised to support heli lifting boats
We should whitelist all allowed vehicles and kick for anything else.

5 "" !"SUV_" etc.
2014-01-23 12:02:44 -06:00
[VB]AWOL 1a069565a6 cleanup and kick for any non whitelisted PV
This is just for vanilla epoch additional PV's need to be added for
custom code since we do no know what is used.
2014-01-21 17:22:26 -06:00
[VB]AWOL 97311b4928 added back gutting vars to BE since it was reverted 2014-01-19 12:38:48 -06:00
[VB]AWOL c95303bc9b added //new to all scripts and cleaned up some commented lines
to
2014-01-18 09:16:10 -06:00
[VB]AWOL 7ef18f0183 mpeventhandler.txt updated for new BE 2014-01-18 09:00:22 -06:00
[VB]AWOL 454b7f592c forgot to save a few files 2014-01-17 16:46:49 -06:00
[VB]AWOL cab5d03ab7 updated for latest BE
regex metacharacters ({}[]()^$.|*+? and \) now have to be escaped using
'\' if they should be used as literals.
2014-01-17 14:56:27 -06:00
Skaronator 678590c7ce Publish new Maintain Area (New HiveDLL is required) 2014-01-17 19:09:37 +01:00
Skaronator 40e4239d42 More PVS/PVC Stuff 2014-01-16 14:39:53 +01:00
[VB]AWOL c4333e2b7d fixes to format and localize 2014-01-15 19:21:13 -06:00
infiSTAR d1c99deac3 setdamage.txt fixes for hatched/chainsaw - scriprts.txt to block newer hacks and publicVariable.txt to get everything working 2013-12-11 22:13:41 +01:00
[VB]AWOL 975835bb40 added spawn BIS_Effects_Burn to battleye restriction 2013-12-11 13:59:54 -06:00
[VB]AWOL a9b5c895f5 setdamage battleye exceptions 2013-12-08 19:58:57 -06:00
infiSTAR 2fc094cbd1 Update remoteexec.txt
!="spawn BIS_Effects_AirDestructionStage2" !="]spawn BIS_Effects_AirDestructionStage2"

replaced with

!"spawn BIS_Effects_AirDestructionStage2"

the old version still kicked on helicrash.
2013-12-06 17:23:38 +01:00
HARLAN effda8e95b fix kick for 5x HESCO 2013-11-26 23:13:04 -05:00
[VB]AWOL 429b097cb4 skin must match class 2013-11-08 10:37:00 -06:00
[VB]AWOL 5707ea14a6 last few fixes before release 2013-10-14 04:50:54 -05:00
[VB]AWOL c12818f6f9 RC6 2013-10-13 13:15:27 -05:00
[VB]AWOL 702d9e5824 more updates 2013-10-12 11:14:53 -05:00