summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)Author
2013-04-27Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regexAndrew Dolgov
2013-04-26Match each tag separately against user filter regular expressionDmitry Konishchev
2013-04-26Allow slashes in filter regular expressionsDmitry Konishchev
2013-04-25base if-modified-since on last received article, not feed update timestampAndrew Dolgov
2013-04-25fetch: better checking for 1970- dateAndrew Dolgov
2013-04-24do not needlessly mark icons as failedAndrew Dolgov
2013-04-24fix floicon failed message not respecting debugging settingAndrew Dolgov
2013-04-24unify houskeeping stuff, increase spawn intervalAndrew Dolgov
2013-04-24reduce daemon chattiness a bitAndrew Dolgov
2013-04-24increase updstart locking interval to prevent concurrent updates; decrease ba...Andrew Dolgov
2013-04-24fix updating for pgsqlAndrew Dolgov
2013-04-24updating: do not use cache timestamp if it is unusable for current feed;Andrew Dolgov
2013-04-23do not recalculate avg color repeatedlyAndrew Dolgov
2013-04-23attempt to recalculate favicon avg color if it changesAndrew Dolgov
2013-04-23add a hack so that if floicon fails on some icon, it won't be processed againAndrew Dolgov
2013-04-19Fix doubly applied basepaths to lockfiles.Daniel Andersson
2013-04-19remove debug_enabled globalAndrew Dolgov
2013-04-19update_rss_feed: simplify debug reportingAndrew Dolgov
2013-04-19subscribe: verify XML before adding to the database; fetch: try to work aroun...Andrew Dolgov
2013-04-19trim received feed data on fetchAndrew Dolgov
2013-04-19do not try to calculate icon avg color if GD is not presentAndrew Dolgov
2013-04-18entry_author: do not double escape string, author & comments: trimAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-18add better gzdecode support for php native fetch, use curl under open_basedirAndrew Dolgov
2013-04-18Revert "do automatic gzcdecode on feed data"Andrew Dolgov
2013-04-18do automatic gzcdecode on feed dataAndrew Dolgov
2013-04-17get_article_filter: fix missing argumentAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17daemon2: use passthrough to daemon-loopAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17add schema checking to feed updating and update scriptAndrew Dolgov
2013-04-16implement old log entry purging in update_daemon_common; add some more error ...Andrew Dolgov
2013-04-15use hashed guids in a hopefully backwards compatible fashionAndrew Dolgov
2013-04-15properly remove and replace favicon color when favicon gets manually removed/...Andrew Dolgov
2013-04-15remove hsl stuff from classes/feeds, we take care of this when choosing the c...Andrew Dolgov
2013-04-15try to improve color guessing algorithm a bitAndrew Dolgov
2013-04-15only enable colored favicons in vfeeds; fix RGB triplet packingAndrew Dolgov
2013-04-15store favicon color as #rrggbb; process existing faviconsAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-13implement basic feed authentication parameter encryption in the database (FEE...Andrew Dolgov
2013-04-12decode html entities in article title on importAndrew Dolgov
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-04updater: prevent duplicate feed ids being scheduled for updateAndrew Dolgov
2013-04-01Merge branch 'master' into tunable-fetchesBarak Korren
2013-04-01Moved hard-coded fetch timeout values into config file to allow site-level tu...Barak Korren
2013-03-31implement stop actionAndrew Dolgov
2013-03-31daemon: do not schedule user-disabled feeds (2)Andrew Dolgov
2013-03-31daemon: do not schedule user-disabled feedsAndrew Dolgov
2013-03-30daemon: sort by randomAndrew Dolgov