Fri, 28 Jun 2013 19:34:57 +0200 Kim Alvefur mod_http_files: Put the MIME type map in a global shared table instead of per-host
Wed, 26 Jun 2013 21:40:33 +0100 Matthew Wild Merge 0.9->trunk
Wed, 26 Jun 2013 21:40:01 +0100 Matthew Wild net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC
Wed, 26 Jun 2013 13:35:38 +0200 Kim Alvefur mod_s2s: Add missing global hook for read-timeout
Mon, 24 Jun 2013 18:29:04 +0100 Matthew Wild Merge 0.9->trunk
Sun, 23 Jun 2013 19:27:49 +0200 Kim Alvefur mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)
Thu, 20 Jun 2013 21:47:38 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:show()
Thu, 20 Jun 2013 21:47:28 +0200 Kim Alvefur mod_admin_telnet: Generate session names the same way as in s2smanager
Thu, 20 Jun 2013 20:53:29 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:close and s2s:closeall
Wed, 19 Jun 2013 16:35:19 +0200 Kim Alvefur mod_register: Fix indentation
Wed, 19 Jun 2013 16:20:33 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:showcert()
Tue, 18 Jun 2013 23:02:20 +0200 Florian Zeitz net.dns: Support IPv6 addresses in resolv.conf
Tue, 18 Jun 2013 12:17:06 +0100 Matthew Wild Merge 0.9->trunk
Tue, 18 Jun 2013 12:14:46 +0100 Matthew Wild mod_s2s/s2sout.lib: Remove unused variables and imports
Tue, 18 Jun 2013 12:12:49 +0100 Matthew Wild mod_s2s/s2sout.lib: Remove reference to undefined global
Tue, 18 Jun 2013 12:12:12 +0100 Matthew Wild mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses
Tue, 18 Jun 2013 12:11:40 +0100 Matthew Wild mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6
Tue, 18 Jun 2013 09:04:44 +0100 Matthew Wild util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0)
Sun, 16 Jun 2013 15:01:31 +0200 Kim Alvefur mod_tls: Remove debug statement
Fri, 14 Jun 2013 15:43:35 +0700 Vadim Misbakh-Soloviov additional fix for erlparse loading in ejabberd2prosody.lua
Fri, 14 Jun 2013 15:15:05 +0700 Vadim Misbakh-Soloviov package{,c}path fixes for migration tools
Thu, 13 Jun 2013 23:24:36 +0100 Matthew Wild Merge the merge
Thu, 13 Jun 2013 23:21:24 +0100 Matthew Wild Merge 0.9->trunk
Fri, 14 Jun 2013 00:07:57 +0200 Florian Zeitz util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers
Wed, 05 Jun 2013 00:05:03 +0200 Florian Zeitz mod_muc: Add Ad-Hoc command to destroy MUC rooms
Wed, 05 Jun 2013 00:04:44 +0200 Florian Zeitz mod_muc: Utilize mod_disco, instead of reimplementing disco handling
Wed, 05 Jun 2013 00:01:17 +0200 Florian Zeitz mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling
Tue, 04 Jun 2013 23:59:59 +0200 Florian Zeitz mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests
Thu, 13 Jun 2013 23:31:11 +0200 Kim Alvefur mod_http_files: Put the MIME type map in a global shared table
Thu, 13 Jun 2013 18:20:49 +0200 Kim Alvefur util.sasl.external: Add SASL EXTERNAL mechanism
Thu, 13 Jun 2013 17:48:09 +0200 Kim Alvefur prosody: Remove global ssl context, no longer used
Thu, 13 Jun 2013 17:47:45 +0200 Kim Alvefur mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections
Thu, 13 Jun 2013 17:44:42 +0200 Kim Alvefur certmanager: Overhaul of how ssl configs are built.
Thu, 13 Jun 2013 13:56:58 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 13:56:35 +0100 Florian Zeitz mod_pep: When a client supplies no id on a published item, reflect our generated id back to it
Thu, 13 Jun 2013 12:07:46 +0100 Matthew Wild Merge 0.9->trunk
Tue, 21 May 2013 10:10:28 +0100 Matthew Wild mod_muc: Fix incorrect variable name
Thu, 13 Jun 2013 00:46:29 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 00:45:41 +0100 Matthew Wild certmanager: Add single_dh_use and single_ecdh_use to default options
Thu, 13 Jun 2013 00:09:56 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 00:04:04 +0100 Matthew Wild certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers
Wed, 12 Jun 2013 16:53:51 +0200 Florian Zeitz util.pubsub: Check whether node exists, when deleting
Tue, 11 Jun 2013 21:50:41 +0100 Matthew Wild Merge 0.9->trunk
Tue, 11 Jun 2013 21:44:53 +0100 Matthew Wild certmanager: Use 'curve' and 'dhparam' options from ssl config if present
Thu, 16 May 2013 10:47:22 +0100 Matthew Wild mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage
Fri, 07 Jun 2013 17:47:49 +0100 Matthew Wild mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)
Fri, 07 Jun 2013 17:47:27 +0100 Matthew Wild mod_bosh: Fix global write
Tue, 11 Jun 2013 21:36:15 +0200 Kim Alvefur mod_c2s, mod_s2s: Fire an event on read timeouts
Tue, 11 Jun 2013 21:18:51 +0200 Kim Alvefur mod_c2s: Become a shared module and allow being disabled on some virtualhosts
Tue, 11 Jun 2013 12:55:47 -0400 Waqas Hussain mod_bosh: Reduce a little code.
Mon, 10 Jun 2013 14:37:02 +0200 Kim Alvefur Merge 0.9->trunk
Mon, 10 Jun 2013 14:35:35 +0200 Kim Alvefur mod_admin_telnet: Fix another wrong boolean expression
Sun, 09 Jun 2013 17:03:15 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 09 Jun 2013 17:00:26 +0200 Kim Alvefur net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)
Sun, 09 Jun 2013 12:59:23 +0200 Kim Alvefur mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback
Sun, 09 Jun 2013 12:54:10 +0200 Kim Alvefur mod_s2s: Set s2s_session.ip
Sat, 08 Jun 2013 18:08:18 +0100 Matthew Wild mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads
Sat, 08 Jun 2013 18:07:36 +0100 Matthew Wild mod_muc: Include status code 332 on service shutdown (thanks mathieui)
Fri, 07 Jun 2013 16:26:08 -0400 Waqas Hussain mod_bosh: Don't tostring() stream:features when passing to session.send().
Fri, 07 Jun 2013 20:59:43 +0200 Kim Alvefur prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip