Mon, 22 Jul 2013 18:17:30 +0200 Kim Alvefur net.server_event: Pass ondrain handler from listener
Mon, 22 Jul 2013 17:28:37 +0200 Kim Alvefur net.http.server: Fix Keep-Alive requests with HTTP 1.0
Mon, 15 Jul 2013 23:43:37 +0100 Matthew Wild Merge 0.9->trunk
Mon, 15 Jul 2013 23:43:20 +0100 Matthew Wild util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head)
Mon, 15 Jul 2013 23:35:49 +0100 Matthew Wild Merge 0.9->trunk
Mon, 15 Jul 2013 23:34:59 +0100 Matthew Wild util.net: Include missing header needed for successful compiltion on FreeBSD
Mon, 15 Jul 2013 12:15:51 +0100 Matthew Wild util.events: Remove varargs, event handlers can now only accept a single parameter
Mon, 15 Jul 2013 11:44:49 +0100 Matthew Wild mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
Mon, 15 Jul 2013 11:43:23 +0100 Matthew Wild rostermanager, mod_groups: Change roster-load event to pass an event table for consistency
Sat, 13 Jul 2013 13:17:53 +0100 Matthew Wild Merge 0.9->trunk
Sat, 13 Jul 2013 13:15:24 +0100 Matthew Wild certmanager: Set our own default cipher string, which includes only ciphers regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4.
Fri, 12 Jul 2013 17:44:30 +0200 Kim Alvefur util.sql: Do lazy fetching of affected/rowcount
Fri, 12 Jul 2013 17:41:54 +0200 Kim Alvefur Backed out changeset 3c57c2281087
Fri, 12 Jul 2013 17:03:09 +0200 Kim Alvefur util.sql: Don't fetch row count of result sets for queries that don't have result sets
Fri, 12 Jul 2013 02:53:24 +0200 Kim Alvefur mod_storage_sql2: Add archive store with append and find methods
Fri, 12 Jul 2013 01:34:38 +0200 Kim Alvefur mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections
Thu, 11 Jul 2013 22:07:55 +0200 Kim Alvefur util.sql: Set charset and collation for MySQL when creating tables
Thu, 11 Jul 2013 15:13:45 +0100 Matthew Wild Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete
Thu, 11 Jul 2013 15:10:04 +0100 Matthew Wild Merge 0.9->trunk
Thu, 11 Jul 2013 15:08:47 +0100 Matthew Wild mod_storage_sql2: Remove from 0.9
Wed, 10 Jul 2013 13:19:33 +0200 Kim Alvefur mod_storage_sql2: Support XML serialization for stanzas.
Wed, 10 Jul 2013 13:18:10 +0200 Kim Alvefur mod_storage_sql2: Keep available store types in a table
Wed, 10 Jul 2013 12:08:44 +0200 Kim Alvefur mod_storage_sql2: Fix iteration over users and stores
Wed, 10 Jul 2013 12:01:23 +0200 Kim Alvefur mod_storage_sql2: Make sure the user field is not NULL
Wed, 10 Jul 2013 07:47:54 +0200 Kim Alvefur Merge 0.9->trunk
Wed, 10 Jul 2013 07:45:10 +0200 Kim Alvefur net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)
Tue, 09 Jul 2013 00:04:30 +0100 Matthew Wild Merge 0.9->trunk
Mon, 08 Jul 2013 23:59:51 +0100 Matthew Wild mod_component: Local imports for some functions, including xpcall
Mon, 08 Jul 2013 23:59:27 +0100 Matthew Wild mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s).
Mon, 08 Jul 2013 23:42:54 +0100 Matthew Wild mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters
Mon, 08 Jul 2013 21:41:31 +0100 Matthew Wild Merge 0.9->trunk
Mon, 08 Jul 2013 21:38:08 +0100 Matthew Wild mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors'
Mon, 01 Jul 2013 22:17:31 +0200 Kim Alvefur prosodyctl: Import local_addresses from the new util.net intead of luasocket
Sat, 29 Jun 2013 22:49:56 +0200 Kim Alvefur Merge 0.9->trunk
Sat, 29 Jun 2013 22:40:10 +0200 Florian Zeitz mod_admin_adhoc: Fix node of the "Get List of Online Users" command
Sat, 29 Jun 2013 14:45:47 +0100 Matthew Wild Merge
Sat, 29 Jun 2013 14:45:38 +0100 Matthew Wild util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit()
Sat, 29 Jun 2013 10:11:55 +0100 Matthew Wild Merge 0.9->trunk
Fri, 28 Jun 2013 20:16:43 +0100 Matthew Wild util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip