summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
AgeCommit message (Expand)Author
2010-03-18Runtime check for known bad PHP versions with 64-bit stream_select() bug in x...Brion Vibber
2010-03-10Detect when queuedaemon/xmppdaemon parent processes die and kill the child pr...Brion Vibber
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
2010-01-26Control channel for queue daemons to request graceful shutdown, restart, or u...Brion Vibber
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-21drop debug line from xmppdaemon.php, we're done debugging thatBrion Vibber
2010-01-19Extra debug instrumentation for xmppdaemonBrion Vibber
2010-01-10Lots of tiny message changes.Siebrand Mazeland
2009-12-15remove dead code for handling direct messages, now done with commandsEvan Prodromou
2009-11-12Minor typo correction in log message. Seems trivial, unless you are trying to...Ciaran Gultnieks
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21correctly check for max notice length in xmppdaemonEvan Prodromou
2009-07-21Set the global $_cur current user so that preferences are loaded.Craig Andrews
2009-07-09send a ping from the xmppdaemonEvan Prodromou
2009-07-03clean up payload memoryEvan Prodromou
2009-06-28change name of constructor for xmppdaemonEvan Prodromou
2009-06-28add a lot more logging to xmppdaemonEvan Prodromou
2009-06-28if not in daemon mode, xmppdaemon sends log to stdoutEvan Prodromou
2009-06-28got my background/foreground logic backwardsEvan Prodromou
2009-06-28xmppdaemon.php can stay in foregroundEvan Prodromou
2009-06-24all daemons take an id parameterEvan Prodromou
2009-06-22xmppdaemon.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-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without th...Adrian Lang
2009-04-18shortening links in notices from XMPPTobias Diekershoff
2009-04-16Abort the xmpp-related daemons immediately if xmpp is disabled in the config,...CiaranG
2009-02-17another system messageEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan 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-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