Software /
code /
prosody
Log
description | author | age |
---|---|---|
core.loggingmanager: Refactoring, converted to a module. Now possible to register additional sink types (think syslog) from other modules | Matthew Wild | Wed, 22 Apr 2009 19:49:58 +0100 |
util.set: Add set.xor() to get a set consisting of items not in both sets | Matthew Wild | Wed, 22 Apr 2009 18:03:42 +0100 |
util.set: Add set:empty() to discover if the set is the empty set | Matthew Wild | Wed, 22 Apr 2009 18:03:02 +0100 |
util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double as iterators | Matthew Wild | Wed, 22 Apr 2009 18:00:45 +0100 |
util.array: Add array.collect() to collect results from iterators into an array, and use module() to correctly set the module name | Matthew Wild | Wed, 22 Apr 2009 17:46:17 +0100 |
prosody: Fire events during server shutdown process | Matthew Wild | Tue, 21 Apr 2009 22:05:21 +0100 |