Log

description author age
util.json: Fix for single-line comments (thanks Norbert Kiesel) Matthew Wild Wed, 26 Oct 2011 18:55:06 -0400
Makefile: Fix making of prosody.version Kim Alvefur Sun, 23 Oct 2011 20:56:33 +0200
Makefile: Merge identical rules and some other improvements. Kim Alvefur Tue, 18 Oct 2011 01:22:44 +0200
util.watchdog: Watchdog timer library Matthew Wild Fri, 21 Oct 2011 17:12:45 -0400
net.dns: Preserve metatable on manual cache purge Matthew Wild Wed, 19 Oct 2011 16:21:56 -0400
net.server_event, net.server_select: Fixed some global pollution. Waqas Hussain Fri, 14 Oct 2011 00:46:29 +0500
mod_register: Add support for additional registration fields Florian Zeitz Fri, 12 Aug 2011 00:01:35 +0200
util.dataforms: Add field verification logic Florian Zeitz Thu, 11 Aug 2011 23:58:26 +0200
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile Matthew Wild Thu, 13 Oct 2011 00:51:50 +0100
mod_saslauth: Never send empty <mechanisms/>, for real this time. Waqas Hussain Thu, 13 Oct 2011 00:24:09 +0500
mod_pep: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam). Waqas Hussain Thu, 13 Oct 2011 00:13:49 +0500
net.server_select: Minor whitespace fix. Waqas Hussain Thu, 13 Oct 2011 00:11:17 +0500
mod_saslauth: Never send empty <mechanisms/>. Waqas Hussain Thu, 13 Oct 2011 00:10:02 +0500
mod_watchregistrations: Update to pass default options to module:get_option(), and reformat the code a little Matthew Wild Wed, 12 Oct 2011 03:48:48 +0100
mod_motd: Update to use module:get_option_string Matthew Wild Tue, 27 Sep 2011 19:07:41 +0100
mod_motd: Send no message (instead of 'blank') if no message is set in the config (thanks medics) Matthew Wild Tue, 27 Sep 2011 19:05:14 +0100
net.server_select: Never call onincoming with nil data when a listener doesn't have an onconnect handler Matthew Wild Tue, 27 Sep 2011 17:28:56 +0100
util.array: Fix array.collect() for iterators that expect initial value of var to be preserved Matthew Wild Sun, 25 Sep 2011 00:21:22 +0100
util.iterators: Add range(from, to) Matthew Wild Sun, 25 Sep 2011 00:20:43 +0100
util.timer: Fix corner case of timer not repeating if it returns <= 0 Matthew Wild Thu, 22 Sep 2011 15:48:56 +0100
tools/ejabberdsql2prosody: Track current line for error reporting Matthew Wild Tue, 20 Sep 2011 23:30:58 +0100
modulemanager: Fix undefined global access in handling of module.save error handling. Waqas Hussain Wed, 21 Sep 2011 03:25:34 +0500
prosody: Invalid escape sequence in componentmanager deprecation warning (can cause luajit to throw). Waqas Hussain Wed, 21 Sep 2011 03:23:47 +0500
modulemanager: Fixed undefined global access in broadcast of item-remove events on module unload. Waqas Hussain Sat, 17 Sep 2011 20:28:46 +0500
ejabberd2prosody: Added a lot more type checks to ensure XML data has proper data types. Ignore attributes of invalid types. Fixes the cause of issue#261. Waqas Hussain Sat, 17 Sep 2011 20:25:11 +0500
mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim) Matthew Wild Thu, 15 Sep 2011 17:38:24 +0100
net.httpclient_listener: util.httpstream now always expects to be called with nil data, so call even when the socket closed cleanly Matthew Wild Sat, 03 Sep 2011 15:44:05 -0400
net.server_event: Don't call listener.onincoming with data=nil when listener.onconnect is missing. onincoming's arguments shall always be non-nil. Waqas Hussain Sat, 03 Sep 2011 02:42:50 +0500
mod_proxy65: Apply stringprep to activation target JID. Waqas Hussain Sat, 03 Sep 2011 01:07:35 +0500
mod_proxy65: Some more cleanup. Waqas Hussain Sat, 03 Sep 2011 00:37:37 +0500