summaryrefslogtreecommitdiff
path: root/plugins/Comet
AgeCommit message (Collapse)Author
2010-02-17htmloutputter->script() special cases src's that begin with plugin/ or ↵Craig Andrews
local/ so that plugins don't need to include common_path() in every call to $action->script() Adjust plugins to not call common_path() when it's not necessary Fix minify plugin
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25Laconica in pluginsEvan Prodromou
2009-07-15better callback functions for comet pluginEvan Prodromou
2009-07-15build channel strings in CometPluginEvan Prodromou
2009-07-14Change CometPlugin so it re-uses stuff from RealtimePluginEvan Prodromou
2009-05-01optionally add a username/password on server side for CometEvan Prodromou
2009-05-01add in_reply_to link and make HTML in source work correctlyEvan Prodromou
2009-05-01add favor, reply, delete buttons for cometed noticesEvan Prodromou
2009-04-26Don't add a notice if it already exists on the pageEvan Prodromou
Try not to interfere with Ajax posting; don't show something if it's already on the page.
2009-04-26Display rendered HTML for a noticeEvan Prodromou
Display the rendered HTML for a notice
2009-04-26add live updating for tag pagesEvan Prodromou
2009-04-26README for the comet pluginEvan Prodromou
2009-04-26Make notice auto-updateEvan Prodromou
Shows notices auto-updating
2009-04-26Lots of tweaking to make things workEvan Prodromou
Did some tweaking and maneuvering to make things work. This version will now show a "notice received" alert box -- lots of progress! Had to test with Java server, not Python server.
2009-04-26Some updates for testing CometEvan Prodromou
2009-04-25remove unused duplicate fileEvan Prodromou
2009-04-25first pass at Comet plugin; doesn't yet updateEvan Prodromou