log core/rostermanager.lua @ 6634:3e226e387a67

age author description
Sun, 05 Apr 2015 16:19:02 +0200 Kim Alvefur rostermanager: Fix roster upgrade code (thanks mva)
Fri, 03 Apr 2015 21:42:30 +0200 Florian Zeitz rostermanager: Add missing import of `type()`
Fri, 03 Apr 2015 19:13:35 +0100 Matthew Wild rostermanager: Remove unused parameter
Fri, 03 Apr 2015 06:38:22 +0200 Kim Alvefur rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field
Tue, 20 Jan 2015 11:31:30 +0000 Matthew Wild rostermanager: Access bare_sessions through prosody.bare_sessions
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 15 Jul 2013 11:43:23 +0100 Matthew Wild rostermanager, mod_groups: Change roster-load event to pass an event table for consistency
Fri, 05 Apr 2013 04:52:11 +0000 Marco Cirillo rostermanager: do not save rosters for unexistant users.
Wed, 13 Mar 2013 07:03:34 +0100 Kim Alvefur rostermanager: Remove unused imports
Wed, 01 Aug 2012 01:36:16 +0500 Waqas Hussain mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121.
Sat, 28 Jul 2012 01:14:31 +0100 Matthew Wild Merge with Florob
Fri, 08 Jun 2012 05:04:38 +0200 Florian Zeitz Eliminate direct setfenv usage
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Tue, 01 Jun 2010 20:09:31 +0100 Waqas Hussain rostermanager: Optimisation to avoid unnecessarily loading rosters for offline contacts on probes, etc.
Mon, 24 May 2010 00:35:08 +0500 Waqas Hussain rostermanager: Return an error string when subscription test fails due to an error.
Mon, 24 May 2010 00:29:45 +0500 Waqas Hussain rostermanager: Mark rosters which fail to load as broken, and never save them.
Sat, 22 May 2010 12:20:22 +0100 Matthew Wild rostermanager: Don't fire roster-load event if there was an error loading the roster
Sat, 22 May 2010 05:50:47 +0500 Waqas Hussain rostermanager: When loading the roster, also return a datamanager error if available.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 22 Mar 2010 14:28:25 +0000 Matthew Wild rostermanager: Don't bump the roster version if it is == true (ie. we are not versioning the roster)
Thu, 22 Oct 2009 04:47:40 +0500 Waqas Hussain rostermanager: Fixed a global access.
Thu, 22 Oct 2009 03:46:54 +0500 Waqas Hussain rostermanager: Refactored roster loading to remove duplicate code.
Thu, 22 Oct 2009 03:38:00 +0500 Waqas Hussain rostermanager: Log a warning when a self-contact is detected.
Thu, 22 Oct 2009 03:34:50 +0500 Waqas Hussain rostermanager: Ensure meta-data entry is present on roster load.
Thu, 22 Oct 2009 03:34:08 +0500 Waqas Hussain rostermanager: Remove self-contacts from loaded rosters.
Tue, 13 Oct 2009 14:54:07 +0500 Waqas Hussain rostermanager: Fixed a traceback on roster save.
Sun, 04 Oct 2009 21:34:17 +0500 Waqas Hussain rostermanager: Fixed: Roster version was not being properly updated in some edge cases.
Sun, 04 Oct 2009 21:25:59 +0500 Waqas Hussain rostermanager: Added support for saving rosters of offline users to the save_roster function.
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers