Commit graph

24 commits

Author SHA1 Message Date
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Kim Alvefur
40b1e3e0ed plugins: Remove tostring call from logging
Taken care of by loggingmanager now

Mass-rewrite using lua pattern like `tostring%b()`
2019-07-30 02:29:36 +02:00
Kim Alvefur
e7cae3b63e Merge 0.10->trunk 2018-07-07 21:00:59 +02:00
Kim Alvefur
bce29b7952 mod_groups: Adjust imports to avoid name clash [luacheck] 2018-07-07 20:59:23 +02:00
Kim Alvefur
81da3564dc mod_groups: Log a warning about invalid JIDs (#1180) 2018-07-07 20:57:20 +02:00
Kim Alvefur
de6e734596 mod_groups: Move variable to smaller scope 2016-02-04 10:07:02 +01:00
Kim Alvefur
bccfb4fd28 mod_groups: Use module:get_option_path, look for file relative to config dir 2016-02-04 10:06:09 +01:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Matthew Wild
71ab938d53 rostermanager, mod_groups: Change roster-load event to pass an event table for consistency 2013-07-15 11:43:23 +01:00
Matthew Wild
d82a36ae80 mod_groups: Remove unused import 2013-04-03 13:40:40 +01:00
Matthew Wild
f118f46139 mod_groups: Add a public function other modules can use to determine if a JID belongs to a given group 2013-04-03 13:40:29 +01:00
Kim Alvefur
9d07cc98e4 mod_groups: Use module API for reading config 2013-03-23 01:39:56 +01:00
Jeff Mitchell
6c18540475 Add the ability to have names in group files, by putting them with an = sign after the jid:
myname@mydomain.com=My Name

This is then passed on to rosters.
2010-05-28 18:01:53 -04:00
Matthew Wild
fb63a1dd60 mod_groups: Check for existence of roster[false] before clearing version (thanks Flo) 2010-05-26 13:38:00 +01:00
Matthew Wild
5c7c2e522d mod_groups: Remove potentially verbose per-contact logging (thanks Flo) 2010-05-20 09:40:33 +01:00
Matthew Wild
46c0b8c7f9 Merge 0.6->0.7 2010-03-22 17:24:55 +00:00
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Matthew Wild
c3a993d0ad mod_groups: Ignore whitespace on group member JID lines (thanks Luis!) 2010-03-22 14:36:53 +00:00
Matthew Wild
24a8ca2e01 mod_groups: Fixes to make compatible with roster versioning - set version to 'true' to indicate that the roster is not being versioned 2010-03-22 14:35:02 +00:00
Matthew Wild
117d917dfa mod_groups: Missed hunk from last commit, don't create the list of public group members unless necessary 2010-03-22 14:33:38 +00:00
Matthew Wild
f90b07e55b mod_groups: Only create group lists when necessary (now we can reliably detect when a user is in /any/ group, including public ones) 2010-03-22 14:32:23 +00:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
78e3f4adf5 mod_groups: Support for public groups, and extra logging 2009-06-22 22:02:04 +01:00
Matthew Wild
23116a45d4 mod_groups: Experimental shared roster support 2009-06-22 14:22:24 +01:00