summaryrefslogtreecommitdiff
path: root/extlib
AgeCommit message (Collapse)Author
2009-10-31add a README warning devs from fracking around in extlib/Evan Prodromou
2009-10-13Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)Brion Vibber
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19
2009-09-15Revert "Several fixes to make RabbitMQ a player."Evan Prodromou
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022.
2009-09-13Check that 'dl' function is available and usable before trying to call it ↵Brion Vibber
with error suppression; if it's disabled or unavailable we end up with mysterious failures during installation or loading of libraries. Fixed for StatusNet installer as well as some external libraries that should be fixed upstream if they haven't already been: * PEAR * Auth/OpenID * Auth/Yadis
2009-09-11Several fixes to make RabbitMQ a player.Marcel van der Boom
* extlib/Stomp.php -spaces for tabs (we're on PEAR, right?) - send: initialize the $properties parameter as array() instead of null this prevents unsetting $headers if $properties was not set (besides that, it's the proper way to initialize an array) - subscribe: insert FIXME's on ActiveMQ specifics - ack: make sure the content-length header is set *and* is zero. I have seen the header set to '3' there but could not find where it came from, this is at least safe. - disconnect: typo in $headers variable - readFrame: use fgets() instead of gets() so that RabbitQ, which is more protocol strict can also play * extlib/Stomp/Frame.php - spaces for tabs - add note on possibly protocol violating linefeed * extlib/Stomp/Message.php - space for tabs - add content-length header for message * lib/stompqueuemanager.php - use the notice for logging, not the frame
2009-09-11Silence the NOTICE log messages on port not defined, we deal withMarcel van der Boom
that properly, and most of the time it is indeed not define
2009-09-03Improve OAuth CGI compatibilityCraig Andrews
Fixes http://status.net/trac/ticket/1822 Reported upstream at http://code.google.com/p/oauth/issues/detail?id=118
2009-09-01Allow whitespace before and after the = and require space before the href in ↵Craig Andrews
<link href="url"> html
2009-08-31Allow the oEmbed <link> tag to be split across linesCraig Andrews
2009-08-31Fix typo in StompCraig Andrews
Thanks Marcel|HSD
2009-08-21kill stupid Finder metadata file that made it into my checkin presumably due ↵Brion Vibber
to 'git add php-gettext' deciding to find all hidden files in the directory for me :P
2009-08-21Tweak to php-gettext stream reader; initialize local variable before ↵Brion Vibber
appending data to it to avoid triggering an E_NOTICE message.
2009-08-21Include php-gettext 1.0.7 into extlibs; loading it up if native gettext ↵Brion Vibber
extension is not present. This provides a pure PHP implementation of the gettext functions. This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed. Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules. Source: http://savannah.nongnu.org/projects/php-gettext Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch> GPLv2 or later
2009-07-27Sanitize html returned by oEmbed providers to protect laconica from XSS attacksCraig Andrews
2009-07-17Merge branch 'oembed-provider' into 0.8.xCraig Andrews
2009-07-16Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-15upgrade to latest version of DB_DataObjectEvan Prodromou
2009-07-15Update to lastest external Facebook libsZach Copley
2009-07-15Fixed bugs in oEmbed library's discovery routinesCraig Andrews
2009-06-30added Mail/mimeDecode as mime-decode fallbackEvan Prodromou
2009-06-28update to latest (r76) version of XMPPHPEvan Prodromou
2009-06-23Add System_Command so MIME type fallback works for uploaded filesEvan Prodromou
2009-06-22Revert "Revert "Add Console_Getopt""Evan Prodromou
This reverts commit 9fbb29111b8892d5ee1022f05019b7c99f8b8f12.
2009-06-22Revert "Add Console_Getopt"Evan Prodromou
This reverts commit 79dcf0871fee6dfa3835d12f55d1099a716a6f4c.
2009-06-22Add Console_GetoptEvan Prodromou
2009-05-31Added configurable options for attachments: supported mimetypes and quotas ↵Robin Millette
for uploads.
2009-05-15Updated Facebook client libs to the latest versionZach Copley
2009-05-07Fil's Patch to DB_DataObject to make it reconnect to the DB ifZach Copley
there's no connection. This patch has been added upstream and will be in the next release, but I need it now for the bidirectional bridge to work.
2009-04-02Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵Evan Prodromou
fmarani/0.8.x
2009-03-30Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-03-28Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
Conflicts: lib/jabber.php
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3
2009-03-23Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-21Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333CiaranG
2009-03-16Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
2009-03-12Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php
2009-03-12add missing PEAR_Exception fileEvan Prodromou
2009-03-07Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
Conflicts: lib/util.php
2009-03-06Upstream changes to OAuth.phpEvan Prodromou
2009-03-06Upstream changes to OAuth.phpEvan Prodromou
2009-02-26Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-02-20* implemented STOMP support for external message queueing systemsFederico Marani
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/)
2009-02-10Required Net URL needed for Net URL MapperEvan Prodromou
2009-02-10Move Mapper to correct spot in the hierarchyEvan Prodromou
2009-02-10Add Net_URL_Mapper to extlibEvan Prodromou
2009-02-03Added PEAR Services/oEmbed and its dependencies for multimedia integration.Robin Millette
2009-01-06Upgrade included OpenID libraries to version 2.1.2Evan Prodromou
2008-12-11upgrade XMPPHP to upstream versionEvan Prodromou
darcs-hash:20081211181500-5ed1f-5042b1ff2ed5de36500200f3ea2aa91108f1f853.gz
2008-12-07trac750 added Facebook client libs for PHP to extlib dirZach Copley
darcs-hash:20081208005816-7b5ce-b7ec90e310ddc609fe88d54cfac5ec7bc67da6ca.gz
2008-11-13add Net SocketEvan Prodromou
darcs-hash:20081114021217-84dde-e3758114435b794b0d1be0c135419390ab06be13.gz