summaryrefslogtreecommitdiff
path: root/scripts/commandline.inc
AgeCommit message (Collapse)Author
2010-04-20Fix email notifications for @-replies that come via OStatus.Brion Vibber
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it. * Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues. * Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update
2009-10-13define LACONICA for compatibility on scriptsEric Helgeson
fixup_conversations.php fixes
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-06-28error in get_option_value wasn't returning a valueEvan Prodromou
2009-06-28reformat commandline.incEvan Prodromou
2009-06-28Merge branch '0.8.x' of ↵Evan Prodromou
jill@xmpp001.controlezvous.ca:/opt/local/share/laconica into 0.8.x
2009-06-28commandline processing handles errors betterSuper-User
2009-06-28command line arg handling a little more flexibleEvan Prodromou
2009-06-22correctly detect default short optionsEvan Prodromou
2009-06-22add a function to show helpEvan Prodromou
2009-06-22functions to check optionsEvan Prodromou
2009-06-22add commandline.inc for parsingEvan Prodromou