Skip to content

RSS-Bridge 2018-12-11

Compare
Choose a tag to compare
@logmanoriginal logmanoriginal released this 11 Dec 16:07
· 2020 commits to master since this release

General changes

  • Added parameter validation for [admin]:email in order to prevent injection of arbitrary content. (2bb1316)
  • Replaced the debugMessage function by a Debug class. Find more information on the Wiki (a0490e3)
  • Requests with _cache_timeout no longer result in an error message on servers where custom_timeout is disabled. Instead the server redirects to a query without _cache_timeout (#894)
  • Fixed some grammar (#923)
  • Added API documentation to the core library, compatible to PHPDocumentor (various commits)
  • Added server-side caching, using the "If-Modified-Since" header (#889)
    Note: Caching is disabled if the remote server requests no caching (#945)
  • Added new action detect to automatically select a bridge based on a URL (#928)
    Read more about this new action in the Wiki
  • Fixed a bug where queries via CLI would fail because server variables are not defined (#939)
  • Added better error reporting for cUrl errors (#958)

New bridges

Modified bridges

  • Crewbay

    • Updated bridge according to new crewbay.com website (#930)
  • Facebook

    • Added decoding for HTML entities to prevent double-encoding in the output data (#925)
    • Changed title generator to produce more useful titles (#924)
  • FB2

    • Adapt to Facebook HTML changes (#950)
  • GithubIssue

    • Fixed issue comments and events parsing (d7cabfc)
    • Fixed non existing comments count (d5085a4)
    • Be consistent in avoiding is_null (f4b46e4)
  • Glasdoor

    • Fixed bridge being marked as executable (6e9c188)
  • Soundcloud

    • Added RSS enclosures (#952)
    • Improved Author, Date and Description (#955)
  • Twitter

    • Changed order of quoted tweets and replies to appear in the same order Twitter would use (#921)
    • Added decoding for HTML entities to prevent double-encoding in the output data (#926)
  • YGGTorrent

    • Added URI to feed items (41d0255)
  • ZoneTelechargement

    • Switch to the new Website (#934)

Removed bridges

No bridges were removed in this release!