Log

description author age
Merge with waqas Matthew Wild 2011-02-24
util.stanza: Clean up matching_tags() and replace :childtags() with it Matthew Wild 2011-02-19
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
Merge 0.8->trunk. Waqas Hussain 2011-02-20
util.json: Fixed a parse error caused by unexpected whitespace. Waqas Hussain 2011-02-19
util.stanza: Rewrite clone() to be more optimized. Waqas Hussain 2011-02-20
net.server_select: Expose step() function (thanks Łukasz) Matthew Wild 2011-02-14
Merge 0.8->trunk Matthew Wild 2011-02-13
net.httpserver: Log when an error occurs inside a HTTP request handler Matthew Wild 2011-02-13
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
Merge 0.8->trunk. Waqas Hussain 2011-02-03
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;) Waqas Hussain 2011-02-03
modulemanager: Fix disabling a module on a single host Paul Aurich 2011-02-02
TODO: Remove 0.8 milestones Matthew Wild 2011-02-01
Merge 0.8->trunk Matthew Wild 2011-01-31
util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step) Matthew Wild 2011-01-31
Merge 0.8->trunk Waqas Hussain 2011-01-28
stanza_router: Return a <bad-request/> error on invalid IQ type. Waqas Hussain 2011-01-28
mod_ping: Use util.datetime to generate timestamp in ad-hoc command response (instead of the current use of os.date, which doesn't take timezone into account). Waqas Hussain 2011-01-28
windows.c: Return nil,err from functions instead of throwing errors. Waqas Hussain 2011-01-28
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul) Matthew Wild 2011-01-26
Merge 0.8->trunk Matthew Wild 2011-01-21
net.dns: Fix tostring() for SRV records Matthew Wild 2011-01-21
loggingmanager: Fix reading configuration of timestamps for console output. Waqas Hussain 2011-01-12
loggingmanager: Re-read 'debug' option on reload. Waqas Hussain 2011-01-12
prosody: Add config option plugin_path to allow overriding plugin directories. Waqas Hussain 2011-01-20
util.pluginloader: Add support for multiple plugin directories. Waqas Hussain 2011-01-20
mod_pubsub: Don't force-load mod_iq. Waqas Hussain 2011-01-20
MUC: Add option to allow participants to change the subject. Kim Alvefur 2011-01-14
Merge 0.8->trunk Matthew Wild 2011-01-11
loggingmanager: Remove event hook that never fired anyway, and held logfiles open - leave the GC to close them now. Matthew Wild 2011-01-11
Merge 0.8->trunk Matthew Wild 2011-01-11
storagemanager: Export load_driver() function so it can be used from e.g. migrators Matthew Wild 2011-01-11
Merge 0.8->trunk Matthew Wild 2011-01-11
util.sasl.*: Add 'sasl.' prefix to module names Matthew Wild 2011-01-11
util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist Matthew Wild 2011-01-11
net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite Matthew Wild 2011-01-11
Merge 0.8->trunk Matthew Wild 2011-01-11