aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-27Add an interface for a region's user account cacheMelanie3-1/+3
2011-01-27Make bans work for teleport. Now teleport will complete block if the userMelanie2-5/+7
2011-01-26Mostly revert the last commit with the aim of searching for a better solutionTom1-13/+4
2011-01-26Add a "useCached" parameter to GetUserAccount. Add a function to Scene to get...Tom2-10/+14
2011-01-26Add userFlags check to isBanned. This checks bans against DenyAnonymous and D...Tom1-1/+7
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)3-18/+121
2011-01-25Removed a few more spurious appearance saves. When an avatarMic Bowman2-13/+13
2011-01-24Add a careminster API to scripting againMelanie2-0/+24
2011-01-23Fixes mantis #5343Diva Canto1-0/+1
2011-01-22stop extremely old region serialization commands from appearing in the consoleJustin Clark-Casey (justincc)1-27/+26
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)8-18/+19
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)1-200/+0
2011-01-20minor: help text adjustment for "show queues"Justin Clark-Casey (justincc)1-2/+2
2011-01-20remove reference to CoreModules from ClientStack.LindenUDPJustin Clark-Casey (justincc)1-2/+2
2011-01-20Move "show queues" command out of OpenSim.cs and into a separate module.Justin Clark-Casey (justincc)1-0/+200
2011-01-19For now, comment out logging messages about IM sending, since these cause hig...Justin Clark-Casey (justincc)1-3/+3
2011-01-19with mic's permission, reduce appearance, baked texture logging verbosity for...Justin Clark-Casey (justincc)1-3/+3
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-1/+1
2011-01-19Downgrade and comment out some other caps messages for nowJustin Clark-Casey (justincc)1-5/+4
2011-01-18Fix build breakMelanie1-1/+1
2011-01-18Change gesture activation to not quash any other flagsMelanie1-3/+3
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)3-4/+4
2011-01-17Change gesture activation to not quash any other flagsMelanie1-3/+3
2011-01-17Protect World Map module, RequestMapItemsAsync, from badly formed URLs.Diva Canto1-1/+11
2011-01-14Implement nonlocal god kicks and freezesMelanie1-4/+35
2011-01-13Implement kicking, freezing and unfreezing users in the same sim viaMelanie1-58/+117
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie1-0/+6
2011-01-12Fix direct item give permissionsMelanie2-11/+17
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie1-0/+4
2011-01-12Fix direct item give permissionsMelanie2-13/+20
2011-01-08Added more debug messages under the -verbose option.Diva Canto1-2/+6
2011-01-08Added a -v|verbose option to save iar.Diva Canto2-1/+9
2011-01-07Minor additional debug message.Diva Canto1-0/+2
2011-01-07Make HG map search consistent with new syntax for link-region, i.e. http://fo...Diva Canto1-1/+1
2011-01-07Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto1-1/+4
2011-01-06Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ...Diva Canto1-3/+3
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie3-3/+3
2011-01-03Fix scoping for prim region crossingsMelanie2-2/+2
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie4-39/+42
2011-01-02Allow cross-scope friendships to work, and also allow other cross scope nameMelanie3-3/+3
2010-12-31Fix scoping for prim region crossingsMelanie2-2/+2
2010-12-31Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie4-39/+42
2010-12-30Add MessageKey to section Messaging, a key that prevents injection ofMelanie1-6/+25
2010-12-29Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors we...Diva Canto1-1/+1
2010-12-29Remove the restriction on communication across scopes. This will allowMelanie1-1/+1
2010-12-27WARNING: simulator config var change! This affects only system-facing configs...Diva Canto1-2/+12
2010-12-26Remove some code that was meant to fool the viewer into thinking SLT. It neverMelanie1-18/+19
2010-12-25Fixes mantis #5279Diva Canto1-1/+1
2010-12-24One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto1-80/+14
2010-12-23Hopefully this fixes all prim inventory issues. No more abort, no more keepin...Diva Canto1-35/+49