aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ejabberdsql2prosody: Added support for vCardsWaqas Hussain2009-08-021-0/+4
* ejabberdsql2prosody: Added an XML parserWaqas Hussain2009-08-021-0/+52
* mod_console: EOT (Ctrl-D) closes the connection.Paul Aurich2009-07-311-0/+3
* Merge with 0.5Matthew Wild2009-07-293-5/+6
|\
| * MUC: Added the MUC child element to conflict errorsvault/0.5.10.5.1Waqas Hussain2009-07-291-2/+2
| * Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variablesWaqas Hussain2009-07-291-2/+2
| * mod_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
* | Merge with 0.5Matthew Wild2009-07-288-7/+94
|\|
| * xmpp{client,server,component]_listener: Open stream if sending an error and i...Matthew Wild2009-07-283-0/+15
| * mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
| * configmanager: Default options appearing before Host "*" to global (fixes pot...Matthew Wild2009-07-281-0/+1
| * hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
| * core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
| * net.server: Much improve SSL/TLS error reporting, do our best to understand a...Matthew Wild2009-07-281-6/+27
* | ejabberdsql2prosody: Allow for multiple INSERTs to the same tableWaqas Hussain2009-07-281-1/+8
* | Merge with 0.5Matthew Wild2009-07-272-6/+2
|\|
| * Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
| * net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
* | Merge with 0.5Matthew Wild2009-07-271-1/+1
|\|
| * mod_presence: Tag outgoing unavailables generated by a disconnect with a from...Matthew Wild2009-07-271-1/+1
* | xmpp{client,server}_listener: Report contents of packets containing invalid XMLMatthew Wild2009-07-262-0/+2
* | mod_console: Show status and priority of clientsMatthew Wild2009-07-261-2/+11
* | 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
* | 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 subscrip...Waqas Hussain2009-07-261-0/+1
* | 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
* | mod_xmlrpc: Remove file and line number from XML-RPC errorsWaqas Hussain2009-07-251-1/+1
* | mod_xmlrpc: Fixed typosWaqas Hussain2009-07-251-2/+2
* | usermanager: Reduced some codeWaqas Hussain2009-07-251-3/+1
* | usermanager: Removed an unnecessary checkWaqas Hussain2009-07-251-1/+1
* | mod_xmlrpc: Added support for secure calls by non-adminsWaqas Hussain2009-07-251-12/+16
* | modulemanager: Added get_option(name, default_value) to plugin APIWaqas Hussain2009-07-251-0/+4
* | Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-243-72/+80
* | mod_saslauth, usermanager: Fetch list of mechanisms from usermanagerNick Thomas2009-07-231-11/+14
* | prosody: net_activate_ports: Check listener exists before trying to open port...Matthew Wild2009-07-231-0/+1
* | Merge with 0.5Matthew Wild2009-07-236-13/+89
|\|
| * net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
| * prosodyctl: Also switch group when we switch userMatthew Wild2009-07-231-5/+14
| * pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-232-2/+2
| * pposix: Add setgid() functionMatthew Wild2009-07-231-0/+63
| * net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
| * prosody: Correctly allow console ports to be changed through the configMatthew Wild2009-07-231-4/+2