Software /
code /
prosody
Log
description | author | age |
---|---|---|
net.server_select: Pass on all arguments to addclient on to wrapclient | Kim Alvefur | Fri, 06 Sep 2013 10:52:37 +0200 |
certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback | Kim Alvefur | Tue, 03 Sep 2013 15:43:59 +0200 |
Merge 0.9->trunk | Kim Alvefur | Tue, 03 Sep 2013 13:43:39 +0200 |
certmanager: Fix dhparam callback, missing imports (Testing, pfft) 0.9.1 | Kim Alvefur | Tue, 03 Sep 2013 13:40:29 +0200 |
Merge 0.9->trunk | Matthew Wild | Tue, 03 Sep 2013 12:32:18 +0100 |
mod_admin_adhoc: As the only user of set:items(), update... it's now an iterator, and the extra keys() iterator is now unnecessary | Matthew Wild | Tue, 03 Sep 2013 12:22:22 +0100 |
util.set: :items() now returns an iterator instead of the underlying table. This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change. | Matthew Wild | Tue, 03 Sep 2013 12:21:43 +0100 |