aboutsummaryrefslogtreecommitdiff
path: root/src/phinde
AgeCommit message (Collapse)Author
2023-04-21Do not use STDOUT and STDERR constantsChristian Weiske
.. they do not exist in webserver context
2023-04-02Fix string array access in php 8Christian Weiske
2020-04-17Write errors to stderrChristian Weiske
2020-03-08Support location redirect changesChristian Weiske
2020-03-08Fix accept header in crawlerChristian Weiske
2020-03-07Support subscriptions to redirect URLsChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/37
2020-03-07Support multiple hub links for WebSubChristian Weiske
2020-03-07Use own HttpRequest class so we get get our own user agentChristian Weiske
2020-03-06Add cli tool to unsubscribe from a topicChristian Weiske
2020-03-06Store the hub that was used for Websub subscriptionChristian Weiske
2020-03-05Support web linking in rss feed (atom:link)Christian Weiske
2020-03-05Add atom and rss feed link url extractionChristian Weiske
2020-02-29Do not break when searching for slashesChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/36
2020-02-29Add URL rewrites/replacementsChristian Weiske
2017-07-26Fix date searchesChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/25
2017-04-21Renew subscriptions that got no response.Christian Weiske
May happen if there were network issues or the server phinde is running on was shut down directly after the subscription request was sent. Resolves: https://github.com/cweiske/phinde/issues/28
2016-12-03add log file supportv0.2.1Christian Weiske
2016-12-03Do not crash status page when gearman worker is not registeredChristian Weiske
2016-11-25script to renew websub subscriptionsv0.2.0Christian Weiske
2016-11-24show subscriptions on status pageChristian Weiske
2016-11-24websub subcriptions workChristian Weiske
2016-11-17Configuration for default sort orderChristian Weiske
2016-11-16new pagerChristian Weiske
2016-11-11improve status pageChristian Weiske
2016-11-11status pageChristian Weiske
2016-11-10add log classChristian Weiske
2016-11-09properly handle noindex pagesChristian Weiske
2016-11-07Big patch merging crawling+indexing into one command, new json document ↵Christian Weiske
structure
2016-09-02Support multiple "nick:" terms in search fieldChristian Weiske
Resolves: #17
2016-09-02performance debug timerChristian Weiske
2016-09-02massively improve crawl speed by ditching "exists" queriesChristian Weiske
2016-09-01micro optimization for "exists" ES queriesChristian Weiske
2016-09-01Always show text, make text extract size configurable.Christian Weiske
Resolves: #8
2016-09-01remove anchor from source URLsChristian Weiske
2016-08-30tell why crawler stopsChristian Weiske
2016-08-30Add crawlBlacklist configuration optionChristian Weiske
Resolves: #7
2016-08-30Allow worker instances of multiple projects in parallelChristian Weiske
Change "queuePrefix" configuration in each project Resolves: #5
2016-08-30Fix noticeChristian Weiske
2016-08-30Option to disable linked URL indexingChristian Weiske
Resolves: #2
2016-08-30Add support for modification date queries: "before:", "after:" and "date:"Christian Weiske
Resolves: #4
2016-08-30Support "nick:cweiske" search syntax as alias for "author.name"Christian Weiske
Resolves: #3
2016-08-29Send If-Modified-Since header on crawling and indexingChristian Weiske
2016-03-31wip pubsubhubbubChristian Weiske
2016-02-12opensearch pagingChristian Weiske
2016-02-11opensearch supportv0.1.0Christian Weiske
2016-02-11support base hrefChristian Weiske
2016-02-11sanitize title betterChristian Weiske
2016-02-11use correct meta robots attributeChristian Weiske
2016-02-11debug option for crawlerChristian Weiske
2016-02-10add date sortingChristian Weiske