index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xmppqueuehandler.php
Age
Commit message (
Expand
)
Author
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-26
Merge branch '0.8.x' into testing
Evan Prodromou
2009-08-26
more logging in xmppqueuehandler
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-07-09
use select() to bring down xmpp latency
Evan Prodromou
2009-07-09
slightly better timing
Evan Prodromou
2009-07-09
Revert "give processtime a minimum of 1s"
Evan Prodromou
2009-07-09
give processtime a minimum of 1s
Evan Prodromou
2009-07-09
timeouts and pings for xmppqueuehandlers
Evan Prodromou
2009-07-04
new default daemon jid
Evan Prodromou
2009-06-24
all daemons take an id parameter
Evan Prodromou
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-09-29
guarded call to conn method in xmppqueuehandler
Evan Prodromou
2008-09-13
LOG_ERROR -> LOG_ERR
Evan Prodromou
2008-09-04
abstract XMPP-related queue handling to a common superclass
Evan Prodromou