aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\ | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵dahlia2010-01-071-1/+6
| | | | | | | | messages forwarded while offline. Addresses Mantis #4457
| * Fixes the newly added packets as per Melanie's request.Revolution2010-01-071-2/+2
| | | | | | | | | | | | Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com>
* | Several more buglets removed.Diva Canto2010-01-131-2/+1
| |
* | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-7/+10
| |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-119-9/+9
| |
* | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-7/+10
| |
* | * Starting to clean the house...Diva Canto2010-01-101-1/+1
| | | | | | | | * Fixed circular dependency
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-106-532/+535
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-093-3/+3
| |
* | * Finished SimulationServiceConnectorDiva Canto2010-01-073-42/+63
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.
* | 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
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | This is somewhat major-like..... Change the intialization order ofMelanie2009-12-282-4/+6
| | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-288-1553/+273
|/ | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* Enable the profile module to be replaced completely, even for the baseMelanie2009-12-251-0/+13
| | | | profile data
* 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
| | | | | | | | stream can be closed.
* | 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
| | | | | | See http://opensimulator.org/mantis/view.php?id=4356 Thanks Revolution I performed a subsequent probable bug fix in this patch
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-263-2/+17
| | | | | See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa
* Change chat config code so that enabled = false actually does disable the ↵Justin Clark-Casey (justincc)2009-11-251-2/+3
| | | | chat module
* minor: remove some mono compiler warnings, add --merge load oar switch to ↵Justin Clark-Casey (justincc)2009-11-251-1/+0
| | | | help information
* Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2009-11-242-63/+77
| | | | attempting to close the streams
* 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
| | | | remove mono compiler warning
* 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 ↵John Hurliman2009-11-052-5/+5
| | | | | | | | | | | | unknown asset type, and log an error if it ever does happen
* | | 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 ↵Justin Clark-Casey (justincc)2009-11-091-53/+21
| | | | | | | | | | | | not be found
* | | 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
| |/ |/| | | | | | | * also, "\" has to be escaped as "\\" * add item name unit test for escaped characters
* | add unit test for iar & escapingJustin Clark-Casey (justincc)2009-11-051-2/+94
| |