| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-14 | enhanced Mac App packaging: warn if java is not present or too oldHEADmaster | Michael Peter Christen | |
| 2026-07-14 | Server-validated X-Real-IP proxy handling, publicPort lifecycle fix, ↵ | Michael Peter Christen | |
| peer-statistic iam parameter, transfer-IP fallback, and matching tests/docs | |||
| 2026-07-12 | proper IP recognition using header X-Real-IP when YaCy is behind a | Michael Peter Christen | |
| reverse proxy | |||
| 2026-07-12 | add solr9-jetty-bridge verification to CI | Michael Peter Christen | |
| 2026-07-12 | Migrated to Solr 9.10.1 and Lucene 9.12.3 | Michael Peter Christen | |
| 2026-07-12 | Downgraded YaCy to Jetty 12.0.37 | Michael Peter Christen | |
| 2026-07-12 | Migration to Jetty 12.1.11 | Michael Peter Christen | |
| 2026-07-12 | towards a Jetty 9 decoupling baseline for the Jetty 12 migration | Michael Peter Christen | |
| 2026-07-11 | isolate Solr 9.0 Jetty client dependencies in a relocated bridge | Michael Peter Christen | |
| 2026-07-11 | de-coupling of security functions from jetty | Michael Peter Christen | |
| 2026-07-11 | transform Handler into Servlet-Filter | Michael Peter Christen | |
| to further remove dependencies from jetty | |||
| 2026-07-11 | Added a server interface which is now implemeted by jetty 9 | Michael Peter Christen | |
| This will enable a better transition once we migrate to jetty 10 | |||
| 2026-07-11 | removed unnecessary use of jetty | Michael Peter Christen | |
| this is to reduce dependency on jetty before we migrate jetty | |||
| 2026-07-11 | cleaned up user authentication | Michael Peter Christen | |
| this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server. | |||
| 2026-07-10 | migrated jcifs, mime4j to latest | Michael Peter Christen | |
| 2026-07-10 | removed org.restlet.jar as it is not needed any more | Michael Peter Christen | |
| restlet was a dependency for Solr 4.8 but not for Solr 9.0 any more. | |||
| 2026-07-10 | migrated a large number of libraries to latest | Michael Peter Christen | |
| 2026-07-10 | We migrate to JDK 17 | Michael Peter Christen | |
| This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon. | |||
| 2026-07-10 | new use case graphics and slightly larger font | Michael Peter Christen | |
| 2026-07-10 | added help files for YaCy UI web pages | Michael Peter Christen | |
| 2026-07-10 | fixed language selector and translations for the selector | Michael Peter Christen | |
| 2026-07-09 | enhanced Network Graph Caching | Michael Peter Christen | |
| 2026-07-09 | Complete Chinese, Hindi, Japanese, and Korean translations. | Michael Peter Christen | |
| 2026-07-07 | Major fix for localization: finalizing German, French, Spanish, Italian, | Michael Peter Christen | |
| Greek, Slovak, Ukrainian, Turkish and Russian. Also added full support for Polish language. All servlets are now fully supported by those languages. | |||
| 2026-07-07 | fix for spelling in web pages, fixes in locale translations, added | Michael Peter Christen | |
| missing pages in de-locale, removed translation for non-existing pages | |||
| 2026-07-05 | better distinct between num_ctx and max_tokens | Michael Peter Christen | |
| 2026-07-05 | another report fix | Michael Peter Christen | |
| 2026-07-05 | removed bloat | Michael Peter Christen | |
| 2026-07-05 | setting max_tokens per model | Michael Peter Christen | |
| 2026-07-05 | fixed shutdown problem | Michael Peter Christen | |
| 2026-07-05 | removed the snapshot feature and all dependencies from non-java code | Michael Peter Christen | |
| 2026-07-05 | enhanced logging (to be used in self-enhancement reports) | Michael Peter Christen | |
| 2026-07-05 | enhanced download of models, updated model list | Michael Peter Christen | |
| 2026-07-05 | IPv6-aware fixes | Michael Peter Christen | |
| not a full IPv6 support fix, but changes towards | |||
| 2026-07-04 | fix for timeout | Michael Peter Christen | |
| 2026-07-04 | enhanced gitignore | Michael Peter Christen | |
| 2026-07-04 | enhanced log reports generation | Michael Peter Christen | |
| 2026-07-04 | fix for memory setting | Michael Peter Christen | |
| 2026-07-04 | Enhanced Log Reports | Michael Peter Christen | |
| 2026-07-04 | added llm proxy servlet to augment the RAGProxyServlet with admin | Michael Peter Christen | |
| access. We need this to do remote LLM inference configuration. | |||
| 2026-07-04 | Merge branch 'master' of https://github.com/yacy/yacy_search_server.git | Michael Peter Christen | |
| 2026-06-28 | added log report generator for recursive self-improvement | Michael Peter Christen | |
| 2026-06-23 | Merge branch 'master' of https://github.com/yacy/yacy_search_server | Michael Peter Christen | |
| 2026-06-04 | Merge pull request #795 from mmeier86/fix-weird-version-string | Michael Christen | |
| Fix broken YaCy version string for containerized deployments | |||
| 2026-06-04 | Docker: Fix YaCy version determination | Michael Meier | |
| The .dockerignore file was preventing the .git directory from being copied into the context during container builds, which prevented ant from determining the YaCy version by running a few git commands. This fixes containerized YaCy peer's version showing up as: yacy_v1.941_fatal: not a git repository (or any of the parent directories): .gitfatal: not a git repository (or any of the parent directories): .git_fatal: not a git repository (or any of the parent directories): .git | |||
| 2026-05-31 | Merge branch 'master' of https://github.com/yacy/yacy_search_server | Michael Peter Christen | |
| 2026-05-31 | enhanced ai chat: show when tool calls happen and show result of tool | Michael Peter Christen | |
| calls during current chat completion | |||
| 2026-05-31 | added update_plan tool | Michael Peter Christen | |
| 2026-05-25 | Merge pull request #783 from songproducer/improve/late-page-quality | Michael Christen | |
| fix: scale nodeStack capacity with query offset so late pages aren't … | |||
| 2026-05-25 | Merge pull request #775 from songproducer/fix/xss-reflected-input | Michael Christen | |
| fix: HTML-escape reflected user input and crawled document metadata to prevent XSS (#401, #630) | |||
