summaryrefslogtreecommitdiff
path: root/plugins/LinkbackPlugin.php
AgeCommit message (Collapse)Author
2010-01-12Actually skip the pingback if XML-RPC extension is missing, instead of ↵Brion Vibber
considering it then trying anyway and dying of a fatal error. :)
2010-01-07add version information to LinkbackEvan Prodromou
2009-11-19Should be using onHandleQueuedNotice instead of onEndNoticeSaveCraig Andrews
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet.
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵Brion Vibber
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f.
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet.
2009-09-08Linkback Plugin: check result properly so failures are not reported as a ↵CiaranG
success in the log. Also logs (debug only) when an attempt is being made
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25Laconica in pluginsEvan Prodromou
2009-04-24check for existence of xmlrpc extension in LinkbackPluginEvan Prodromou
2009-04-14escape slash in regexpEvan Prodromou
2009-03-28Linkback plugin does pingback by defaultEvan Prodromou
We do pingback by default for the linkback plugin.
2009-03-11Add initial trackback supportEvan Prodromou
2009-03-08first version of plugin for pingback and trackback (no trackback yet)Evan Prodromou