Commit Graph

25 Commits

Author SHA1 Message Date
christian
e234ce0109 reduced threads for secondary processing and added threadpool for udp messages. furthermore moved logic around so response concat can be valued 2021-12-07 22:26:19 +01:00
christian
d7ed45922e redid kotlin to java and removed coroutines again 2021-12-03 21:06:10 +01:00
christian
30bf0d059f removed global variable entirely 2021-12-02 01:41:06 +01:00
christian
583324e4ca changed word list so hopefully no more undefined behaviour by list in coroutine environment 2021-12-01 23:45:36 +01:00
christian
5273eb3b6e added further tests and adjustments to these for calculations 2021-11-29 19:37:52 +01:00
christian
e9367f62fa had accidently uploaded wrong version before 2021-10-25 19:27:47 +02:00
christian
4c205f49d5 further bot updates for chatting 2021-10-25 19:08:22 +02:00
christian
509cd2cbe9 added dependency updates, remade stuff to updates. fixed removing sentences. added null checks 2021-10-21 21:36:17 +02:00
christian
68f21da53b increased deletion amount 2021-10-06 21:36:39 +02:00
christian
5dee2a8e65 updating suggestiongs bot and the autism bot on discord 2021-09-17 16:03:11 +02:00
christian
78532929ae refactoring the flow, still missing some caching for sentimentAnalyzerTest 2021-08-22 17:10:29 +02:00
christian
00699e7b96 removed lib files, updated to intellij from netbeans, changed to kotlin coroutines 2021-07-07 12:45:49 +02:00
christian
efd3a671c4 further update to bot being moved to new sys machine 2021-04-04 10:01:54 +02:00
jenzur
4cc380a1ff completed switch to UDP featuring ingame chat support again 2020-07-03 22:50:21 +02:00
jenzur
d13e8cde77 adding ingame chat support from sourcemod through java to python 2020-05-05 23:52:01 +02:00
jenzur
ac56f386a3 un-parallelising some functions, changing futures retriever, moving some thresholds and logic around 2020-03-07 18:40:59 +01:00
jenzur
d62cdf3aeb some bot overhauls 2019-08-03 14:35:09 +02:00
jenzur
b1aa449b59 you know that feeling when you cant tell if you forgot to add something 2019-05-09 23:00:27 +02:00
jenzur
d788d76ac6 slight moving, predominantly calculation updates 2019-03-31 01:22:25 +01:00
jenzur
9e68cbb283 removed levenhstein callable implementation, simplified sentence fetching from DB, moved from unloze db to a small vps db, instead of iterating 1 in updatematrix is 25 now, updated sentiment analyzing, also reduced get time of results to 5 seconds, a bunch of trivial things also got changed 2019-03-29 12:34:40 +01:00
jenzur
b3631ab1a0 since server area is gone it fetches some messages from hlstats now, will increase amount later, only potentially issue left is a nullpointer in getresponsemsg if none within 8 is reached, removed pipelines with annotation caching, 2019-03-16 23:02:52 +01:00
jenzur
66dae4e113 adding calculation prequirements for accepting strings 2019-03-07 18:39:40 +01:00
jenzur
aff2ddae5b replacing most arraylists with concurrentmaps due to them requirring less bytes per header since they should be stored bucketwise 2019-03-03 23:32:36 +01:00
jenzur
f64ce5c5a0 updated calculations, updated handling calculation storages, updated DB retrieval, added Distance object, added levenstein, almost everything in mysqldatahandler, 2019-03-03 13:17:07 +01:00
zaCade
57bbd5d55e autism 2019-03-02 15:10:46 +01:00