Log

core/rostermanager.lua @ 13241:0419de4e4db1

description author age
core: Prefix module imports with prosody namespace Kim Alvefur Fri, 17 Mar 2023 16:23:07 +0100
Spelling: Fix various spelling mistakes (thanks timeless) Kim Alvefur Mon, 07 Mar 2022 00:13:56 +0100
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