aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_roster.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-8/+8
* mod_roster: Improve readability of bare-JID checkKim Alvefur2021-12-221-2/+2
* mod_roster: pass correct username to roster-item-removedJonas Schäfer2021-12-221-1/+1
* mod_roster: Use new :text_tag()Kim Alvefur2018-03-211-1/+1
* mod_roster: Iterate over roster group items in more modern mannerKim Alvefur2018-03-211-8/+5
* mod_roster: Rename variable to silence shadowing warning [luacheck]Kim Alvefur2016-12-131-2/+2
* mod_roster: Remove unused variable [luacheck]Kim Alvefur2016-12-131-1/+0
* mod_roster: Remove unused import [luacheck]Kim Alvefur2016-12-131-1/+0
* mod_roster: Fire event for pending items for good measureKim Alvefur2016-04-041-0/+6
* mod_roster: Handle roster item removal with event on user deletionKim Alvefur2016-04-041-6/+4
* mod_presence, mod_roster: Move responsibility for sending presence on roster ...Kim Alvefur2016-04-041-7/+3
* rostermanager, mod_roster, mod_presence: Move pending roster items to roster ...Kim Alvefur2015-04-031-7/+5
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-3/+3
* mod_roster: Remove unused variableKim Alvefur2013-03-231-1/+0
* mod_roster: When an user is deleted, unsubscribe from their contactsKim Alvefur2012-08-251-0/+18
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-1/+1
* mod_roster: Remove <optional/> from roster version stream feature, as per lat...Waqas Hussain2011-05-071-1/+1
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* mod_roster: Cleaned up some unused variables and global accesses.Waqas Hussain2010-10-161-1/+2
* mod_roster: Updated to use the new events API.Waqas Hussain2010-10-161-101/+98
* mod_roster: Use value returned by pairs() during roster iteration to avoid do...Matthew Wild2010-07-051-5/+5
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | mod_roster: Tidier code for the roster versioning logicMatthew Wild2010-03-221-3/+4
* | mod_roster: Hook stream-features event using new events API.Waqas Hussain2010-02-121-6/+6
|/
* mod_roster: Ask remote server to remove pending subscription requests when re...Waqas Hussain2009-11-261-7/+9
* Removing tabs at the end of a line.Tobias Markmann2009-08-121-1/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_roster: Removed references to presencemanager and core_route_stanzaWaqas Hussain2009-06-141-2/+0
* mod_roster: Using core_post_stanza in place of core.presencemanager.handle_pr...Waqas Hussain2009-06-141-4/+3
* mod_roster: Add some comments for the error cases to improve readabilityMatthew Wild2009-05-261-0/+6
* mod_roster: Don't send a query element in roster response if roster is unchangedMatthew Wild2009-05-261-2/+2
* mod_roster: Advertize roster versioning supportWaqas Hussain2009-05-081-0/+8
* Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)Waqas Hussain2009-03-301-11/+13
* core.rostermanager/mod_roster: Support for roster versioningMatthew Wild2009-03-231-12/+21
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Changed mod_roster to use the newer presence manager APIWaqas Hussain2008-12-081-5/+6
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
* Send unsubscribe and unsubscribed on roster item delete, and broadcast availa...Waqas Hussain2008-11-171-2/+13
* Fix mod_roster to use session.send for sending stanzasMatthew Wild2008-11-151-10/+9
* mod_roster fixWaqas Hussain2008-11-021-0/+1
* Bug fixes and checks for presence subscriptions, etcWaqas Hussain2008-10-261-9/+12
* Roster updatesWaqas Hussain2008-10-231-0/+2