gnu-social/lib
Evan Prodromou b9f0ea6f0e break up monolithic xmppdaemon into multiple queue handlers
Eventually, the poor xmppdaemon has become overloaded with extra
tasks. So, I've broken it up. Now, we have 5 background scripts, and
more coming:

* xmppdaemon.php - handles incoming XMPP messages only.
* xmppqueuehandler.php - sends notices from the queue out through XMPP.
* smsqueuehandler.php - sends notices from the queue out over SMS
* ombqueuehandler.php - sends notices from the queue out over OMB
* xmppconfirmhandler.php - sends confirmation requests out over XMPP.

This is in addition to maildaemon.php, which takes incoming messages.

None of these are "true" daemons -- they don't daemonize themselves
automatically. Use nohup or another tool to background them. monit can
also be useful to keep them running.

At some point, these might become fork()'ing daemons, able to handle
more than one notice at a time. For now, I'm just running multiple
instances, hoping they don't interfere.

darcs-hash:20080827205407-84dde-97884a12f5f4e54c93bc785bd280683d1ee7e749.gz
2008-08-27 16:54:07 -04:00
..
action.php gettext strings and pass the query string between tabs http://laconi.ca/PITS/00231 2008-07-20 06:56:59 -04:00
common.php optionally turn encryption on or off in the XMPP connection 2008-08-26 09:18:14 -04:00
deleteaction.php Clean up delete code. Add missing htaccess rule. Exit after errors so the code doesn't continue running. 2008-07-20 08:45:52 -04:00
gallery.php base class is_readonly() now returns false by default 2008-07-22 17:20:56 -04:00
jabber.php break up monolithic xmppdaemon into multiple queue handlers 2008-08-27 16:54:07 -04:00
language.php Add other languages to drop down 2008-08-04 22:05:20 -04:00
mail.php notify user of remote subscriptions 2008-08-24 16:05:17 -04:00
oauthstore.php Merge conflicts and kill a whole lot of trailing whitespace on lines. 2008-07-09 18:46:30 -04:00
omb.php Merge conflicts and kill a whole lot of trailing whitespace on lines. 2008-07-09 18:46:30 -04:00
openid.php Convert _t() to _() for gettext. 2008-07-08 05:45:31 -04:00
queuehandler.php break up monolithic xmppdaemon into multiple queue handlers 2008-08-27 16:54:07 -04:00
rssaction.php base class is_readonly() now returns false by default 2008-07-22 17:20:56 -04:00
searchaction.php make settings and search menus localisable 2008-08-17 11:02:44 -04:00
settingsaction.php make settings and search menus localisable 2008-08-17 11:02:44 -04:00
stream.php fix error storing uris of remote notices 2008-08-26 17:11:08 -04:00
subs.php XMPP sub/unsub and help commands 2008-08-22 15:10:32 -04:00
theme.php theme server support 2008-07-16 16:59:47 -04:00
twitterapi.php Twitter-compatible API - moved show() to the right file 2008-08-18 20:39:31 -04:00
util.php break up monolithic xmppdaemon into multiple queue handlers 2008-08-27 16:54:07 -04:00