summaryrefslogtreecommitdiff
path: root/scripts/xmppconfirmhandler.php
AgeCommit message (Expand)Author
2009-11-11CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf...CiaranG
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-06-24all daemons take an id parameterEvan Prodromou
2009-06-22xmppconfirmhandler.php uses commandline.incEvan Prodromou
2009-06-22Merge branch '0.8.x' into cmdlineEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-20change scripts to take server and path from commandlineEvan Prodromou
2009-04-16Abort the xmpp-related daemons immediately if xmpp is disabled in the config,...CiaranG
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23TRUEEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-09-13duplicate confirmation to avoid where clauseEvan Prodromou
2008-09-05free and unset DB_DataObjects after we're done with themEvan Prodromou
2008-09-04better logging for confirm handler updateEvan Prodromou
2008-09-04abstract XMPP-related queue handling to a common superclassEvan Prodromou
2008-09-04make confirmhandler a subclass of queuehandlerEvan Prodromou
2008-09-04scripts daemonize themselvesEvan Prodromou
2008-09-04Fix typo in presence message (x3)CiaranG
2008-09-02variable name conflict on reconnectEvan Prodromou
2008-09-02set the reconnect timeoutEvan Prodromou
2008-09-02better connection handling in scriptsEvan Prodromou
2008-09-02add reconnect handlers to main XMPP-handling scriptsEvan Prodromou
2008-08-30switch around how XMLStream does processingEvan Prodromou
2008-09-01dnd -> available, just looks bad as dnsEvan 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-30public queue handler and xmpp confirm handler service their message queuesEvan Prodromou
2008-08-30don't clear old claimsEvan Prodromou
2008-08-29a little more robust confirm handlerEvan Prodromou
2008-08-27break up monolithic xmppdaemon into multiple queue handlersEvan Prodromou