Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | Revert "Several fixes to make RabbitMQ a player." | Evan Prodromou | |
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022. | |||
2009-09-11 | Several 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-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-07-09 | one more shot at servicing queues | Evan Prodromou | |
2009-07-09 | Revert "Let the queue handlers drain their xmpp queues" | Evan Prodromou | |
This reverts commit fc3442a041a43f2df29deedc0ad96fbd6ba92385. | |||
2009-07-09 | Let the queue handlers drain their xmpp queues | Evan Prodromou | |
2009-07-09 | yet another select() refinement | Evan Prodromou | |
2009-07-09 | slightly more robust select() logic | Evan Prodromou | |
2009-07-09 | use select() to bring down xmpp latency | Evan Prodromou | |
2009-07-09 | slightly better timing | Evan Prodromou | |
2009-07-08 | manually re-enqueue failed notices | Evan Prodromou | |
2009-07-08 | log errors in handling notices | Evan Prodromou | |
2009-07-05 | better handling of frames and notices | Evan Prodromou | |
2009-07-04 | better debug logging in stomp queue manager | Evan Prodromou | |
2009-07-04 | don't say we're connecting if we're not | Evan Prodromou | |
2009-07-04 | move handling code into queuemanager | Evan Prodromou | |
2009-07-03 | add _queueName function | Evan Prodromou | |
2009-07-02 | more logging in stompqueuemanager | Evan Prodromou | |
2009-07-01 | add fail() method to stompqueuemanager | Evan Prodromou | |
2009-07-01 | save frames for StompQueueManager | Evan Prodromou | |
2009-06-28 | start of queuemanager code | Evan Prodromou | |