aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-19/+15
2008-02-02Turn on fastMode for map block queries to grid server if and only if grid is ...Brian McBee1-0/+1
2008-02-02Thank you very much daTwitch for your first contribution to the C# simulator.Charles Krinke1-0/+13
2008-01-15* Mother of all commits:Adam Frisby3-11/+11
2008-01-12* Made it so that if you don't specify a key, the defaults will not be assumed.Adam Frisby1-5/+6
2008-01-12* In the interests of making life difficult for everyone, the Grid Server now...Adam Frisby1-114/+127
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+2
2008-01-06* A few more Message Server comms related updatesTeravus Ovares2-1/+67
2008-01-06Added code to gridserver to prevent new region from connecting at X,Y locatio...Brian McBee1-112/+128
2007-12-27* Optimized usingslbsa713-11/+12
2007-12-23Clean up the region initialization GridServer messages a bit.Charles Krinke1-6/+8
2007-12-23Simplify GridServer mainmap log messages.Charles Krinke1-5/+6
2007-12-20* Added a configuration parameter on the Grid Server to disallow forceful ban...Teravus Ovares1-0/+2
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-6/+6
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames3-5/+5
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-1/+1
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby2-12/+12
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-0/+3
2007-11-18Additional debugging output to see for what coordinates is the worldmap Dalien Talbot1-1/+2
2007-10-30* Optimized usingslbsa713-159/+183
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2-4/+4
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague1-1/+1
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-0/+1
2007-10-17Renamed SimProfileData to RegionProfileDataTleiades Hax1-20/+20
2007-09-24* the worlds most insignificant commitlbsa711-3/+1
2007-09-14Can now set the http ports that grid server and user server use. MW1-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague3-3/+3
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-2/+2
2007-08-08Grid/GridServer/GridManager.csBrian McBee1-9/+16
2007-08-03Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee1-2/+8
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby1-1/+0
2007-07-21Re-added the ability to set the database provider (dll) in the config file fo...MW1-1/+1
2007-07-20* Assortment of Console changes - console messages are now grouped into modul...Adam Frisby1-12/+12
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-2/+2
2007-07-19* Removed yet more compiler warningsAdam Frisby1-1/+0
2007-07-19* Removing more compiler warnings.Adam Frisby1-4/+4
2007-07-18*New Configuration System, much easier and less buggy compared to the origina...mingchen2-38/+6
2007-07-17* Applying babblefrog's DNS patches from issue #188Adam Frisby1-4/+5
2007-07-16changed to native line ending encodingSean Dague3-1026/+1026
2007-07-14* Excelsior!Adam Frisby1-0/+6
2007-07-13* OGS project is now back down to zero warnings.Adam Frisby1-0/+1
2007-07-10preliminary inter region communications (between regions in different instanc...MW1-1/+5
2007-07-10Gird mode in sugilite should now work in so far as you should be able to logi...MW1-4/+12
2007-07-08* By popular demand, all generated build files are now deleted. Somebody shou...lbsa712-184/+0
2007-07-08(no commit message)lbsa712-7/+5
2007-07-08* Updating prebuildAdam Frisby2-3/+3
2007-07-08* Fixed reservation handling for existing region authkey situations. Reservat...Adam Frisby1-7/+1
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging i...mingchen1-2/+2
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen4-3/+39
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-19/+10