mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
Matthew Wild |
Thu, 10 Feb 2011 21:09:20 +0000 |
TODO: Update for 0.9 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:33:50 +0000 |
Merge 0.8->trunk.
|
Waqas Hussain |
Thu, 03 Feb 2011 13:18:20 +0500 |
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 |
Thu, 03 Feb 2011 13:13:49 +0500 |
modulemanager: Fix disabling a module on a single host
|
Paul Aurich |
Tue, 01 Feb 2011 17:56:16 -0800 |
TODO: Remove 0.8 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:32:07 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Mon, 31 Jan 2011 23:17:11 +0000 |
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 |
Mon, 31 Jan 2011 13:05:49 +0000 |
Merge 0.8->trunk
|
Waqas Hussain |
Sat, 29 Jan 2011 04:54:08 +0500 |
stanza_router: Return a <bad-request/> error on invalid IQ type.
|
Waqas Hussain |
Sat, 29 Jan 2011 04:42:56 +0500 |
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 |
Sat, 29 Jan 2011 04:42:05 +0500 |
windows.c: Return nil,err from functions instead of throwing errors.
|
Waqas Hussain |
Sat, 29 Jan 2011 04:40:43 +0500 |
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)
|
Matthew Wild |
Wed, 26 Jan 2011 13:23:39 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 21 Jan 2011 14:02:56 +0000 |
net.dns: Fix tostring() for SRV records
|
Matthew Wild |
Fri, 21 Jan 2011 14:02:02 +0000 |
loggingmanager: Fix reading configuration of timestamps for console output.
|
Waqas Hussain |
Thu, 13 Jan 2011 02:33:50 +0500 |
loggingmanager: Re-read 'debug' option on reload.
|
Waqas Hussain |
Thu, 13 Jan 2011 02:31:10 +0500 |
prosody: Add config option plugin_path to allow overriding plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:36:31 +0500 |
util.pluginloader: Add support for multiple plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:35:49 +0500 |
mod_pubsub: Don't force-load mod_iq.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:27:46 +0500 |
MUC: Add option to allow participants to change the subject.
|
Kim Alvefur |
Fri, 14 Jan 2011 15:52:36 +0100 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 22:40:41 +0000 |
loggingmanager: Remove event hook that never fired anyway, and held logfiles open - leave the GC to close them now.
|
Matthew Wild |
Tue, 11 Jan 2011 22:40:09 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 06:18:51 +0000 |
storagemanager: Export load_driver() function so it can be used from e.g. migrators
|
Matthew Wild |
Tue, 11 Jan 2011 06:18:24 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 05:31:29 +0000 |
util.sasl.*: Add 'sasl.' prefix to module names
|
Matthew Wild |
Tue, 11 Jan 2011 05:30:55 +0000 |
util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist
|
Matthew Wild |
Tue, 11 Jan 2011 05:28:07 +0000 |
net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite
|
Matthew Wild |
Tue, 11 Jan 2011 05:04:08 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 04:22:45 +0000 |