aboutsummaryrefslogtreecommitdiffstats
path: root/core/rostermanager.lua
Commit message (Expand)AuthorAgeFilesLines
* rostermanager: do not save rosters for unexistant users.Marco Cirillo2013-04-051-0/+6
* rostermanager: Remove unused importsKim Alvefur2013-03-131-4/+1
* mod_presence, rostermanager: Bring outbound subscription cancellation in line...Waqas Hussain2012-08-011-8/+6
* Merge with FlorobMatthew Wild2012-07-281-6/+6
|\
| * Hopefully inert commit to clean up logging across a number of modules, removi...Matthew Wild2012-07-231-6/+6
* | Eliminate direct setfenv usageFlorian Zeitz2012-06-081-1/+1
|/
* rostermanager: Optimisation to avoid unnecessarily loading rosters for offlin...Waqas Hussain2010-06-011-0/+12
* rostermanager: Return an error string when subscription test fails due to an ...Waqas Hussain2010-05-241-2/+2
* rostermanager: Mark rosters which fail to load as broken, and never save them.Waqas Hussain2010-05-241-1/+2
* rostermanager: Don't fire roster-load event if there was an error loading the...Matthew Wild2010-05-221-1/+3
* rostermanager: When loading the roster, also return a datamanager error if av...Waqas Hussain2010-05-221-2/+3
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | rostermanager: Don't bump the roster version if it is == true (ie. we are not...Matthew Wild2010-03-221-2/+8
|/
* rostermanager: Fixed a global access.Waqas Hussain2009-10-221-0/+1
* rostermanager: Refactored roster loading to remove duplicate code.Waqas Hussain2009-10-221-17/+8
* rostermanager: Log a warning when a self-contact is detected.Waqas Hussain2009-10-221-3/+10
* rostermanager: Ensure meta-data entry is present on roster load.Waqas Hussain2009-10-221-0/+1
* rostermanager: Remove self-contacts from loaded rosters.Waqas Hussain2009-10-221-0/+2
* rostermanager: Fixed a traceback on roster save.Waqas Hussain2009-10-131-3/+3
* rostermanager: Fixed: Roster version was not being properly updated in some e...Waqas Hussain2009-10-041-10/+10
* rostermanager: Added support for saving rosters of offline users to the save_...Waqas Hussain2009-10-041-2/+9
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* rostermanager: Fire event on roster loadMatthew Wild2009-06-221-2/+7
* Fixed: rostermanager: Create new roster item if one doesn't exist on subscrip...Waqas Hussain2009-03-301-0/+4
* core.rostermanager/mod_roster: Support for roster versioningMatthew Wild2009-03-231-3/+9
* 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
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Merge from waqasMatthew Wild2008-11-151-1/+1
|\
| * Some bugs fixedWaqas Hussain2008-11-151-1/+1
* | Update rostermanager to use new loggerMatthew Wild2008-11-141-4/+2
|/
* mod_roster fixWaqas Hussain2008-11-021-2/+2
* Combined some linesWaqas Hussain2008-10-261-3/+1
* Bug fixes and checks for presence subscriptions, etcWaqas Hussain2008-10-261-4/+9
* Outbound presence subscriptionWaqas Hussain2008-10-251-8/+128
* Inbound subscription requestWaqas Hussain2008-10-251-0/+6
* Inbound unsubscribeWaqas Hussain2008-10-251-0/+14
* Inbound subscription cancellationWaqas Hussain2008-10-251-0/+14
* Inbound subscription approvalWaqas Hussain2008-10-251-1/+15
* Roster updatesWaqas Hussain2008-10-231-12/+2
* Added session property for interested resourcesWaqas Hussain2008-10-231-1/+1
* Fixed: Roster supportWaqas Hussain2008-10-221-7/+7
* Added: Roster manipulation functions to core.rostermanagerWaqas Hussain2008-10-171-7/+54
* Fixed: Typos caused by lack of sleep.Waqas Hussain2008-10-141-3/+6
* Added some roster management functionsWaqas Hussain2008-10-121-2/+30
* Fixed: rostermanager.lua now returns the moduleWaqas Hussain2008-10-081-0/+2