]> git.mxchange.org Git - quix0rs-gnu-social.git/history - scripts/smsqueuehandler.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / scripts / smsqueuehandler.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-09-04 Evan Prodromouscripts daemonize themselves
2008-08-31 Evan Prodromouadd some sanity-check stuff for long-running daemons
2008-08-31 Evan Prodromouadd initialization info to the queue handlers
2008-08-30 Evan Prodromousms handler was handling omb wrongly
2008-08-30 Evan Prodromourequire mail for sms, not omb
2008-08-28 Evan Prodromoureturn results of broadcasting by sms
2008-08-28 Evan Prodromouextend QueueHandler
2008-08-28 Evan Prodromoucorrect return values from start() in queue handlers
2008-08-27 Evan Prodromoubreak up monolithic xmppdaemon into multiple queue...