summaryrefslogtreecommitdiff
path: root/lib/ping.php
AgeCommit message (Collapse)Author
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-07check for array before checking xmlrpc faultEvan Prodromou
2009-03-22not correctly checking results of XML-RPC requestEvan Prodromou
2009-03-22variable name errorEvan Prodromou
2009-03-19ping handler returns proper boolean responseEvan Prodromou
The ping queue handler wasn't returning a true value -- filling up the queue with ping requests. It now returns a true value.
2009-01-24Initial support for ping serviceEvan Prodromou
It makes sense to use the weblogs.com ping service to alert people to changes on the site. So, we do. Includes an extra ping queue handler.