Log

plugins/mod_groups.lua @ 13269:d50bee584969

description author age
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
plugins: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:29:36 +0200
Merge 0.10->trunk Kim Alvefur Sat, 07 Jul 2018 21:00:59 +0200
mod_groups: Log a warning about invalid JIDs (#1180) Kim Alvefur Sat, 07 Jul 2018 20:57:20 +0200
mod_groups: Adjust imports to avoid name clash [luacheck] Kim Alvefur Sat, 07 Jul 2018 20:59:23 +0200
mod_groups: Move variable to smaller scope Kim Alvefur Thu, 04 Feb 2016 10:07:02 +0100
mod_groups: Use module:get_option_path, look for file relative to config dir Kim Alvefur Thu, 04 Feb 2016 10:06:09 +0100
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
mod_groups: Remove unused import Matthew Wild Wed, 03 Apr 2013 13:40:40 +0100
mod_groups: Add a public function other modules can use to determine if a JID belongs to a given group Matthew Wild Wed, 03 Apr 2013 13:40:29 +0100
mod_groups: Use module API for reading config Kim Alvefur Sat, 23 Mar 2013 01:39:56 +0100
Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk Matthew Wild Tue, 07 Jun 2011 01:29:02 +0100
mod_groups: Persist changes to mod_groups contacts (e.g. moving groups) Christian Haase Sun, 05 Jun 2011 12:18:24 +0100
Add the ability to have names in group files, by putting them with an = sign after the jid: Jeff Mitchell Fri, 28 May 2010 18:01:53 -0400
mod_groups: Check for existence of roster[false] before clearing version (thanks Flo) Matthew Wild Wed, 26 May 2010 13:38:00 +0100
mod_groups: Remove potentially verbose per-contact logging (thanks Flo) Matthew Wild Thu, 20 May 2010 09:40:33 +0100
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
mod_groups: Ignore whitespace on group member JID lines (thanks Luis!) Matthew Wild Mon, 22 Mar 2010 14:36:53 +0000
mod_groups: Fixes to make compatible with roster versioning - set version to 'true' to indicate that the roster is not being versioned Matthew Wild Mon, 22 Mar 2010 14:35:02 +0000
mod_groups: Missed hunk from last commit, don't create the list of public group members unless necessary Matthew Wild Mon, 22 Mar 2010 14:33:38 +0000
mod_groups: Only create group lists when necessary (now we can reliably detect when a user is in /any/ group, including public ones) Matthew Wild Mon, 22 Mar 2010 14:32:23 +0000
Add copyright header to those files missing one Matthew Wild Fri, 10 Jul 2009 03:08:38 +0100
mod_groups: Support for public groups, and extra logging Matthew Wild Mon, 22 Jun 2009 22:02:04 +0100
mod_groups: Experimental shared roster support Matthew Wild Mon, 22 Jun 2009 14:22:24 +0100