Tue, 01 Apr 2014 16:03:21 +0100 Matthew Wild Merge 0.9.4
Tue, 01 Apr 2014 10:02:58 -0400 Waqas Hussain MUC: Fixed traceback when a JID not in a room requested a role change for an occupant.
Tue, 01 Apr 2014 15:02:36 +0100 Matthew Wild Merge
Tue, 01 Apr 2014 15:26:40 +0200 Kim Alvefur net.server_{select,event}: Add compat code for supporting the same client port API on connections
Mon, 31 Mar 2014 19:38:06 +0200 Kim Alvefur Backed out changeset a5b5bce71a11
Thu, 27 Mar 2014 23:02:52 +0100 Kim Alvefur net.server_event: Rename conn:port() -> conn:clientport() to match server_select
Sun, 30 Mar 2014 09:16:27 +0100 Matthew Wild Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and change / to | to allow paths to be used in RUNWITH (thanks Ben)
Sun, 30 Mar 2014 09:15:28 +0100 Matthew Wild util.dependencies: Log error when LuaExpat is not capable of enforcing stanza size limits
Sun, 30 Mar 2014 09:14:39 +0100 Matthew Wild util.xmppstream: Implement stanza size limiting, default limit 10MB
Sun, 30 Mar 2014 08:44:55 +0100 Matthew Wild portmanager: Make maximum read size configurable, and default to 4KB
Tue, 18 Feb 2014 20:03:12 +0100 Kim Alvefur mod_compression: Only allow compression on authenticated streams
Tue, 25 Mar 2014 19:18:32 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 25 Mar 2014 19:16:38 +0100 Kim Alvefur Merge 0.9->0.10
Sat, 22 Mar 2014 14:53:17 +0100 Kim Alvefur prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now
Sat, 22 Mar 2014 14:45:04 +0100 Kim Alvefur util.sasl: Fix logic for when mechanisms with channel binding support are offered
Sat, 22 Mar 2014 12:02:11 +0100 Kim Alvefur prosodyctl: Show real error if certificate config file can't be opened
Sat, 22 Mar 2014 12:42:01 +0100 Kim Alvefur modulemanager: Load mod_saslauth on components by default
Sat, 22 Mar 2014 12:41:38 +0100 Kim Alvefur mod_saslauth: Only do c2s SASL on normal VirtualHosts
Sun, 09 Mar 2014 23:48:32 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 09 Mar 2014 23:47:53 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 09 Mar 2014 22:16:44 +0100 Kim Alvefur mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)
Sun, 09 Mar 2014 22:15:40 +0100 Kim Alvefur util.pluginloader: Always use path separator from package.config (thanks Junne)
Wed, 26 Feb 2014 22:22:43 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 26 Feb 2014 22:21:55 +0100 Kim Alvefur Merge 0.9->0.10
Wed, 26 Feb 2014 22:19:58 +0100 Kim Alvefur mod_http: Fix http_external_url setting without an explicit port
Thu, 20 Feb 2014 19:08:55 +0100 Kim Alvefur mod_http: Use hostname from the correct context (thanks gryffus)
Tue, 18 Feb 2014 16:03:13 -0500 Waqas Hussain tools/ejabberd2prosody: Don't throw an error if XML CDATA is null ([] in Erlang, instead of a string or being missing).
Mon, 17 Feb 2014 16:00:41 -0500 Waqas Hussain mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
Wed, 19 Feb 2014 23:45:24 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 19 Feb 2014 20:13:35 +0100 Florian Zeitz mod_proxy65: Use mod_disco
Wed, 19 Feb 2014 20:10:23 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 12 Feb 2014 13:45:16 +0100 Florian Zeitz mod_auth_interal_hashed: Update salt and iteration count when setting a new password
Wed, 12 Feb 2014 19:26:54 +0100 Kim Alvefur Merge 0.10 -> trunk
Wed, 12 Feb 2014 19:26:22 +0100 Kim Alvefur Merge 0.9 -> 0.10
Sun, 09 Feb 2014 15:17:01 +0100 Kim Alvefur mod_admin_telnet: Prep jids for user:create() etc.
Sun, 09 Feb 2014 15:13:46 +0100 Kim Alvefur mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
Wed, 12 Feb 2014 19:25:15 +0100 Kim Alvefur mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392)
Sun, 09 Feb 2014 15:12:13 +0100 Kim Alvefur mod_storage_sql2: archive:delete() with username = true deletes for all users
Sun, 09 Feb 2014 15:09:12 +0100 Kim Alvefur mod_ping: Use type-specific event
Thu, 06 Feb 2014 10:55:09 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 06 Feb 2014 10:48:41 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 06 Feb 2014 10:44:21 +0100 Kim Alvefur mod_motd: Strip indentation only, leave multiple newlines
Mon, 03 Feb 2014 07:25:05 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 03 Feb 2014 07:23:33 +0100 Kim Alvefur Merge 0.9->0.10
Mon, 27 Jan 2014 16:47:54 +0100 Kim Alvefur tools/ejabberd2prosody: Handle new room member format.
Fri, 31 Jan 2014 12:01:12 +0100 Florian Zeitz mod_c2s: Break out stream opening into a separate function
Tue, 28 Jan 2014 19:21:21 +0100 Kim Alvefur MUC: Tag PMs with <x>, like presence stanzas
Sun, 26 Jan 2014 21:16:24 +0100 Kim Alvefur modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms
Sun, 26 Jan 2014 18:35:03 +0100 Kim Alvefur mod_posix: Daemonize by default only when installed
Tue, 21 Jan 2014 03:26:04 +0000 Matthew Wild Merge 0.10->trunk
Tue, 21 Jan 2014 03:24:40 +0000 Matthew Wild Merge 0.9->0.10
Sat, 18 Jan 2014 17:26:02 -0500 Waqas Hussain tools/ejabberd2prosody: Disable generating a config, as the format it generates is completely out of date.
Sat, 18 Jan 2014 17:24:10 -0500 Waqas Hussain tools/ejabberd2prosody: “xmlelement” can be “xmlel” in newer ejabberd (thanks cr).
Sat, 18 Jan 2014 20:14:05 +0100 Kim Alvefur MUC: Fire muc-room-destroyed event when the last participant leaves a non-persistent room
Tue, 21 Jan 2014 01:51:13 +0100 Kim Alvefur mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given
Tue, 21 Jan 2014 00:51:31 +0100 Kim Alvefur mod_storage_sql2: Fix another SQL syntax error that slipped trough
Sat, 18 Jan 2014 18:46:31 +0000 Matthew Wild Merge 0.10->trunk
Sat, 18 Jan 2014 18:46:12 +0000 Matthew Wild Merge 0.9->0.10
Sat, 18 Jan 2014 10:37:12 -0500 Waqas Hussain tools/ejabberd2prosody: Add support for importing MUC rooms.
Thu, 16 Jan 2014 14:03:27 -0500 Waqas Hussain tools/ejabberdsql2prosody: Skip invalid XML in data, and print out errors.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip