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
/
scripts
/
xmppdaemon.php
Age
Commit message (
Expand
)
Author
2008-11-28
shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...
millette
2008-12-04
new auto-reply regexp (thanks @lilyhill!)
Evan Prodromou
2008-10-04
add channels and use command interpreter in different channels
Evan Prodromou
2008-10-02
XMPP Direct Messaging / Last notice
nick
2008-09-26
Fix error in xmpp help
CiaranG
2008-09-22
merge CiaranG's changes for subs
0.6.0
0.6
Evan Prodromou
2008-09-16
integrate local changes with Zach's
Evan Prodromou
2008-06-26
fork daemon
Evan Prodromou
2008-08-30
remove custom xmppdaemon error handler
Evan Prodromou
2008-08-16
XMPP daemon updates including help, sub and subsub commands, plus subscribe/u...
CiaranG
2008-08-14
Bounce oversized XMPP messages back to user (Ticket #112)
CiaranG
2008-09-05
free and unset DB_DataObjects after we're done with them
Evan Prodromou
2008-09-04
scripts daemonize themselves
Evan Prodromou
2008-09-02
variable name conflict on reconnect
Evan Prodromou
2008-09-02
set the reconnect timeout
Evan Prodromou
2008-09-02
add reconnect handlers to main XMPP-handling scripts
Evan Prodromou
2008-09-01
separate out presence from connection, send different presence types from que...
Evan Prodromou
2008-08-30
add some sanity-check stuff for long-running daemons
Evan Prodromou
2008-08-30
add initialization info to the queue handlers
Evan Prodromou
2008-08-30
check for self in forwards, too
Evan Prodromou
2008-08-30
correctly use attrs array rather than nonexistent attunction
Evan Prodromou
2008-08-30
log fetch
Evan Prodromou
2008-08-30
debug xml input
Evan Prodromou
2008-08-30
better debugging output for forwarded messages
Evan Prodromou
2008-08-30
get address from addresses
Evan Prodromou
2008-08-30
typo preventing detection of addresses
Evan Prodromou
2008-08-30
strtolower jids for comparison
Evan Prodromou
2008-08-30
forward messages from queuehandler to listener
Evan Prodromou
2008-08-29
strip script ending from end of xmppdaemon
Evan Prodromou
2008-08-29
split public stream to its own queue handler
Evan Prodromou
2008-08-27
remove unimplemented methods from XmppDaemon
Evan Prodromou
2008-08-27
break up monolithic xmppdaemon into multiple queue handlers
Evan Prodromou
2008-08-27
don't do too many broadcasts or confirms before checking the message queue
Evan Prodromou
2008-08-27
add back in a session start handler
Evan Prodromou
2008-08-26
XMPP daemon that doesn't eat messages - note change to XMPPHP as well (Ticket...
CiaranG
2008-08-27
don't show unknown (debug) errors
Evan Prodromou
2008-08-27
fixup whitespace
Evan Prodromou
2008-08-25
use common_sql_now() instead of DB_DataObject_Cast
Evan Prodromou
2008-08-25
use mb_strlen instead of strlen in xmpp daemon
Evan Prodromou
2008-08-22
XMPP sub/unsub and help commands
CiaranG
2008-08-22
Define xmpp daemon claim timeout time
CiaranG
2008-08-19
Fix bug in xmpp on/off (ticket #528)
CiaranG
2008-08-18
XMPP bounce message when too long (ticket #112)
CiaranG
2008-08-17
set internal encoding in XMPP daemon
Evan Prodromou
2008-08-17
use mb_substr for xmpp daemon check
Evan Prodromou
2008-08-13
move command-line scripts to their own dir
Evan Prodromou