aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_roster.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added session property for interested resourcesWaqas Hussain2008-10-231-0/+1
* Fixed: Roster supportWaqas Hussain2008-10-221-4/+4
* Added: More complete implementation for mod_rosterWaqas Hussain2008-10-171-14/+77
* Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Waqas Hussain2008-10-121-1/+9
* Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ...Waqas Hussain2008-10-081-8/+0
* Huge commit to:Matthew Wild2008-09-301-0/+24