portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins)
|
Matthew Wild |
Sat, 19 May 2012 20:46:44 +0100 |
modulemanager, moduleapi: Turn module.event_handlers into a multitable and track object->event->handler associations correctly (thanks Zash)
|
Matthew Wild |
Sat, 19 May 2012 15:39:16 +0100 |
util.multitable: No longer use table.remove to drop elements from the stack, when key is nil immediately (on empty tables) the previous stack entry's key gets removed instead
|
Matthew Wild |
Sat, 19 May 2012 15:35:49 +0100 |
util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search())
|
Matthew Wild |
Sat, 19 May 2012 04:12:41 +0100 |
moduleapi, modulemanager: Re-structure module.event_handlers so that the same handler can harmlessly handle multiple events (thanks Zash)
|
Matthew Wild |
Fri, 18 May 2012 23:53:02 +0100 |
mod_http: Add module:http_url([app_name,][default_path]) for a module to get a guess at its external URL
|
Matthew Wild |
Fri, 18 May 2012 04:24:33 +0100 |
util.watchdog: Pass watchdog object to callback so that it doesn't always have to be a closure
|
Matthew Wild |
Fri, 18 May 2012 04:22:51 +0100 |
certmanager: no_ticket is not a verification option (thanks Zash)
|
Matthew Wild |
Fri, 18 May 2012 01:50:51 +0100 |
certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)
|
Matthew Wild |
Fri, 18 May 2012 00:31:23 +0100 |
net.server_select: Return error when SSL handshake fails immediately (thanks Zash)
|
Matthew Wild |
Fri, 18 May 2012 00:27:06 +0100 |
util.dataforms: Don't return invalid JIDs in jid-single.
|
Kim Alvefur |
Thu, 17 May 2012 21:25:41 +0200 |
util.dataforms: Fix validation of booleans.
|
Kim Alvefur |
Thu, 17 May 2012 21:18:35 +0200 |
INSTALL: Update with changes from wiki.
|
Kim Alvefur |
Thu, 17 May 2012 21:04:31 +0200 |
util.dataforms: Do field validation and normalization in field readers.
|
Kim Alvefur |
Thu, 17 May 2012 21:01:44 +0200 |
modulemanager: Components should inherit mod_s2s from global modules_enabled too
|
Matthew Wild |
Wed, 16 May 2012 20:30:53 +0100 |