log plugins/mod_roster.lua @ 7131:ea3eea291321

age author description
Fri, 03 Apr 2015 06:38:22 +0200 Kim Alvefur rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 01:35:52 +0100 Kim Alvefur mod_roster: Remove unused variable
Sat, 25 Aug 2012 01:31:05 +0200 Kim Alvefur mod_roster: When an user is deleted, unsubscribe from their contacts
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
Sat, 07 May 2011 21:16:25 +0500 Waqas Hussain mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 16 Oct 2010 05:31:40 +0500 Waqas Hussain mod_roster: Cleaned up some unused variables and global accesses.
Sat, 16 Oct 2010 05:26:46 +0500 Waqas Hussain mod_roster: Updated to use the new events API.
Mon, 05 Jul 2010 02:20:37 +0100 Matthew Wild mod_roster: Use value returned by pairs() during roster iteration to avoid dozens of wasteful table lookups
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 01:54:22 +0000 Matthew Wild mod_roster: Tidier code for the roster versioning logic
Fri, 12 Feb 2010 04:22:30 +0500 Waqas Hussain mod_roster: Hook stream-features event using new events API.
Thu, 26 Nov 2009 12:57:24 +0500 Waqas Hussain mod_roster: Ask remote server to remove pending subscription requests when removing roster items.
Wed, 12 Aug 2009 20:03:58 +0200 Tobias Markmann Removing tabs at the end of a line.
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Sun, 14 Jun 2009 17:59:22 +0500 Waqas Hussain mod_roster: Removed references to presencemanager and core_route_stanza
Sun, 14 Jun 2009 17:58:16 +0500 Waqas Hussain mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence
Tue, 26 May 2009 01:27:07 +0100 Matthew Wild mod_roster: Add some comments for the error cases to improve readability
Tue, 26 May 2009 01:07:21 +0100 Matthew Wild mod_roster: Don't send a query element in roster response if roster is unchanged
Fri, 08 May 2009 01:04:51 +0500 Waqas Hussain mod_roster: Advertize roster versioning support
Mon, 30 Mar 2009 02:38:51 +0500 Waqas Hussain Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)
Mon, 23 Mar 2009 00:31:29 +0000 Matthew Wild core.rostermanager/mod_roster: Support for roster versioning
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Mon, 08 Dec 2008 21:08:22 +0500 Waqas Hussain Changed mod_roster to use the newer presence manager API