Commit Graph

  • d06d50a908 slight changes to service files jenz 2022-05-13 12:40:14 +0200
  • a9ce7a6fea reduced query time by checking for length of column, not a real long term solution but should be good enough for some years jenz 2022-05-07 14:20:26 +0200
  • 2128687809 logging generic information about players https requests jenz 2022-05-01 18:11:11 +0200
  • 359972f118 oops did not need the name jenz 2022-04-28 21:14:36 +0200
  • e51c8d87ad update for now. technically speaking could some kind of fingerprinting be very usefull here jenz 2022-04-28 21:12:51 +0200
  • 7892a73726 changed flow, now just missing python part jenz 2022-04-25 23:50:40 +0200
  • 3695f56d22 fixed queries to update appropiate rows jenz 2022-04-24 19:20:29 +0200
  • e7ada43c99 added random order jenz 2022-04-24 13:33:26 +0200
  • f04173482c added query display on update jenz 2022-04-23 18:36:34 +0200
  • 3fc37089bd demos being moved would cause file not found error leaving behind zip files on disk jenz 2022-04-23 12:05:22 +0200
  • cabe87d92a added limits and query for iterating nosteamers through rest endpoint jenz 2022-04-11 19:28:20 +0200
  • d679279a55 added logging message when kicking jenz 2022-04-10 20:29:33 +0200
  • 42faa95ffa added query to check if IP and steamID combo alreayd present to reduce amount of http requests jenz 2022-04-10 20:02:14 +0200
  • 69824f8eed added new API key, moved after boolean check, added check that sourceban ban was not unbanned jenz 2022-04-10 19:03:50 +0200
  • 5fcc8fef90 some IP's have no information about the provider or asn jenz 2022-04-10 16:01:19 +0200
  • 6f03f89f99 added like queries for subblocks of ip's jenz 2022-04-10 14:34:28 +0200
  • 3a59297a49 removed onmapstart truncating jenz 2022-04-09 23:52:27 +0200
  • ee414bc91f added to settings jenz 2022-04-09 21:52:08 +0200
  • bb553d6318 simple way to asn/country/provider for banned users and later also nosteam users jenz 2022-04-09 21:49:47 +0200
  • a08f5a10bf initial release of nosteam ASN verification jenz 2022-04-09 19:59:58 +0200
  • 1b02d1ac4d remade from screen to systemctl service jenz 2022-04-02 13:26:47 +0200
  • 64d7611576 made the ingame autism bots into systemctl services finally jenz 2022-04-02 12:57:54 +0200
  • 17d6c9c914 removed comment jenz 2022-03-27 12:34:21 +0200
  • b08f5cf249 updated README jenz 2022-03-27 12:21:51 +0200
  • 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 jenz 2022-03-27 12:18:00 +0200
  • ec87a07ede updated readme and config settings being applied jenz 2022-03-25 19:59:42 +0100
  • 21f152e660 added extra threads again and moved variables to settings file jenz 2022-03-20 20:49:05 +0100
  • f891fc272c further updates by madness to block spam commands away jenz 2022-03-17 21:21:20 +0100
  • 9a5868951e made previous fix into its own plugin as it can catch all client cmds and not just what commandlistener thinks jenz 2022-03-13 12:23:31 +0100
  • 1f6abdff6f new updated by madness fixing so only the client lags and nobody else jenz 2022-03-13 11:43:04 +0100
  • 2e25e066ed initial commit of madness fix to rpt spam jenz 2022-03-10 00:19:05 +0100
  • fcd5881257 further checks to prevent weird issues jenz 2022-01-26 14:15:45 +0100
  • db669f3b05 fixed bugs related to mapchange/round restarts jenz 2022-01-16 17:16:39 +0100
  • ae9ea5083a simple attempt to fix potential teleport bug by excluding all non surf maps jenz 2022-01-16 15:45:38 +0100
  • ab8a2359d8 fixed command jenz 2022-01-16 00:33:29 +0100
  • 40d801af1a removed trigger hooking entirely jenz 2022-01-16 00:21:22 +0100
  • da68561909 removed forward christian 2021-12-20 23:35:10 +0100
  • 92906a3f26 initial comit of surfing feature, probably might need some more updates for fixing things in practise christian 2021-12-19 23:41:36 +0100
  • 7a4ea9ad95 forgot its auto commit christian 2021-12-14 02:34:42 +0100
  • ede81ec857 removed thread pool again and hopefully deleting works as intended now christian 2021-12-14 02:20:16 +0100
  • 7e9d830c42 reduced total amount of sentences, removed time constraint, deleting more now, added as experiment to run response threads with a 2 thread pool christian 2021-12-13 15:05:09 +0100
  • 8b25e6e8f9 should make autism bots join second ze server instead of gg christian 2021-12-09 22:49:52 +0100
  • 6d7a4e52ee added lemma nullchecks to avoid nullpointers christian 2021-12-09 12:14:09 +0100
  • 103fbe0eb5 should properly clear the arraylist in the hasmap christian 2021-12-09 12:04:36 +0100
  • da92210753 this should add a bit more variety when people repeat sentences christian 2021-12-08 02:25:01 +0100
  • e234ce0109 reduced threads for secondary processing and added threadpool for udp messages. furthermore moved logic around so response concat can be valued christian 2021-12-07 22:26:19 +0100
  • e9969f836e added threadpool to handle secondary processes. Should max be two threads and the main thread in use now christian 2021-12-06 18:38:15 +0100
  • 6006f50bcb added the caches earlier into the flow so that the new threads would not run into errors christian 2021-12-05 17:17:46 +0100
  • 9567db391f added threads to handle second importance processing christian 2021-12-05 16:56:46 +0100
  • 29d1f280b7 changed to different discord API christian 2021-12-05 13:33:53 +0100
  • 45308b5d65 finnaly fixed sticker crashing and moved logic a bit around. also made it learn from other channels again to increase data collection christian 2021-12-05 01:22:40 +0100
  • d6d15e87e0 changed how discord sends msgs christian 2021-12-04 01:59:09 +0100
  • d7ed45922e redid kotlin to java and removed coroutines again christian 2021-12-03 21:06:10 +0100
  • 8eacf7da71 updated discord4j version christian 2021-12-02 22:00:41 +0100
  • 30bf0d059f removed global variable entirely christian 2021-12-02 01:41:06 +0100
  • 583324e4ca changed word list so hopefully no more undefined behaviour by list in coroutine environment christian 2021-12-01 23:45:36 +0100
  • a8f5d2f20f did slight changes in terms of synchronization to hopefully prevent the atypical crashes of undefined behaviour due to string list being used while being added to christian 2021-12-01 18:59:02 +0100
  • 9324910798 index being closed caused errors, so its not closing anymore christian 2021-11-30 19:28:01 +0100
  • 5273eb3b6e added further tests and adjustments to these for calculations christian 2021-11-29 19:37:52 +0100
  • bd8b63bc8d fixed deleting old files christian 2021-11-15 21:42:34 +0100
  • 33749c149c added mysqldump support christian 2021-11-02 21:36:38 +0100
  • 30f4228f24 added support for remote jobs to zip /etc/, /var/ and home directories. just missing mysqldumps now christian 2021-11-01 21:29:49 +0100
  • b3cbd7f6b6 updated further christian 2021-10-30 23:52:37 +0200
  • 14c80a36b0 removed old directory christian 2021-10-30 23:43:57 +0200
  • d889ee06ea updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups christian 2021-10-28 22:45:30 +0200
  • 77a225e360 recuded resources required by steam christian 2021-10-27 22:31:01 +0200
  • 9c5e4b56d8 had forgotten to disable local logging christian 2021-10-25 21:07:56 +0200
  • e9367f62fa had accidently uploaded wrong version before christian 2021-10-25 19:27:47 +0200
  • 4c205f49d5 further bot updates for chatting christian 2021-10-25 19:08:22 +0200
  • 509cd2cbe9 added dependency updates, remade stuff to updates. fixed removing sentences. added null checks christian 2021-10-21 21:36:17 +0200
  • 241135566a updated syntax slightly, updated socket, made silly stuff for postforwards christian 2021-10-17 23:01:05 +0200
  • 489cc52bd5 updated config and should allow the bots to join gg and zr when ze is full now christian 2021-10-17 01:09:18 +0200
  • 72063604e6 added extra command required christian 2021-10-16 19:18:38 +0200
  • 5c3374e234 removed resource limits for hlstats in vm christian 2021-10-12 22:57:44 +0200
  • 0ad9d62ef9 updated readme of autismbot and added systemctl service for hlstats christian 2021-10-12 22:30:16 +0200
  • 68f21da53b increased deletion amount christian 2021-10-06 21:36:39 +0200
  • cf6f8fd5eb updated readme and ip used christian 2021-10-06 21:24:01 +0200
  • a57c49060e updated README and fixed ports being one off christian 2021-10-03 13:07:42 +0200
  • 4b93f90d56 updated readme with more required packages christian 2021-10-03 00:44:45 +0200
  • 23cbafe048 slight update to ports christian 2021-10-02 22:06:21 +0200
  • a2646f9718 further readme update christian 2021-10-01 21:52:13 +0200
  • 3c4f0b2a03 simple readme update christian 2021-10-01 21:33:18 +0200
  • 45487db570 fixed table name christian 2021-09-25 17:16:29 +0200
  • f66921b690 updated ip's, passwords and query for xenforo2 forum christian 2021-09-25 15:50:31 +0200
  • 5dee2a8e65 updating suggestiongs bot and the autism bot on discord christian 2021-09-17 16:03:11 +0200
  • 78532929ae refactoring the flow, still missing some caching for sentimentAnalyzerTest christian 2021-08-22 17:10:29 +0200
  • 5568a1dc75 further updates to messages again christian 2021-08-12 19:50:13 +0200
  • 00ab8089b9 added ignore list christian 2021-08-12 18:25:16 +0200
  • 8bed22fcdc updated suggestion bot in terms of suggestions christian 2021-08-11 23:01:02 +0200
  • 7719b90747 forgot adding files christian 2021-08-07 14:39:56 +0200
  • 6dbda5e502 initial release of suggestionsbot christian 2021-08-07 14:22:30 +0200
  • 3fd5693986 some current attempts with coroutines but more has to be changed again i suppose christian 2021-07-29 15:54:21 +0200
  • 14e70db53c potentially fixed the cause as to why the timer sometimes just would disable christian 2021-07-29 15:17:49 +0200
  • 9af43805f8 several updates to ensure own restartability christian 2021-07-26 01:26:16 +0200
  • 00699e7b96 removed lib files, updated to intellij from netbeans, changed to kotlin coroutines christian 2021-07-07 12:45:49 +0200
  • ce4933d124 fixed check if player has no previous time and added check for displaying a certain message christian 2021-07-02 19:56:15 +0200
  • ee95d3582e changed how to evaluate if time is better christian 2021-06-30 17:42:45 +0200
  • 80823c2901 added example of service and timer file that each hour checks if a map file is 3 hours old and then deletes it christian 2021-06-18 16:23:27 +0200
  • c5a6e30ca8 added return fix christian 2021-05-03 09:41:03 +0200
  • 7cf253a076 fixed client checks on triggers and added sql db check christian 2021-05-03 08:56:28 +0200