mod_adhoc: Add support for commands only executable by global administrators
[prosody.git] / util / set.lua
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2009-07-10 Matthew WildAdd copyright header to those files missing one
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