aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | package{,c}path fixes for migration toolsVadim Misbakh-Soloviov2013-06-145-5/+34
|/
* tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)Kim Alvefur2013-03-311-1/+2
* ejabberd2prosody.lua: Don't make assumptions about file name.Kim Alvefur2013-01-251-2/+2
* ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serializationKim Alvefur2013-01-241-1/+1
* tools/migration/migrator/jabberd14: Use util.xml.Waqas Hussain2012-12-031-50/+1
* tools/openfire2prosody: Use util.xml.Waqas Hussain2012-12-031-51/+1
* tools/jabberd14sql2prosody: Use util.xml.Waqas Hussain2012-12-031-50/+1
* tools/ejabberdsql2prosody: Use util.xml.Waqas Hussain2012-12-031-52/+1
* tools/jabberd14sql2prosody: Initial commit. Accounts, rosters, vCards, subscriptions and offline messages supported (thanks halfdan for all the testing).Waqas Hussain2012-08-281-0/+696
* Merge 0.9->trunkMatthew Wild2012-08-261-0/+153
|\
| * tools/openfire2prosody: Initial commit.Waqas Hussain2012-08-111-0/+153
* | tools/xep227toprosody.lua: Update childtags calls, replace some with ipairsKim Alvefur2012-08-211-6/+6
|/
* tools/erlparse: Handle decimal point in numbers.Waqas Hussain2012-08-041-0/+6
* tools/erlparse: Fix erlang string escape sequences.Waqas Hussain2012-08-041-1/+1
* mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globalsFlorian Zeitz2012-06-091-1/+1
* Eliminate direct setfenv usageFlorian Zeitz2012-06-082-14/+11
* tools/ejabberdsql2prosody: Handle INSERT statement form where column list is specified (by skipping the column list).Waqas Hussain2012-02-051-1/+6
* migrator/jabberd14: Minor refactoring.Waqas Hussain2011-12-091-9/+6
* migrator/jabberd14: Support for reading jabberd14 spool files.Waqas Hussain2011-11-191-0/+194
* tools/ejabberdsql2prosody: Track current line for error reportingMatthew Wild2011-09-201-2/+6
* ejabberd2prosody: Added a lot more type checks to ensure XML data has proper data types. Ignore attributes of invalid types. Fixes the cause of issue#261.Waqas Hussain2011-09-171-1/+8
* ejabberd2prosody: Add support for privacy lists.Waqas Hussain2011-08-261-0/+67
* migrator/prosody_sql.lua: Fix for compatibility with non-MySQL databasesMatthew Wild2011-06-051-1/+1
* migrator/prosody_sql.lua: Create (and upgrade) MySQL tables to use MEDIUMTEXT for the 'value' column to avoid truncationMatthew Wild2011-06-031-0/+18
* migrator/prosody_files: Don't choke on empty data stores for a user (thanks @eoranged)Matthew Wild2011-06-021-1/+6
* tools/migration/migrator/prosody_sql.lua: Fix compatibility with PostgreSQL (thanks Timo)Matthew Wild2011-04-111-1/+5
* tools/migration/migrator/prosody_files.lua: Fix for previous commitvault/0.8.00.8.0Matthew Wild2011-04-051-1/+2
* tools/migration/prosody-migrator.lua: Add messages to show when migration is in progressMatthew Wild2011-04-051-1/+2
* tools/migration: Support for ~/ in pathsMatthew Wild2011-04-052-1/+10
* tools/migration/prosody-migrator.lua: Refactor store handler loading to report errors they throwMatthew Wild2011-04-051-13/+22
* tools/migration/migrator/prosody_sql: Throw a friendlier error when LuaDBI is not foundMatthew Wild2011-04-051-1/+5
* tools/migration: Rename main.lua -> prosody-migrator.lua and update the MakefileMatthew Wild2011-03-212-3/+3
* tools/migration/Makefile: Don't install main.lua (we already install it as prosody-migrator) (thanks Enrico)Matthew Wild2011-03-031-2/+2
* tools/migration/*: Numerous changes and restructuring, and the addition of a MakefileMatthew Wild2011-02-265-9/+56
* tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parametersMatthew Wild2011-02-252-8/+69
* tools/migration/main.lua: Add command-line parsing, including --config=CONFIG_FILE, and the ability to specify to/from stores to migrateMatthew Wild2011-02-251-11/+29
* tools/migration/config.lua: Minor fixes for more sensible defaultsMatthew Wild2011-02-251-10/+10
* tools/migration/*.lua: Convert to unix line endingsMatthew Wild2011-02-235-416/+416
* tools/migration/*: Initial commit of a new migration tool. Currently supports Prosody files and Prosody SQL as input and output.Waqas Hussain2011-02-235-0/+416
* tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody codeMatthew Wild2010-12-071-6/+7
* tools/xep227toprosody.lua: Convert to use util.xmppstreamMatthew Wild2010-12-071-4/+5
* ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.Waqas Hussain2010-10-201-0/+2
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
* tools/xep227toprosody.lua: Set executable bitMatthew Wild2010-06-091-0/+0
* tools/erlparse: Discard erlang PIDs instead of choking on them as a syntax errorMatthew Wild2010-03-251-0/+6
* tools/erlparse: Report the line number when showing a syntax error in the input fileMatthew Wild2010-03-251-2/+6
* tools/erlparse: Optimisations aplenty for faster processing of large filesMatthew Wild2010-03-251-28/+30
* tools/ejabberd2prosody: Create prosody singleton so datamanager can detect the platform (set no platform to use lfs, pposix isn't necessary here)Matthew Wild2010-03-251-0/+2
* Merge 0.6->0.7Matthew Wild2010-03-223-6/+6
|\
| * Update copyright headers for 2010Matthew Wild2010-03-223-6/+6