aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together
* 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 ↵Matthew Wild2009-07-231-0/+1
| | | | port for it
* 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
| |
| * mod_console: Set default_interface to 127.0.0.1Matthew Wild2009-07-231-1/+1
| |
| * net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ↵Matthew Wild2009-07-231-0/+1
| | | | | | | | to wrap clients with a broken context
* | Merge with 0.5Matthew Wild2009-07-232-30/+63
|\|
| * 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
| |
| * net.server: Continue to initialise port listener even when SSL errors occurMatthias Diener2009-07-231-6/+8
| |
* | Merge with 0.5Matthew Wild2009-07-221-0/+5
|\|
| * mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵Matthew Wild2009-07-221-0/+5
| | | | | | | | (thanks Deepspawn)
* | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)Matthew Wild2009-07-212-260/+260
| |
* | Merge with 0.5Matthew Wild2009-07-212-2/+2
|\|
| * pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to ↵Matthew Wild2009-07-211-1/+1
| | | | | | | | intosi for reporting and an initial patch
| * mod_muc: Set correct 'from' JID when sending the room subject to joiners, ↵Matthew Wild2009-07-211-1/+1
| | | | | | | | fixes a traceback
| * Tagging 0.5.0Matthew Wild2009-07-200-0/+0
| |
* | mod_muc: Expose rooms table to the host and pluginsMatthew Wild2009-07-201-0/+3
| |
* | prosody: Send friendly text with system-shutdown stream errorMatthew Wild2009-07-181-1/+6
| |
* | xmppclient_listener: Use error text as disconnect reason if there is anyMatthew Wild2009-07-181-1/+1
| |
* | mod_console: Add server:shutdown() commandMatthew Wild2009-07-181-0/+5
| |
* | mod_console: Add config:reload() commandMatthew Wild2009-07-181-0/+6
| |
* | prosody: Return success/error from prosody.reload_config()Matthew Wild2009-07-181-0/+1
| |
* | mod_console: Rename server:reload() to server:insane_reload() (basically ↵Matthew Wild2009-07-181-1/+1
| | | | | | | | no-one should use it except me...)
* | Merge with 0.5Matthew Wild2009-07-141-12/+11
|\|
| * util.xmlrpc: Fixed table serialization (regression introduced in previous ↵vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
| | | | | | | | change)
* | Merge with 0.5Matthew Wild2009-07-143-5/+5
|\|
| * mod_httpserver: Update to use new new_from_config() tooMatthew Wild2009-07-141-1/+1
| |
| * mod_bosh: Update to use new new_from_config()Matthew Wild2009-07-141-1/+1
| |
| * net.httpserver: Allow specification of the default base URL when using ↵Matthew Wild2009-07-141-3/+3
| | | | | | | | new_from_config()
* | Merge with 0.5Matthew Wild2009-07-141-0/+1
|\|
| * prosody.cfg.lua.dist: Add mod_pep to the default config fileMatthew Wild2009-07-141-0/+1
| |