aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/main.lua
Commit message (Collapse)AuthorAgeFilesLines
* tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling ↵Matthew Wild2011-02-251-8/+69
| | | | for config and command-line parameters
* tools/migration/main.lua: Add command-line parsing, including ↵Matthew Wild2011-02-251-11/+29
| | | | --config=CONFIG_FILE, and the ability to specify to/from stores to migrate
* tools/migration/*.lua: Convert to unix line endingsMatthew Wild2011-02-231-27/+27
|
* tools/migration/*: Initial commit of a new migration tool. Currently ↵Waqas Hussain2011-02-231-0/+27
supports Prosody files and Prosody SQL as input and output.