aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | ejabberdsql2prosody: Added an XML parserWaqas Hussain2009-08-021-0/+52
| |
* | ejabberdsql2prosody: Allow for multiple INSERTs to the same tableWaqas Hussain2009-07-281-1/+8
| |
* | ejabberdsql2prosody: Fixed a nil global access errorWaqas Hussain2009-07-261-1/+1
| |
* | ejabberdsql2prosody: Add support for rosterusers.ask == "B" (both pending in ↵Waqas Hussain2009-07-261-0/+3
| | | | | | | | and out subscriptions)
* | ejabberdsql2prosody: Fix typo, and improve the warning messageWaqas Hussain2009-07-261-6/+6
| |
* | ejabberdsql2prosody: Display a warning if a row has more columns than expectedWaqas Hussain2009-07-261-2/+5
| |
* | ejabberdsql2prosody: Added support for all mysql escape sequencesWaqas Hussain2009-07-261-4/+14
| |
* | ejabberdsql2prosody: Added support for the escape sequence '\\' in stringsWaqas Hussain2009-07-261-0/+1
| |
* | ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in ↵Waqas Hussain2009-07-261-0/+1
| | | | | | | | subscriptions
* | ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processingWaqas Hussain2009-07-261-3/+2
| |
* | ejabberdsql2prosody: Added support for rostersWaqas Hussain2009-07-261-4/+51
| |
* | ejabberdsql2prosody: Added a second required command line parameter: hostnameWaqas Hussain2009-07-251-12/+5
| |
* | ejabberdsql2prosody: Improved help messageWaqas Hussain2009-07-251-5/+4
| |
* | ejabberdsql2prosody: Initial commitWaqas Hussain2009-07-251-0/+197
|/ | | | | - full parser - only exports account data at the moment
* ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and ↵Sergei Golovan2009-07-231-24/+55
| | | | binaries, and atoms enclosed in single quotes
* ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)Matthew Wild2009-07-212-260/+260
|
* Remove version number from copyright headersMatthew Wild2009-07-102-2/+2
|
* tools/ejabberd2prosody: Fixed private storage exportWaqas Hussain2009-05-051-1/+1
|
* 0.3->0.4Matthew Wild2009-03-202-2/+2
|
* Update copyright notices for 2009Matthew Wild2009-01-302-4/+4
|
* 0.2->0.3Matthew Wild2009-01-302-2/+2
|
* GPL->MIT!Matthew Wild2009-01-302-26/+4
|
* tools/ejabberd2prosody: Support for pending-in roster itemsWaqas Hussain2009-01-291-7/+17
|
* Moved directory auto-creation to datamanagerWaqas Hussain2008-12-251-39/+1
|
* Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-12-161-1/+1
|
* 0.1 -> 0.2Matthew Wild2008-12-102-2/+2
|
* Fixed a variable redeclarationWaqas Hussain2008-12-081-1/+1
|
* Make the ejabberd importer work with host-only roster itemsWaqas Hussain2008-12-081-1/+1
|
* Changed the ejabberd import script to use util.serializationWaqas Hussain2008-12-042-69/+4
|
* Insert copyright/license headersMatthew Wild2008-12-033-0/+60
|
* Fixed the ejabberd importer to work with the pipe sign "|" as a separator in ↵Waqas Hussain2008-11-302-178/+176
| | | | erlang lists
* Make ejabberd2prosody.lua a little more cross-platform :)Matthew Wild2008-11-291-175/+178
|
* Make ejabberd2prosody.lua eecutableMatthew Wild2008-11-291-0/+1
|
* ejabberd db dump importer for ProsodyWaqas Hussain2008-11-293-0/+349