Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usermanager: Removed an unnecessary check | Waqas Hussain | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | mod_xmlrpc: Added support for secure calls by non-admins | Waqas Hussain | 2009-07-25 | 1 | -12/+16 |
| | |||||
* | modulemanager: Added get_option(name, default_value) to plugin API | Waqas Hussain | 2009-07-25 | 1 | -0/+4 |
| | |||||
* | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 3 | -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 usermanager | Nick Thomas | 2009-07-23 | 1 | -11/+14 |
| | |||||
* | prosody: net_activate_ports: Check listener exists before trying to open ↵ | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
| | | | | port for it | ||||
* | Merge with 0.5 | Matthew Wild | 2009-07-23 | 6 | -13/+89 |
|\ | |||||
| * | net.server: Fail to open port if legacy SSL requested, but SSL not available | Matthias Diene | 2009-07-23 | 1 | -1/+6 |
| | | |||||
| * | prosodyctl: Also switch group when we switch user | Matthew Wild | 2009-07-23 | 1 | -5/+14 |
| | | |||||
| * | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 2 | -2/+2 |
| | | |||||
| * | pposix: Add setgid() function | Matthew Wild | 2009-07-23 | 1 | -0/+63 |
| | | |||||
| * | net.server: Remove listener from listeners table when calling removeserver | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
| | | |||||
| * | prosody: Correctly allow console ports to be changed through the config | Matthew Wild | 2009-07-23 | 1 | -4/+2 |
| | | |||||
| * | mod_console: Set default_interface to 127.0.0.1 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
| | | |||||
| * | net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ↵ | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
| | | | | | | | | to wrap clients with a broken context | ||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 2 | -30/+63 |
|\| | |||||
| * | ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and ↵ | Sergei Golovan | 2009-07-23 | 1 | -24/+55 |
| | | | | | | | | binaries, and atoms enclosed in single quotes | ||||
| * | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo) | Matthew Wild | 2009-07-21 | 2 | -260/+260 |
| | | |||||
| * | net.server: Continue to initialise port listener even when SSL errors occur | Matthias Diener | 2009-07-23 | 1 | -6/+8 |
| | | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
|\| | |||||
| * | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵ | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
| | | | | | | | | (thanks Deepspawn) | ||||
* | | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo) | Matthew Wild | 2009-07-21 | 2 | -260/+260 |
| | | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-21 | 2 | -2/+2 |
|\| | |||||
| * | pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to ↵ | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
| | | | | | | | | intosi for reporting and an initial patch | ||||
| * | mod_muc: Set correct 'from' JID when sending the room subject to joiners, ↵ | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
| | | | | | | | | fixes a traceback | ||||
| * | Tagging 0.5.0 | Matthew Wild | 2009-07-20 | 0 | -0/+0 |
| | | |||||
* | | mod_muc: Expose rooms table to the host and plugins | Matthew Wild | 2009-07-20 | 1 | -0/+3 |
| | | |||||
* | | prosody: Send friendly text with system-shutdown stream error | Matthew Wild | 2009-07-18 | 1 | -1/+6 |
| | | |||||
* | | xmppclient_listener: Use error text as disconnect reason if there is any | Matthew Wild | 2009-07-18 | 1 | -1/+1 |
| | | |||||
* | | mod_console: Add server:shutdown() command | Matthew Wild | 2009-07-18 | 1 | -0/+5 |
| | | |||||
* | | mod_console: Add config:reload() command | Matthew Wild | 2009-07-18 | 1 | -0/+6 |
| | | |||||
* | | prosody: Return success/error from prosody.reload_config() | Matthew Wild | 2009-07-18 | 1 | -0/+1 |
| | | |||||
* | | mod_console: Rename server:reload() to server:insane_reload() (basically ↵ | Matthew Wild | 2009-07-18 | 1 | -1/+1 |
| | | | | | | | | no-one should use it except me...) | ||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-14 | 1 | -12/+11 |
|\| | |||||
| * | util.xmlrpc: Fixed table serialization (regression introduced in previous ↵vault/0.5.00.5.0 | Waqas Hussain | 2009-07-15 | 1 | -12/+11 |
| | | | | | | | | change) | ||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-14 | 3 | -5/+5 |
|\| | |||||
| * | mod_httpserver: Update to use new new_from_config() too | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
| | | |||||
| * | mod_bosh: Update to use new new_from_config() | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
| | | |||||
| * | net.httpserver: Allow specification of the default base URL when using ↵ | Matthew Wild | 2009-07-14 | 1 | -3/+3 |
| | | | | | | | | new_from_config() | ||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-14 | 1 | -0/+1 |
|\| | |||||
| * | prosody.cfg.lua.dist: Add mod_pep to the default config file | Matthew Wild | 2009-07-14 | 1 | -0/+1 |
| | | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-13 | 1 | -1/+2 |
|\| | |||||
| * | net.server: Initiate the handshake when we should, the more correcter fix ↵ | Matthew Wild | 2009-07-13 | 1 | -1/+2 |
| | | | | | | | | for the previous correct fix | ||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-12 | 1 | -17/+7 |
|\| | |||||
| * | net.server: Fix copyright header line endings and text | Matthew Wild | 2009-07-12 | 1 | -16/+6 |
| | | |||||
| * | net.server: Correct fix for SSL traceback earlier | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
| | | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-12 | 2 | -1/+6 |
|\| | |||||
| * | mod_bosh: Mark a session as secure if it is created with HTTPS | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
| | | |||||
| * | net.httpserver: Mark a request as secure if it is made using HTTPS | Matthew Wild | 2009-07-12 | 1 | -0/+5 |
| | | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-12 | 4 | -24/+26 |
|\| |