Let Google Hangouts contacts appear offline
[prosody.git] / util / set.lua
2013-11-10 Matthew Wildutil.set: Remove unused variable
2013-09-02 Matthew Wildutil.set: Fix :include() and :exclude() methods to...
2012-05-24 Matthew Wildutil.set: Change '/' operator from filter to map+filter...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-01-22 Matthew Wildutil.set: Accept nil to add_list()
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