Commit graph

55 commits

Author SHA1 Message Date
mrfry
113a114821 added bit more advanced file existance checking, removed vhosts in favor or routes 2023-03-29 19:10:44 +02:00
mrfry
5c22f575dd added nearly complete p2p implementation 2023-03-20 18:02:45 +01:00
mrfry
ab33a2e059 logging fix 2023-03-08 08:42:33 +01:00
mrfry
e1747b9b11 reverted add question subject name comparison 2023-03-08 07:49:06 +01:00
mrfry
d962abfbc2 stricter subj name checking on question add, should log test fix 2023-03-07 19:53:59 +01:00
mrfry
537f4c413e worker start msg counts fix 2022-12-13 17:37:43 +01:00
mrfry
16cd4d9d4b restart workers on error 2022-12-12 20:41:51 +01:00
mrfry
0259cfe1a7 tesseract worker restart to aviod memory leak 2022-12-10 16:36:59 +01:00
mrfry
96b413a365 prettier 4 tabwidth 2022-12-10 15:34:54 +01:00
mrfry
00ec614f1d added tesseract package, trying to recognize text from base64 image 2022-11-23 21:47:07 +01:00
mrfry
5c2b46f2a3 Old question removing and updating 2022-05-16 16:22:09 +02:00
mrfry
347952c6da add question fix 2022-03-28 21:41:57 +02:00
mrfry
f5ad460e24 Possible answers penalty fixes, logging imporvements, added tests 2022-03-23 16:11:54 +01:00
mrfry
75d93af246 Added licence notice to many files, other minor type fixes 2022-03-22 11:19:32 +01:00
mrfry
bc5c293539 added / fixed some types 2022-03-20 11:49:05 +01:00
mrfry
5f12284bb8 Checking possible answers in /ask 2022-02-21 20:43:52 +01:00
mrfry
d8b0c28471 Minor changes, added example classes test 2021-05-04 10:28:20 +02:00
mrfry
c1197533c7 Removed manual nice setting 2021-04-28 17:19:28 +02:00
mrfry
8d3c0d7592 New forum content.json init changed to {}, process priority auto set to 10 2021-04-21 16:13:27 +02:00
mrfry
7571ffe271 Changed console logs to debuglog, fixed msgAll locking workers 2021-04-21 13:14:21 +02:00
mrfry
8ba1b01d33 Reserving specified workers is now possible 2021-04-16 14:13:39 +02:00
mrfry
a6ee415c5b worker db edit/update refactor 2021-04-16 11:06:17 +02:00
mrfry
e2c15f8445 Added uncached compare option (hardcoded, commented) 2021-04-14 14:14:41 +02:00
mrfry
cdd01b70de Moved qminingapi submodule, added pagination to forum posts 2021-03-31 20:22:13 +02:00
mrfry
258ccec663 Checking if possible answer exist, before saving it 2021-03-30 11:19:00 +02:00
mrfry
43b8d939c1 Duplicate remover: managing possible questions 2021-03-29 18:19:02 +02:00
mrfry
54a978b152 Logging a bit more on question search error 2021-03-20 15:26:10 +01:00
mrfry
b700bfba77 create question missing cache fix 2021-03-17 17:24:38 +01:00
mrfry
16b2f1a3b9 Question compare match is minimum, instead of average 2021-03-17 13:24:03 +01:00
mrfry
b5b0b8413a String comparing fix 2021-03-17 12:46:21 +01:00
mrfry
201119e05c Even more search speed improving, and fixing minor image comparing bug 2021-03-17 12:32:16 +01:00
mrfry
8fdc62349b Search speedup by: caching splitted questions/answers, and refactoring string compare algorithym 2021-03-17 12:24:50 +01:00
mrfry
043e825302 Exporting doSearch from classes, and removed unnecesary qdb param 2021-03-11 17:23:11 +01:00
mrfry
5ca0abbabf dataeditor api endpoints 2021-02-21 14:47:55 +01:00
mrfry
98f2cc4608 Searching in matching questiondbs first 2021-02-10 17:29:17 +01:00
mrfry
c6546a5b18 Image comparing fix 2021-02-10 15:01:28 +01:00
mrfry
6241d29f1f Fixing test script, changing min match to add in searching 2021-01-26 12:12:35 +01:00
mrfry
b5d5f20b79 Empty question fix 2021-01-14 17:10:30 +01:00
mrfry
57d8f642a0 User specific motd changes, adding question db name to found question 2021-01-11 14:47:16 +01:00
mrfry
b53fd84bf2 ask api changes, so it wont search unnecesary question dbs 2021-01-09 12:38:18 +01:00
mrfry
64f41d6748 Reqlogger exceptions, searchig: search till match percent and search in other subjs 2021-01-08 13:44:27 +01:00
mrfry
8d2bc709f3 Search till first 100% result only 2020-12-23 19:10:55 +01:00
mrfry
f87e165084 Domain specific data files 2020-12-22 16:11:01 +01:00
mrfry
c6da65ce40 /ask POST, and other fixes 2020-12-19 12:47:06 +01:00
mrfry
19b8fdc5ab Workers can now search in multiple specified db-s 2020-12-19 12:07:31 +01:00
mrfry
68dcbff846 Threads store their own qdb. It gets updated when new questions are added to reduce message sizes between threads 2020-12-19 11:31:12 +01:00
mrfry
4681ea3791 Adding questions using worker pools 2020-12-19 10:32:15 +01:00
mrfry
d8695682f7 Answering questions using worker poolz 2020-12-19 09:44:07 +01:00
mrfry
f5f3b51eee Added worker pools, and very very basic workers 2020-12-18 21:32:43 +01:00
mrfry
3b902d736f Added Request type with cookies and session, and fixed stuff that it broke 2020-12-16 17:22:15 +01:00