summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-08-09Small reordering of code (cosmetic)Luke Fitzgerald
2010-08-09Set lastPing on connectLuke Fitzgerald
2010-08-07Small cosmetic changesLuke Fitzgerald
2010-08-07Added pinging to keep connection openLuke Fitzgerald
2010-08-07Added more commentingLuke Fitzgerald
2010-08-07Merged in Phergie changesLuke Fitzgerald
2010-08-07Cosmetic comment changeLuke Fitzgerald
2010-08-07Merge remote branch 'statusnet/1.0.x' into irc-pluginLuke Fitzgerald
2010-08-07Commands can now be whitelisted to allow response to the channelLuke Fitzgerald
2010-08-06Locale error message, clean up {}, Verified under 1.0.x && php 5.3Eric Helgeson
2010-08-06Fixed PHP 5.3 by & valueEric Helgeson
Cleaned up {}'s
2010-08-05Use nick length insteadLuke Fitzgerald
2010-08-05Bot responds to channel commands via PMLuke Fitzgerald
2010-08-04Merge in Phergie changesLuke Fitzgerald
2010-08-04Messages with new lines split at plugin stage for reliabilityLuke Fitzgerald
2010-08-04Only attempt callback if non-nullLuke Fitzgerald
2010-08-03Remove old debugging codeLuke Fitzgerald
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-08-03Merge branch 'activityhooks' into 0.9.xEvan Prodromou
Conflicts: classes/Notice.php
2010-08-03Merge branch 'testing' into 0.9.xEvan Prodromou
2010-08-03correctly show <source> for atom feedsEvan Prodromou
2010-08-03Revert "Merged in Phergie changes"Luke Fitzgerald
This reverts commit a3df3b63670aeb31785ba8665ebc2b78d4e7760f.
2010-08-03Cosmetic whitespace changeLuke Fitzgerald
2010-08-03Merged in Phergie changesLuke Fitzgerald
2010-08-02Merge branch '2429' into 0.9.xJames Walker
2010-08-02Fix for #2429 - move OStatus XML writing to XMLStringerJames Walker
2010-08-02Remove the 'Enable Twitter import' checkbox from Twitter admin panel by ↵Brion Vibber
default; can be re-added with setting: addPlugin('TwitterBridge', array('adminImportControl' => true, ....)); Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)
2010-08-02fix #2478 - ensure all XRD documents get proper content-type headersJames Walker
2010-08-02move to rel="salmon" (per latest spec)James Walker
2010-07-30Fix for ticket #2286: [mobile] Text extends beyond border of repeat ↵Brion Vibber
confirmation dialog floater box on iPhone http://status.net/open-source/issues/2286 This bit of CSS was constricting the vertical size of the popup form for repeats: .notice-options form { width:16px; height:16px; } I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini. Removing the statement lets the popup form go to its natural size, covering the button.
2010-07-28Merge branch 'googleadsadminpanel' into testingEvan Prodromou
2010-07-28add admin panel for AdsenseEvan Prodromou
2010-07-28Introduce error checking when calling handleEventsLuke Fitzgerald
2010-07-28Merge in Phergie changesLuke Fitzgerald
2010-07-27Merge in Phergie fixes and remove some whitespaceLuke Fitzgerald
2010-07-26Remove some testing/debugging codeLuke Fitzgerald
2010-07-26More Irc plugin workLuke Fitzgerald
2010-07-25Merged in Phergie changesLuke Fitzgerald
2010-07-24Use non-statusnet classLuke Fitzgerald
2010-07-24Change ircmanager to not use unnecessary classLuke Fitzgerald
2010-07-24Merged in Phergie change (Allow sec/usec = 0)Luke Fitzgerald
2010-07-24Updated commentingLuke Fitzgerald
2010-07-24Handle the case where confirmation is cancelledLuke Fitzgerald
2010-07-23Cosmetic: Rearrange codeLuke Fitzgerald
2010-07-23Another commentLuke Fitzgerald
2010-07-23Added some missing commentsLuke Fitzgerald
2010-07-23Remove Phergie diff fileLuke Fitzgerald
2010-07-23Lots more work - Implemented nickname checkingLuke Fitzgerald
2010-07-21Update classname in ircmanager too!Luke Fitzgerald
2010-07-21Rename Phergie_Plugin_Statusnet_Callback to Phergie_Plugin_StatusnetCallbackLuke Fitzgerald