Log

core/rostermanager.lua @ 10629:eed5811941b2

description author age
Merge 0.11->trunk Matthew Wild Tue, 24 Dec 2019 08:42:53 +0000
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) 0.11 Kim Alvefur Sun, 16 Dec 2018 02:56:11 +0100
rostermanager, mod_presence: Support for subscription preapproval (fixes #686) Matthew Wild Thu, 19 Dec 2019 10:03:16 +0000
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) Kim Alvefur Sun, 16 Dec 2018 02:56:11 +0100
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG) Matthew Wild Sat, 01 Dec 2018 22:13:24 +0000
rostermanager: Use util.id to generate ids for roster pushed Matthew Wild Thu, 13 Sep 2018 16:08:38 +0100
core: Use prosody.hosts instead of _G.hosts for consistency Kim Alvefur Thu, 29 Mar 2018 16:58:06 +0200
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
rostermanager: Explicitly remove old-style 'pending' table from rosters (or it stays forever due to map stores) Kim Alvefur Fri, 29 Dec 2017 20:49:19 +0100
rostermanager: Log warning if removal self-contact failed Kim Alvefur Sun, 29 Oct 2017 00:07:45 +0200
rostermanager: Use internal method for storing removal of self-contact Kim Alvefur Sun, 29 Oct 2017 00:07:18 +0200
rostermanager: Demote warning to debug message Kim Alvefur Sun, 29 Oct 2017 00:06:26 +0200
rostermanager: Capitalize log message Kim Alvefur Sun, 29 Oct 2017 00:05:26 +0200
rostermanager: Remove self-contact entry (fixes #933) Emmanuel Gil Peyrot Tue, 19 Sep 2017 19:17:23 +0200
rostermanager: Simplify logging. Emmanuel Gil Peyrot Tue, 19 Sep 2017 19:17:07 +0200
rostermanager: Use correct variable (missed one place while renaming variable in b98006bfd97a) Kim Alvefur Thu, 18 May 2017 01:59:55 +0200
core: Allow select core modules to mutate some globals (needs luacheck 1.19) Kim Alvefur Sat, 04 Mar 2017 20:09:28 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 09 Dec 2016 17:07:57 +0100
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
Added session property for interested resources Waqas Hussain Thu, 23 Oct 2008 02:11:27 +0500
Fixed: Roster support Waqas Hussain Wed, 22 Oct 2008 21:20:07 +0500
Added: Roster manipulation functions to core.rostermanager Waqas Hussain Fri, 17 Oct 2008 22:19:26 +0500
Fixed: Typos caused by lack of sleep. Waqas Hussain Tue, 14 Oct 2008 07:20:29 +0500
Added some roster management functions Waqas Hussain Sun, 12 Oct 2008 17:40:03 +0500
Fixed: rostermanager.lua now returns the module Waqas Hussain Wed, 08 Oct 2008 21:10:18 +0500
Merged 2 heads o_O matthew Sun, 24 Aug 2008 18:08:04 +0100
Added all the files to please hg :/ matthew Sun, 24 Aug 2008 18:01:20 +0100
"Shared roster" - well, kind of :) matthew Sun, 24 Aug 2008 13:29:01 +0000
First commit, where do you want to go tomorrow? matthew Fri, 22 Aug 2008 21:09:04 +0000