aboutsummaryrefslogtreecommitdiffstats
path: root/util/datamanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fixed logging in datamanagerWaqas Hussain2008-11-291-3/+1
|
* Added option core.data_pathWaqas Hussain2008-11-281-3/+9
|
* Some bugs fixedWaqas Hussain2008-11-151-1/+1
|
* Added support for storing (and removing), loading and appending to lists of ↵Waqas Hussain2008-11-131-6/+63
| | | | data to datamanager (for supporting offline messages)
* Datamanager now deletes files with no dataWaqas Hussain2008-11-031-1/+12
|
* Datamanager Fixes and improvementsWaqas Hussain2008-10-261-29/+37
| | | | | - Pretty printing - Fixed bug causing a nil concatenation error when saving a datastore for nil user or host
* Bug fixes and checks for presence subscriptions, etcWaqas Hussain2008-10-261-0/+3
|
* Fixed: Some modules did not return anythingWaqas Hussain2008-10-231-0/+1
|
* Fixed: datamanager.store and datamanager.load could crash when username or ↵Waqas Hussain2008-10-231-3/+12
| | | | host arguments were nil. (useful for server specific and global data).
* Minor fixWaqas Hussain2008-10-091-1/+2
|
* Merge from Matthew. datamanager.simplesave fixWaqas Hussain2008-10-091-1/+1
|\
| * Fix for saving tables with non-string keysMatthew Wild2008-10-081-1/+1
| |
* | Added: Datastore support for hosts and global data in addition to usersWaqas Hussain2008-10-091-1/+7
|/
* Added all the files to please hg :/matthew2008-08-241-0/+79