gnu-social/extlib
Marcel van der Boom c04987018c Several fixes to make RabbitMQ a player.
* 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-11 20:50:53 -04:00
..
Auth Upgrade included OpenID libraries to version 2.1.2 2009-01-06 22:54:10 -05:00
Console Revert "Revert "Add Console_Getopt"" 2009-06-22 16:18:41 -07:00
DB upgrade to latest version of DB_DataObject 2009-07-15 23:35:20 -04:00
HTTP Added PEAR Services/oEmbed and its dependencies for multimedia integration. 2009-02-03 21:35:25 +00:00
MIME Added configurable options for attachments: supported mimetypes and quotas for uploads. 2009-05-31 16:42:29 -04:00
Mail added Mail/mimeDecode as mime-decode fallback 2009-06-30 16:11:46 -04:00
Net Merge branch '0.7.x' into 0.8.x 2009-03-30 15:15:40 +00:00
PEAR add missing PEAR_Exception file 2009-03-12 00:02:25 -04:00
Services Allow whitespace before and after the = and require space before the href in <link href="url"> html 2009-09-01 23:18:39 -04:00
Stomp Several fixes to make RabbitMQ a player. 2009-09-11 20:50:53 -04:00
System Add System_Command so MIME type fallback works for uploaded files 2009-06-23 05:16:23 -07:00
XMPPHP update to latest (r76) version of XMPPHP 2009-06-28 21:03:21 -04:00
facebook Update to lastest external Facebook libs 2009-07-15 16:09:07 -07:00
htmLawed Sanitize html returned by oEmbed providers to protect laconica from XSS attacks 2009-07-27 13:42:03 -04:00
php-gettext kill stupid Finder metadata file that made it into my checkin presumably due to 'git add php-gettext' deciding to find all hidden files in the directory for me :P 2009-08-21 16:02:07 -04:00
Apache2.0.txt add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
DB.php some extlibs that were missing from 0.6.0 2008-09-30 09:38:47 -04:00
Mail.php some extlibs that were missing from 0.6.0 2008-09-30 09:38:47 -04:00
OAuth.php Silence the NOTICE log messages on port not defined, we deal with 2009-09-11 20:49:24 -04:00
OAuth_LICENSE.txt add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
PEAR.php include external libs in a subdir to make install easier 2008-08-22 09:17:14 -04:00
PHP_License_2_02.txt add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
PHP_License_3.01.txt add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
PHP_Markdown_License.text add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
Stomp.php Several fixes to make RabbitMQ a player. 2009-09-11 20:50:53 -04:00
Validate.php Added PEAR Services/oEmbed and its dependencies for multimedia integration. 2009-02-03 21:35:25 +00:00
get_temp_dir.php Add a sys_get_temp_dir substitute to extlib for easier installation on versions that lack it 2008-09-24 11:08:28 -04:00
gpl-2.0.txt add additional licenses into extlib subdir 2008-09-22 17:21:20 -04:00
markdown.php include external libs in a subdir to make install easier 2008-08-22 09:17:14 -04:00