util.pluginloader: Remove unnecessary return value suppressing the real load error
[prosody.git] / util / set.lua
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-22 Matthew Wildutil.set: Add set.xor() to get a set consisting of...
2009-04-22 Matthew Wildutil.set: Add set:empty() to discover if the set is...
2009-04-22 Matthew Wildutil.set: Add metatable to sets to allow +, -, /, ...
2009-03-23 Matthew Wildutil.set: Rename private items container, optimise...
2009-03-22 Matthew Wildutil.set: Fix to make constructor work, and functions...
2009-03-22 Matthew Wildutil.set: New util library