Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/migration/*: Numerous changes and restructuring, and the addition of a ↵ | Matthew Wild | 2011-02-26 | 5 | -9/+56 |
| | | | | Makefile | ||||
* | tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling ↵ | Matthew Wild | 2011-02-25 | 2 | -8/+69 |
| | | | | for config and command-line parameters | ||||
* | tools/migration/main.lua: Add command-line parsing, including ↵ | Matthew Wild | 2011-02-25 | 1 | -11/+29 |
| | | | | --config=CONFIG_FILE, and the ability to specify to/from stores to migrate | ||||
* | tools/migration/config.lua: Minor fixes for more sensible defaults | Matthew Wild | 2011-02-25 | 1 | -10/+10 |
| | |||||
* | tools/migration/*.lua: Convert to unix line endings | Matthew Wild | 2011-02-23 | 5 | -416/+416 |
| | |||||
* | tools/migration/*: Initial commit of a new migration tool. Currently ↵ | Waqas Hussain | 2011-02-23 | 5 | -0/+416 |
supports Prosody files and Prosody SQL as input and output. |