aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a plugin loader in GridServerJohan Berntsson2008-03-242-1/+74
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-3/+3
* Comment out an unused 'str' and add a WriteLine to useCharles Krinke2008-03-211-1/+1
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-182-61/+52
* * Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2008-03-182-5/+58
* Formatting cleanup.Jeff Ames2008-03-1876-1982/+1893
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-182-55/+82
* Formatting cleanup.Jeff Ames2008-03-181-1/+0
* Building on Joha's update...Teravus Ovares2008-03-181-5/+25
* Replaced some Console.WriteLine calls with writes to log.Jeff Ames2008-03-171-1/+3
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-171-1/+3
* * made some privates protected lbsa712008-03-121-2/+2
* * made GridManager class publiclbsa712008-03-121-1/+1
* * Renamed Main.cs to GridServerBase.cslbsa712008-03-122-3/+3
* * Refactored out exe bit out of Grid Server for great justicelbsa712008-03-122-54/+44
* * Refactored some internals in Grid Server Mainlbsa712008-03-121-24/+21
* * Refactored out creation of LoginResponselbsa712008-03-121-114/+121
* * Extracted RegionProfileData from Requestlbsa712008-03-122-131/+141
* * minor refactoringlbsa712008-03-121-84/+82
* * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva.Adam Frisby2008-03-111-10/+22
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+2
* Cleaned up a couple compiler warnings.Jeff Ames2008-03-041-2/+3
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-043-8/+77
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-046-12/+36
* * More compiler warning nukage.Adam Frisby2008-03-031-2/+0
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-032-0/+56
* Change handler001 through handler009 to moreCharles Krinke2008-03-022-11/+11
* * Added base thread pool based presence informing to the message server. Teravus Ovares2008-02-262-26/+86
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-266-47/+191
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-255-15/+146
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-2/+5
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Minor cleanup.Jeff Ames2008-02-2037-53/+47
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-191-12/+12
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-1/+1
* * Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey2008-02-181-2/+9
* * Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey2008-02-182-11/+18
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-181-9/+14
* Thank you very much, Diva for a patch to increase the Charles Krinke2008-02-171-14/+24
* * Took a stab at getting keys to work as intendedlbsa712008-02-141-2/+2
* * Added more debugging output to GridManager to pin down the key exchange wei...lbsa712008-02-141-3/+15
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-143-20/+20
* Changed UserServer create user password input to cleartext so we can see what...Tedd Hansen2008-02-141-1/+2
* * Added some more comprehensive log entries on region login.lbsa712008-02-131-5/+23
* * Minor guard for null case.lbsa712008-02-131-2/+2
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-103-12/+12
* Update version numbers to 0.5Jeff Ames2008-02-072-2/+2
* Shorten root inventory create folder message.Charles Krinke2008-02-071-2/+1
* Converted logging to use log4net.Jeff Ames2008-02-0528-312/+295