summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
AgeCommit message (Expand)Author
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-13trim the body of an incoming messageEvan Prodromou
2008-12-11xmppdaemon uses 'xml' rather than 'raw' accessorEvan Prodromou
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-12-04new auto-reply regexp (thanks @lilyhill!)Evan Prodromou
2008-10-04add channels and use command interpreter in different channelsEvan Prodromou
2008-10-02XMPP Direct Messaging / Last noticenick
2008-09-26Fix error in xmpp helpCiaranG
2008-09-22merge CiaranG's changes for subs0.6.00.6Evan Prodromou
2008-09-16integrate local changes with Zach'sEvan Prodromou
2008-06-26fork daemonEvan Prodromou
2008-08-30remove custom xmppdaemon error handlerEvan Prodromou
2008-08-16XMPP daemon updates including help, sub and subsub commands, plus subscribe/u...CiaranG
2008-08-14Bounce oversized XMPP messages back to user (Ticket #112)CiaranG
2008-09-05free and unset DB_DataObjects after we're done with themEvan Prodromou
2008-09-04scripts daemonize themselvesEvan Prodromou
2008-09-02variable name conflict on reconnectEvan Prodromou
2008-09-02set the reconnect timeoutEvan Prodromou
2008-09-02add reconnect handlers to main XMPP-handling scriptsEvan Prodromou
2008-09-01separate out presence from connection, send different presence types from que...Evan Prodromou
2008-08-30add some sanity-check stuff for long-running daemonsEvan Prodromou
2008-08-30add initialization info to the queue handlersEvan Prodromou
2008-08-30check for self in forwards, tooEvan Prodromou
2008-08-30correctly use attrs array rather than nonexistent attunctionEvan Prodromou
2008-08-30log fetchEvan Prodromou
2008-08-30debug xml inputEvan Prodromou
2008-08-30better debugging output for forwarded messagesEvan Prodromou
2008-08-30get address from addressesEvan Prodromou
2008-08-30typo preventing detection of addressesEvan Prodromou
2008-08-30strtolower jids for comparisonEvan Prodromou
2008-08-30forward messages from queuehandler to listenerEvan Prodromou
2008-08-29strip script ending from end of xmppdaemonEvan Prodromou
2008-08-29split public stream to its own queue handlerEvan Prodromou
2008-08-27remove unimplemented methods from XmppDaemonEvan Prodromou
2008-08-27break up monolithic xmppdaemon into multiple queue handlersEvan Prodromou
2008-08-27don't do too many broadcasts or confirms before checking the message queueEvan Prodromou
2008-08-27add back in a session start handlerEvan Prodromou
2008-08-26XMPP daemon that doesn't eat messages - note change to XMPPHP as well (Ticket...CiaranG
2008-08-27don't show unknown (debug) errorsEvan Prodromou
2008-08-27fixup whitespaceEvan Prodromou
2008-08-25use common_sql_now() instead of DB_DataObject_CastEvan Prodromou
2008-08-25use mb_strlen instead of strlen in xmpp daemonEvan Prodromou
2008-08-22XMPP sub/unsub and help commandsCiaranG
2008-08-22Define xmpp daemon claim timeout timeCiaranG
2008-08-19Fix bug in xmpp on/off (ticket #528)CiaranG
2008-08-18XMPP bounce message when too long (ticket #112)CiaranG
2008-08-17set internal encoding in XMPP daemonEvan Prodromou
2008-08-17use mb_substr for xmpp daemon checkEvan Prodromou
2008-08-13move command-line scripts to their own dirEvan Prodromou