Log

core/rostermanager.lua @ 8588:54b60a1eea2d

description author age
core.rostermanager: Add method for checking if the user is subscribed to a contact Kim Alvefur Fri, 09 Dec 2016 15:15:10 +0100
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute Kim Alvefur Sat, 12 Mar 2016 18:13:24 +0100
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.2 Matthew Wild Fri, 19 Feb 2016 12:15:02 +0000
rostermanager: Use map stores when only one contact is changed Kim Alvefur Tue, 09 Feb 2016 17:09:01 +0100
rostermanager: Use storagemanager Kim Alvefur Tue, 09 Feb 2016 17:01:04 +0100
rostermanager: Rename variable to avoid name clash [luacheck] Kim Alvefur Sat, 09 Jan 2016 15:18:46 +0100
rostermanager: Add forward declarations Kim Alvefur Wed, 08 Apr 2015 00:44:30 +0200
core.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:42:19 +0100
rostermanager: Variable rename for clarity and to avoid name clash [luacheck] Matthew Wild Wed, 06 May 2015 19:17:59 +0100
rostermanager: Fix roster upgrade code (thanks mva) Kim Alvefur Sun, 05 Apr 2015 16:19:02 +0200
rostermanager: Add missing import of `type()` Florian Zeitz Fri, 03 Apr 2015 21:42:30 +0200
rostermanager: Remove unused parameter Matthew Wild Fri, 03 Apr 2015 19:13:35 +0100
rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field Kim Alvefur Fri, 03 Apr 2015 06:38:22 +0200
rostermanager: Access bare_sessions through prosody.bare_sessions Matthew Wild Tue, 20 Jan 2015 11:31:30 +0000
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
rostermanager, mod_groups: Change roster-load event to pass an event table for consistency Matthew Wild Mon, 15 Jul 2013 11:43:23 +0100
rostermanager: do not save rosters for unexistant users. Marco Cirillo Fri, 05 Apr 2013 04:52:11 +0000
rostermanager: Remove unused imports Kim Alvefur Wed, 13 Mar 2013 07:03:34 +0100
mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121. Waqas Hussain Wed, 01 Aug 2012 01:36:16 +0500
Merge with Florob Matthew Wild Sat, 28 Jul 2012 01:14:31 +0100
Eliminate direct setfenv usage Florian Zeitz Fri, 08 Jun 2012 05:04:38 +0200
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages Matthew Wild Mon, 23 Jul 2012 17:32:33 +0100
rostermanager: Optimisation to avoid unnecessarily loading rosters for offline contacts on probes, etc. Waqas Hussain Tue, 01 Jun 2010 20:09:31 +0100
rostermanager: Return an error string when subscription test fails due to an error. Waqas Hussain Mon, 24 May 2010 00:35:08 +0500
rostermanager: Mark rosters which fail to load as broken, and never save them. Waqas Hussain Mon, 24 May 2010 00:29:45 +0500
rostermanager: Don't fire roster-load event if there was an error loading the roster Matthew Wild Sat, 22 May 2010 12:20:22 +0100
rostermanager: When loading the roster, also return a datamanager error if available. Waqas Hussain Sat, 22 May 2010 05:50:47 +0500
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
rostermanager: Don't bump the roster version if it is == true (ie. we are not versioning the roster) Matthew Wild Mon, 22 Mar 2010 14:28:25 +0000
rostermanager: Fixed a global access. Waqas Hussain Thu, 22 Oct 2009 04:47:40 +0500
rostermanager: Refactored roster loading to remove duplicate code. Waqas Hussain Thu, 22 Oct 2009 03:46:54 +0500
rostermanager: Log a warning when a self-contact is detected. Waqas Hussain Thu, 22 Oct 2009 03:38:00 +0500
rostermanager: Ensure meta-data entry is present on roster load. Waqas Hussain Thu, 22 Oct 2009 03:34:50 +0500
rostermanager: Remove self-contacts from loaded rosters. Waqas Hussain Thu, 22 Oct 2009 03:34:08 +0500
rostermanager: Fixed a traceback on roster save. Waqas Hussain Tue, 13 Oct 2009 14:54:07 +0500
rostermanager: Fixed: Roster version was not being properly updated in some edge cases. Waqas Hussain Sun, 04 Oct 2009 21:34:17 +0500
rostermanager: Added support for saving rosters of offline users to the save_roster function. Waqas Hussain Sun, 04 Oct 2009 21:25:59 +0500
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
rostermanager: Fire event on roster load Matthew Wild Mon, 22 Jun 2009 14:14:28 +0100
Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77) Waqas Hussain Mon, 30 Mar 2009 02:02:59 +0500
core.rostermanager/mod_roster: Support for roster versioning Matthew Wild Mon, 23 Mar 2009 00:31:29 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Merge from waqas Matthew Wild Sat, 15 Nov 2008 00:35:09 +0000
Some bugs fixed Waqas Hussain Sat, 15 Nov 2008 05:33:14 +0500
Update rostermanager to use new logger Matthew Wild Fri, 14 Nov 2008 17:37:45 +0000
mod_roster fix Waqas Hussain Sun, 02 Nov 2008 02:23:52 +0500
Combined some lines Waqas Hussain Sun, 26 Oct 2008 21:19:49 +0500
Bug fixes and checks for presence subscriptions, etc Waqas Hussain Sun, 26 Oct 2008 00:22:18 +0500
Outbound presence subscription Waqas Hussain Sat, 25 Oct 2008 21:16:08 +0500
Inbound subscription request Waqas Hussain Sat, 25 Oct 2008 03:13:10 +0500
Inbound unsubscribe Waqas Hussain Sat, 25 Oct 2008 02:38:24 +0500
Inbound subscription cancellation Waqas Hussain Sat, 25 Oct 2008 02:29:58 +0500
Inbound subscription approval Waqas Hussain Sat, 25 Oct 2008 02:16:29 +0500
Roster updates Waqas Hussain Thu, 23 Oct 2008 20:02:30 +0500