aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Finished SimulationServiceConnectorDiva Canto2010-01-073-42/+63
* Merge branch 'master' into presence-refactorMelanie2010-01-043-6/+6
|\
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-044-23/+23
* | Finally restire the EMPTY friends module (what a mess)Melanie2010-01-011-550/+1
* | Merge branch 'master' into presence-refactorMelanie2009-12-311-0/+548
|\ \ | |/
| * Adds Friend Finding functionality.Revolution2009-12-311-0/+23
* | This is somewhat major-like..... Change the intialization order ofMelanie2009-12-282-4/+6
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie2009-12-288-1553/+273
|/
* Enable the profile module to be replaced completely, even for the baseMelanie2009-12-251-0/+13
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-231-1/+7
|\
| * Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ...Diva Canto2009-12-221-1/+7
* | Fix a bounds exception I came across in IAR restoreMelanie2009-12-231-0/+5
|/
* Implement god mode user freezing and unfreezingJustin Clark-Casey (justincc)2009-11-271-27/+44
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-263-2/+17
* Change chat config code so that enabled = false actually does disable the cha...Justin Clark-Casey (justincc)2009-11-251-2/+3
* minor: remove some mono compiler warnings, add --merge load oar switch to hel...Justin Clark-Casey (justincc)2009-11-251-1/+0
* Make load/save iar slightly better in the face of io failures by always attem...Justin Clark-Casey (justincc)2009-11-242-63/+77
* minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)2009-11-241-2/+2
* Formatting cleanup.Jeff Ames2009-11-235-18/+18
* minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)2009-11-131-2/+2
* refactor some test asset creation into a helper classJustin Clark-Casey (justincc)2009-11-121-8/+2
* minor: for now stop iar tests spewing log messages when running testsuiteJustin Clark-Casey (justincc)2009-11-121-1/+1
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-092-7/+6
|\
| * Fixing the build breakJohn Hurliman2009-11-061-2/+1
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-11-053-11/+119
| |\
| * | Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-052-5/+5
* | | refactor out iar escapingJustin Clark-Casey (justincc)2009-11-093-17/+26
* | | minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)2009-11-091-2/+1
* | | fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)2009-11-091-1/+1
* | | minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)2009-11-091-4/+5
* | | minor: provide updates on number of assets loaded while executing "load iar"Justin Clark-Casey (justincc)2009-11-091-2/+9
* | | refactor: break actual item load in iar into separate methodJustin Clark-Casey (justincc)2009-11-091-28/+46
* | | minor: remove some old commented out load iar codeJustin Clark-Casey (justincc)2009-11-091-30/+0
* | | Tell the user when a 'save iar' has failed because the inventory path could n...Justin Clark-Casey (justincc)2009-11-091-53/+21
* | | Implement human / escaping for inventory folders as well as itemsJustin Clark-Casey (justincc)2009-11-091-1/+5
* | | refactor path delimiter in iar utilsJustin Clark-Casey (justincc)2009-11-091-5/+7
* | | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
* | | refactor: make human iar escape char a constant rather than a magic charJustin Clark-Casey (justincc)2009-11-091-3/+5
* | | * for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)2009-11-092-4/+87
| |/ |/|
* | add unit test for iar & escapingJustin Clark-Casey (justincc)2009-11-051-2/+94
* | minor test var name tweakJustin Clark-Casey (justincc)2009-11-051-7/+7
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-051-0/+12
|\ \ | |/
| * Change the permissions module to use the friend list cache already in theMelanie2009-11-051-0/+12
* | * Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)2009-11-052-2/+18
|/
* Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2009-11-051-2/+7
* * Switched all operations on the list of clients that could be either sync or...John Hurliman2009-10-261-1/+1
* Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman2009-10-232-9/+16
* A synchronous call to the messaging server was blocking the process of promot...John Hurliman2009-10-221-1/+7
* * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-151-5/+6
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-7/+11