util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
|
Tobias Markmann |
2011-02-24 |
Merge 0.8->trunk.
|
Waqas Hussain |
2011-02-24 |
MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
|
Waqas Hussain |
2011-02-24 |
MUC: Add a textual error message when the user isn't allowed to get/set config form.
|
Waqas Hussain |
2011-02-24 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-24 |
util.stanza: Whitespace fix after merge (complicated)
|
Matthew Wild |
2011-02-24 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
2011-02-24 |
tools/migration/*.lua: Convert to unix line endings
|
Matthew Wild |
2011-02-23 |
net.httpserver: Removed an unused function.
|
Waqas Hussain |
2011-02-23 |
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error response if a request handler fails to make a response to the client
|
Matthew Wild |
2011-02-23 |
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
|
Matthew Wild |
2011-02-22 |
tools/migration/*: Initial commit of a new migration tool. Currently supports Prosody files and Prosody SQL as input and output.
|
Waqas Hussain |
2011-02-22 |
net.httpserver: Catch errors thrown in HTTP handlers.
|
Waqas Hussain |
2011-02-22 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.
|
Waqas Hussain |
2011-02-22 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
2011-02-22 |
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
|
Matthew Wild |
2011-02-22 |
s2smanager: Drop some log messages to debug level from info/warn
|
Matthew Wild |
2011-02-22 |
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string
|
Matthew Wild |
2011-02-22 |
util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported.
|
Waqas Hussain |
2011-02-22 |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
|
Matthew Wild |
2011-02-22 |
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.
|
Waqas Hussain |
2011-02-20 |
modulemanager: Added module.path to the plugin API to let plugins determine their load path.
|
Waqas Hussain |
2011-02-20 |
util.pluginloader: Return file path on success in pluginloader.load_code().
|
Waqas Hussain |
2011-02-20 |
util.pluginloader: Return full file path from internal file loader on success, not just the name.
|
Waqas Hussain |
2011-02-20 |
util.stanza: Rewrite clone() to be more optimized.
|
Waqas Hussain |
2011-02-20 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
2011-02-13 |
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)
|
Matthew Wild |
2011-02-13 |
loggingmanager: Iterate over logging config rules using ipairs rather than pairs
|
Matthew Wild |
2011-02-13 |
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
Matthew Wild |
2011-02-10 |
TODO: Update for 0.9 milestones
|
Matthew Wild |
2011-02-01 |
TODO: Remove 0.8 milestones
|
Matthew Wild |
2011-02-01 |