aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_groups.lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2018-07-071-0/+2
|\
| * mod_groups: Log a warning about invalid JIDs (#1180)Kim Alvefur2018-07-071-0/+2
| |
* | mod_groups: Adjust imports to avoid name clash [luacheck]Kim Alvefur2018-07-071-2/+2
|/
* mod_groups: Move variable to smaller scopeKim Alvefur2016-02-041-3/+1
|
* mod_groups: Use module:get_option_path, look for file relative to config dirKim Alvefur2016-02-041-1/+1
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-6/+6
|
* rostermanager, mod_groups: Change roster-load event to pass an event table ↵Matthew Wild2013-07-151-1/+3
| | | | for consistency
* mod_groups: Remove unused importMatthew Wild2013-04-031-1/+1
|
* mod_groups: Add a public function other modules can use to determine if a ↵Matthew Wild2013-04-031-0/+5
| | | | JID belongs to a given group
* mod_groups: Use module API for reading configKim Alvefur2013-03-231-1/+1
|
* Add the ability to have names in group files, by putting them with an = sign ↵Jeff Mitchell2010-05-281-2/+8
| | | | | | | | after the jid: myname@mydomain.com=My Name This is then passed on to rosters.
* mod_groups: Check for existence of roster[false] before clearing version ↵Matthew Wild2010-05-261-1/+3
| | | | (thanks Flo)
* mod_groups: Remove potentially verbose per-contact logging (thanks Flo)Matthew Wild2010-05-201-3/+3
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | mod_groups: Ignore whitespace on group member JID lines (thanks Luis!)Matthew Wild2010-03-221-1/+1
| |
* | mod_groups: Fixes to make compatible with roster versioning - set version to ↵Matthew Wild2010-03-221-0/+5
| | | | | | | | 'true' to indicate that the roster is not being versioned
* | mod_groups: Missed hunk from last commit, don't create the list of public ↵Matthew Wild2010-03-221-1/+1
| | | | | | | | group members unless necessary
* | mod_groups: Only create group lists when necessary (now we can reliably ↵Matthew Wild2010-03-221-7/+16
|/ | | | detect when a user is in /any/ group, including public ones)
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* mod_groups: Support for public groups, and extra loggingMatthew Wild2009-06-221-7/+21
|
* mod_groups: Experimental shared roster supportMatthew Wild2009-06-221-0/+79