aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-0/+4
* This means that caps methods (editing scripts, poss map functions, etc) on non-home regions should now work with servers which are listening for http ports on a non default (9000) port. * If you are running a region server, this may only work properly once your grid server upgrades to this revision * PLEASE NOTE: This shouldn't cause inter-region problems if one end of the connection hasn't upgraded to this revision. However if it does, the instability will persist until the grid and region (and possibly all the region's neighbours) have upgraded to this revision. * This revision also adds extra login related messages, both for success and failure conditions
2008-03-20Another poxy patch which consists mainly of logging changes (some already ↵Justin Clarke Casey1-1/+2
commented out) to find out what CAPS is doing
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames2-8/+8
2008-03-18* Added the ability to type the partial name of a region in the start ↵Teravus Ovares2-0/+8
location box and go to that region if it's there. If no close match was found, it sends you home. This is tested on mySQL. There's untested code on grids that are based on sqlite and MSSQL. The SQL statements *should* be right, but your results may very. * Ex, if you want to go to Wright Plaza, you simply need to type Wright Plaza in the start location in the client when you log-in.
2008-03-18Formatting cleanup.Jeff Ames6-160/+156
2008-03-18Formatting cleanup.Jeff Ames1-1/+0
2008-03-18Building on Joha's update...Teravus Ovares1-2/+16
* Server now listens to the client's start location request for 'home' or 'last' and sends the user to the home location or the last location.
2008-03-17* Make it more obvious if local user services are being usedJustin Clarke Casey1-3/+2
* Tell the log whether the sim is started in standalone or grid mode
2008-03-07Make Local back end services warn/error messages explicitly say they are ↵Justin Clarke Casey1-3/+3
from standalone services
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
appropriate names consisten with their use. All done with all 94 handlers from handler001 through handler094. Hopefully we can move forward without numbered handlers.
2008-02-22* Converted the last of the events to the private delegate instance method ↵Teravus Ovares1-2/+5
to avoid race conditions.
2008-02-20Minor cleanup.Jeff Ames3-3/+3
2008-02-16Some changes to remove some of the direct calls to CommsManager from Scene, ↵MW1-1/+1
so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-2/+2
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
2008-02-14Added a small but maybe important clue that UserServer is not running.Tedd Hansen1-1/+1
2008-02-13Added a method to access a named folder in a users inventory, to the ↵MW1-0/+17
inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider]
2008-02-11Documenting and minor tweaksJustin Clarke Casey1-0/+4
2008-02-05Converted logging to use log4net.Jeff Ames2-15/+20
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-02-05some small changes, like adding a couple of extra methods to ↵MW1-0/+14
IInventoryServices so that a check can be done to see if a inventory set exists for a certain user.
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2-5/+4
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey1-1/+11
* Passing the stats collector through object chains is not ideal - this will change when more stats come in * This change will need a prebuild
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-4/+6
* Typing 'stats' on the command line will given total number of successful logins today and yesterday * A little bit more to come, probably * Refactoring will follow next
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares1-8/+17
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-0/+12
I blame all bugs on the age of my brain cells.
2008-01-15* Mother of all commits:Adam Frisby3-4/+32
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-09* This update enables the web_login method.Teravus Ovares1-1/+6
* Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will.
2008-01-01* You can add and remove a friend in standalone now within the same ↵Teravus Ovares1-2/+16
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
2007-12-31Standard library folders can now be configued in the xml in ↵Justin Clarke Casey1-1/+3
inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon.
2007-12-27* Optimized usingslbsa715-34/+35
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-20* Added a configuration parameter on the Grid Server to disallow forceful ↵Teravus Ovares1-0/+22
banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration.
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2-6/+6
Works with LibSL rev>1532
2007-12-15Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey1-4/+8
the current NullReferenceException based one
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee1-0/+5
subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2-3/+3
notice of doom
2007-12-09* Added some inter-region comms glue for allowing sims to chat amongst ↵Teravus Ovares1-0/+22
themsevles about an agent behind the agent's back. * Will be using this glue Tomorrow/today to tell other regions what the agent's draw distance is and what region they're actually in so the region can make decisions on what prim to send, if any.
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-2/+1
2007-12-05From Justin Casey (IBM)Sean Dague1-16/+24
When using a local inventory service, this patch stops items held in the root 'my inventory' folder from 'disappearing' on server restart. They were actually still there, we just weren't retrieving them. >From looking at the grid inventory server, the bug probably still exists in there. But I wanted to get this patch in first and consult with MW about the grid fix (he may be planning to change the area extensively soon).
2007-12-04keeping opensim safe for children -- made some namespace references less ↵Jeff Ames1-13/+10
explicit
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW1-2/+2
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
2007-11-30* Made RegionUp virtuallbsa711-1/+1
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms ↵Teravus Ovares1-14/+15
issues. This includes the issue that MW described this morning. There's a lot of little nit picky changes that make a world of difference.
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves ↵Teravus Ovares1-3/+8
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up. * Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-3/+55
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ↵Teravus Ovares1-1/+18
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-0/+44
* Added the child_get_tasks OpenSim.ini flag for testing the UDP packet sending code and packet throttler. This flag gets purposely disabled in grid mode. This flag also has the consequence that you can see the prim in neighboring regions without going into them. Be warned, this causes tons of dropped packets.
2007-11-19* Changed namespacelbsa711-1/+0
2007-11-16More cleaning up when deleting regions from a instance. NOTE: ↵MW1-2/+15
IGridServices.DeregisterRegion() method needs implementing for grid mode.
2007-11-13Some work on being able to set/send a users Buddylist info. (added handling ↵MW1-0/+4
code to LoginResponse). And as a test each user signing in will get the test account ("Mr OpenSim") as a friend (online/offline status will not currently show up)
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ↵MW1-1/+1
As the client will not close old childagent connections without being told explicitly to do so by each region the connection is to. Currently only implemented in standalone mode. ( the TellRegionToCloseChildConnection( ) in OGS1GridServices.cs needs implementing for grid mode, and the inter region .net remoting added for the new messages). hopefully fixed the echo bug in chatmodule.
2007-11-04Some more refactoringMW1-0/+8