aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_groups.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* plugins: Remove tostring call from loggingKim Alvefur2019-07-301-3/+3
* 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 fo...Matthew Wild2013-07-151-1/+3
* mod_groups: Remove unused importMatthew Wild2013-04-031-1/+1
* mod_groups: Add a public function other modules can use to determine if a JID...Matthew Wild2013-04-031-0/+5
* 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
* mod_groups: Check for existence of roster[false] before clearing version (tha...Matthew Wild2010-05-261-1/+3
* 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
* | mod_groups: Missed hunk from last commit, don't create the list of public gro...Matthew Wild2010-03-221-1/+1
* | mod_groups: Only create group lists when necessary (now we can reliably detec...Matthew Wild2010-03-221-7/+16
|/
* 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