summaryrefslogtreecommitdiff
path: root/lib/omb.php
AgeCommit message (Expand)Author
2010-03-01Revert "show service debug info"Evan Prodromou
2010-03-01lost important fields when switching queriesEvan Prodromou
2010-03-01show service debug infoEvan Prodromou
2010-03-01pass listener URI into consumer for OMBEvan Prodromou
2010-02-18Fix for cross site OMB posting problemZach Copley
2009-12-01Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['ti...Brion Vibber
2009-11-25Catch and report exceptions from notice_to_omb_notice() instead of letting th...Brion Vibber
2009-11-24Fix regression in OMB sending with queues enabled -- items never got dequeued...Brion Vibber
2009-10-23Fix three fatal errors when posting from 0.9.x:Brion Vibber
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
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-08-10Replace own OMB stack with libomb.Adrian Lang
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-05-30take debug code out of omb.phpEvan Prodromou
2009-03-11Fix array access on possibly undefined index.Adrian Lang
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-08Typo in lib/omb.php updateprofile request handling.Adrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-02-20fix some notices in omb.phpEvan Prodromou
2008-12-23TRUEEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-11add User-Agent to OMB requestsEvan Prodromou
2008-09-07remove some debugging code from omb.phpEvan Prodromou
2008-09-07lots of debugging code in OMB sendEvan Prodromou
2008-09-07debugging for ombEvan Prodromou
2008-09-05free and unset DB_DataObjects after we're done with themEvan Prodromou
2008-09-04use a join for omb broadcastEvan Prodromou
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-04error noticesEvan Prodromou
2008-06-12another copy-and-paste errorEvan Prodromou
2008-06-12correct the id attribute of the profileEvan Prodromou
2008-06-12fix some incorrect input due to copy-and-paste programmingEvan Prodromou
2008-06-12add some more debugging codeEvan Prodromou
2008-06-12broadcast profile and change subscription input idEvan Prodromou
2008-06-06bad signature because variable name was wrongEvan Prodromou
2008-06-06removing some noisy debug noticesEvan Prodromou
2008-06-06quit trying to use fancy join and just loopEvan Prodromou
2008-06-06fix name of join-adding methodEvan Prodromou
2008-06-06dump sub and rpEvan Prodromou
2008-06-06trim whitespace and more debugging for posting messagesEvan Prodromou
2008-06-06debugging messages in broadcast remoteEvan Prodromou
2008-06-06push yadis requirement into omb.phpEvan Prodromou
2008-06-06move notice-posting stuff from util.php to omb.phpEvan Prodromou
2008-06-04full interface for userauthorizationEvan Prodromou