121db6b607
updated finally again how jumping works. now just using onplayerruncmd buttons for an actual jump before falling off an edge. its currently not perfect but maybe ppl dont notice too much
jenz2022-12-23 11:50:54 +01:00
10eedf6529
updated datagram sockets, had managed to fuck up the port
jenz2022-11-19 21:57:25 +01:00
eb7ed76d2e
update to using futures again for quicker processing
jenz2022-10-23 17:40:47 +02:00
0cf47b8e6c
initial commit for uploading just maps over a VM to OVH
jenz2022-10-20 00:37:58 +02:00
3316b6e74a
should not be needed, is weird check
jenz2022-09-17 19:18:13 +02:00
c72b97c657
changed roundstart to reset differently
jenz2022-08-17 21:07:31 +02:00
23cd40963c
bug fixes, hopefully the last one needed
jenz2022-08-15 01:47:05 +02:00
470a5199c4
added bandaid fix for when select queries select 0 instead of S1
jenz2022-08-12 01:03:20 +02:00
01eca3456e
minor update fixing error hopefully
jenz2022-08-11 23:08:04 +02:00
a5c7067026
added alter table statements for adding and removing indexes when maps are loaded. THis way i avoid mysql's limit of 64 indexes per table. the toptimes and own times can now be displayed very quickly ingame. ONly exception is if dev/ze2/ze play the same map because mapStart and MapEnd add and remove the indexes. So if dev/ze/ or ze2/ze play the same map then the first server leaving the map will delete the index again
jenz2022-08-11 16:05:18 +02:00
26315fe33e
minor updates and fixes
jenz2022-08-10 20:44:01 +02:00
43cb66b2d8
remade sql statement for altering table to just run every 10 seconds
jenz2022-08-10 13:17:09 +02:00
2c55476ea3
removing file not there and updating racetimer plugin to fix edge bug
jenz2022-08-10 00:55:03 +02:00
a0879dd786
updated to handle new formatting
jenz2022-08-09 23:22:11 +02:00
30145198f4
updated so mako has its racezone back on racemode
jenz2022-08-09 15:54:34 +02:00
d29f3fa2f1
added check to prevent teleport abuse
jenz2022-08-02 14:27:20 +02:00
63703675e1
updated autism bot plugin and python script to make movement hopefully less annoying to players
jenz2022-07-14 21:23:19 +02:00
541030785b
added hour check to avoid hours with no restrictions
jenz2022-07-07 18:20:59 +02:00
e2795c8edc
added delay for running commands in rcon channel, updated scraping to be even more generic.
jenz2022-06-25 13:40:30 +02:00
0c45287ae6
changed posting events slightly to be bold, updated pipeline to not accidentally delete wrong event, updated scraper to skip leader field but also handle if its not present at all
jenz2022-06-20 21:01:10 +02:00
23a9c1e41c
initial release of event notifier
jenz2022-06-19 13:40:27 +02:00
3270eda941
changed length of the cheat param cell to get entire message
jenz2022-06-11 23:24:33 +02:00
2c5820dd3d
initial commit: change in oryx is only outcommenting KickClient. Change in oryx-scroll is changing the message send to the native
jenz2022-06-11 23:02:43 +02:00
153f1c28ce
slight print update and added new systemctl service instead of using timer
jenz2022-05-30 19:40:10 +02:00
f7a399cb27
added VPN check to disallow people with
jenz2022-05-27 11:44:39 +02:00
444aa24f88
updated the verification bot to display message more elegant as well as updating the check every 10 seconds so it can reject certain ASN also
jenz2022-05-26 23:05:14 +02:00
304fffa29c
updates so the verification goes through once 200 hours reached
jenz2022-05-22 14:41:29 +02:00
51aafce337
typo in readme
jenz2022-05-21 23:11:25 +02:00
028e06b2d6
initial commit for the discord verification bot checking ingame playtime
jenz2022-05-21 23:10:17 +02:00
29a6ab2698
updated service file
jenz2022-05-18 23:48:56 +02:00
cd1b2ac7fb
updated services again and exiting behaviour
jenz2022-05-18 23:41:52 +02:00
d06d50a908
slight changes to service files
jenz2022-05-13 12:40:14 +02:00
a9ce7a6fea
reduced query time by checking for length of column, not a real long term solution but should be good enough for some years
jenz2022-05-07 14:20:26 +02:00
2128687809
logging generic information about players https requests
jenz2022-05-01 18:11:11 +02:00
359972f118
oops did not need the name
jenz2022-04-28 21:14:36 +02:00
e51c8d87ad
update for now. technically speaking could some kind of fingerprinting be very usefull here
jenz2022-04-28 21:12:51 +02:00
7892a73726
changed flow, now just missing python part
jenz2022-04-25 23:50:40 +02:00
3695f56d22
fixed queries to update appropiate rows
jenz2022-04-24 19:20:29 +02:00
e7ada43c99
added random order
jenz2022-04-24 13:33:26 +02:00
f04173482c
added query display on update
jenz2022-04-23 18:36:34 +02:00
3fc37089bd
demos being moved would cause file not found error leaving behind zip files on disk
jenz2022-04-23 12:05:22 +02:00
cabe87d92a
added limits and query for iterating nosteamers through rest endpoint
jenz2022-04-11 19:28:20 +02:00
d679279a55
added logging message when kicking
jenz2022-04-10 20:29:33 +02:00
42faa95ffa
added query to check if IP and steamID combo alreayd present to reduce amount of http requests
jenz2022-04-10 20:02:14 +02:00
69824f8eed
added new API key, moved after boolean check, added check that sourceban ban was not unbanned
jenz2022-04-10 19:03:50 +02:00
5fcc8fef90
some IP's have no information about the provider or asn
jenz2022-04-10 16:01:19 +02:00
6f03f89f99
added like queries for subblocks of ip's
jenz2022-04-10 14:34:28 +02:00
5830ed4aa7
finally found a way to avoid manually starting x2go sessions using the client, now its automatically starting the x2go sessions for the needed CSS display
jenz2022-03-27 12:18:00 +02:00
ec87a07ede
updated readme and config settings being applied
jenz2022-03-25 19:59:42 +01:00
21f152e660
added extra threads again and moved variables to settings file
jenz2022-03-20 20:49:05 +01:00
f891fc272c
further updates by madness to block spam commands away
jenz2022-03-17 21:21:20 +01:00
9a5868951e
made previous fix into its own plugin as it can catch all client cmds and not just what commandlistener thinks
jenz2022-03-13 12:23:31 +01:00
1f6abdff6f
new updated by madness fixing so only the client lags and nobody else
jenz2022-03-13 11:43:04 +01:00
2e25e066ed
initial commit of madness fix to rpt spam
jenz2022-03-10 00:19:05 +01:00
fcd5881257
further checks to prevent weird issues
jenz2022-01-26 14:15:45 +01:00
db669f3b05
fixed bugs related to mapchange/round restarts
jenz2022-01-16 17:16:39 +01:00
ae9ea5083a
simple attempt to fix potential teleport bug by excluding all non surf maps
jenz2022-01-16 15:45:38 +01:00
ede81ec857
removed thread pool again and hopefully deleting works as intended now
christian2021-12-14 02:20:16 +01:00
7e9d830c42
reduced total amount of sentences, removed time constraint, deleting more now, added as experiment to run response threads with a 2 thread pool
christian2021-12-13 15:05:09 +01:00
8b25e6e8f9
should make autism bots join second ze server instead of gg
christian2021-12-09 22:49:52 +01:00
6d7a4e52ee
added lemma nullchecks to avoid nullpointers
christian2021-12-09 12:14:09 +01:00
103fbe0eb5
should properly clear the arraylist in the hasmap
christian2021-12-09 12:04:36 +01:00
da92210753
this should add a bit more variety when people repeat sentences
christian2021-12-08 02:25:01 +01:00