summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-07-21Rename Phergie_ExtendedBot to Phergie_StatusnetBotLuke Fitzgerald
2010-07-21Corrected UTF8 to UTF-8Luke Fitzgerald
2010-07-20Change default encoding to UTF-8Luke Fitzgerald
2010-07-20Code now functional - lots of error checking and extras missing still thoughLuke Fitzgerald
2010-07-20Weaken send scope to protectedLuke Fitzgerald
2010-07-18ircmanager.php almost complete - Need to add exception catchingLuke Fitzgerald
2010-07-18Added send method to avoid having to call getDriver()Luke Fitzgerald
2010-07-18IrcPlugin.php almost completeLuke Fitzgerald
2010-07-18Use original config class as readArray was added upstreamLuke Fitzgerald
2010-07-18Merged in changes to PhergieLuke Fitzgerald
2010-07-09Added missing '>'Luke Fitzgerald
2010-07-09Modified some config optionsLuke Fitzgerald
2010-07-09Extended Async Processor to allow use of Statusnet driverLuke Fitzgerald
2010-07-09Extended Phergie_Bot to allow Statusnet to be the driverLuke Fitzgerald
2010-07-09Added commentingLuke Fitzgerald
2010-07-09Updated old commentsLuke Fitzgerald
2010-07-09Added Statusnet Driver to give access to sockets and send methodLuke Fitzgerald
2010-07-09Lots more work on ircmanager.phpLuke Fitzgerald
2010-07-09Added missing closing bracketLuke Fitzgerald
2010-07-09Stopped extended config adding to files arrayLuke Fitzgerald
2010-07-09Extended Phergie_Config to allow passing config array instead of loading ↵Luke Fitzgerald
from file
2010-07-09Updated READMELuke Fitzgerald
2010-07-09Fix Fake_Irc to store data to send, not raw socket data to sendLuke Fitzgerald
2010-07-09Add StatusNet Phergie plugin to pass messages received to IM architectureLuke Fitzgerald
2010-07-07Ported 1.x.x NickServ plugin to 2.x.xLuke Fitzgerald
2010-07-07Fixed bug in Stream driverLuke Fitzgerald
2010-07-04Added READMELuke Fitzgerald
2010-07-04Initial IRC plugin workLuke Fitzgerald
2010-06-30Merge remote branch 'statusnet/1.0.x' into irc-pluginLuke Fitzgerald
2010-06-30Updated phergie libraryLuke Fitzgerald
2010-06-28Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-06-28Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-28Enhanced upload file type detection. If given an original filename, we'll ↵Brion Vibber
attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. File extensions can also be added to the upload type whitelist; they'll be normalized to types for the actual comparison, so only known extensions will work.
2010-06-28Test cases for MediaFile::getUploadedFileType() with OpenOffice, MS Office, ↵Brion Vibber
and PDF sample files (as saved from OpenOffice 3.2) Only 3 of 16 cases pass on my dev box with default config. Ouch!
2010-06-26Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-06-26Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-26Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-06-26Fix for bug #2382: releasing claim on failed queue item works again with ↵Brion Vibber
DB-based queues. Warning: DB-based queue doesn't currently implement discarding of items after a retry limit. Failed items will be retried until they succeed.
2010-06-26Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-06-26Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment)
2010-06-26Merge branch 'master' into testingBrion Vibber
2010-06-24Have API methods for search subclass ApiPrivateAuthActionZach Copley
2010-06-24Regression fix for Recaptcha on SSL registration page; their API is served ↵Brion Vibber
on a different hostname for SSL.
2010-06-23Fix for ticket http://status.net/open-source/issues/2380 "AutofocusZach Copley
shouldn't override scroll" -- Thanks @michaeltwofish!