Commit Graph

9 Commits

Author SHA1 Message Date
Artemy Egorov
b78da40255
Mass refactoring and stackoverflow users parser (#83)
* refactor: public config

delete public config, replace with package.json. Update version to 1.6.0 for this pull request.

* fix: searx pagination

* refactor: type system for routes

* refactor: universal redirection

* fix: stackoverflow questions

add No handler Found error

* feat: stackoverflow users parser
2024-02-25 18:17:56 +00:00
Artemy Egorov
8f707c800e
Timeout (#70)
* fix: long response time due to many <a>...

... without hrefs. It's a temporary measure until it's clear how to deal with such performance issues.

* perf: remove jsdom install linkedom

* feat: timeout

But still this timeout works only for the time of transfer of the page itself, not its processing by the server

* fix: links

* format
2023-12-13 21:08:24 +04:00
DarkCat09
86c033bdaa
Use common getConfig() 2023-09-21 16:32:08 +04:00
DarkCat09
1fc1d8e88b
NotHtmlMimetype error handling 2023-09-21 13:18:12 +04:00
DarkCat09
66ce1caab0
Error handler for API, separated schemas 2023-08-23 13:46:19 +04:00
DarkCat09
77058ede74
Refactored error handling 2023-08-21 18:35:25 +04:00
DarkCat09
7cb254f523
Weird error matching 2023-08-21 17:03:28 +04:00
DarkCat09
d498488875
Bugfix: disallow proxying of local resources 2023-08-17 18:00:39 +04:00
Artemy
9e29561ad3 refactor: Error Handler 2023-08-16 13:20:24 +03:00